Healthcare and medicines is one of the most strictly enforced categories in Google Merchant Center. A disapproval affects individual products immediately, but unresolved or widespread violations - particularly involving prescription drugs - can escalate to a full account suspension. Understanding exactly which sub-reason triggered the flag, and what evidence is required to address it, is the most direct path back to active Shopping listings.
What Google means by “Healthcare and medicines”
Google’s Healthcare and medicines policy covers a wide range of products: prescription drugs, over-the-counter (OTC) medicines, dietary supplements (vitamins, minerals, herbal products), medical devices, and clinical services. The policy applies to product listings submitted to Google Shopping, to the ads that promote them, and to the landing pages those ads point to.
Google states that the policy exists to “help people get access to useful, accurate health information and safe health products.” To that end, it disapproves products that are:
- Prescription drugs listed without enrollment in a Google-certified pharmacy program
- Products marketed with claims that imply disease treatment, cure, or prevention without regulatory substantiation
- Medical devices that require FDA clearance or authorization where that authorization has not been documented
- Products that cannot be legally sold in the target country under applicable law
The policy distinguishes between prohibited products (never allowed, such as unenrolled prescription drug listings) and restricted products (allowed with certification, disclaimers, or targeting adjustments, such as OTC medicines and certain supplements). Knowing which category your product falls into determines whether you fix and resubmit or pursue a formal certification program.
Why it triggers a suspension on Shopify
Shopify stores are particularly exposed to healthcare disapprovals because product content flows directly into the GMC feed. Whether you use the native Google & YouTube channel app, a third-party feed tool (Simprosys, DataFeedWatch, GoDataFeed), or a custom data source, the product title, full description, and any supplement-specific metafields are all submitted to Google for automated and manual policy review.
The most common Shopify-specific triggers are:
- Prohibited health claims in product descriptions. Language like “reduces chronic inflammation,” “supports weight loss by blocking fat absorption,” or “clinically proven to lower blood pressure” can cross from permissible structure/function claims into implied disease-treatment claims. The distinction is meaningful: “supports healthy joints” is a structure/function claim; “treats arthritis” is a disease claim. Google’s automated system flags the latter.
- Missing FDA disclaimer for dietary supplements. US supplement listings are expected to carry the statutory disclosure: “These statements have not been evaluated by the Food and Drug Administration. This product is not intended to diagnose, treat, cure, or prevent any disease.” If this text is absent from the crawled product page, it signals non-compliance to Google’s reviewer.
- Restricted OTC products or ambiguous formulations. Some merchants list concentrated herbal formulations or high-dose compounds without realizing that specific active ingredients are regulated as drugs in the US. Google’s automated review flags these for manual inspection even when the product is sold legally at retail.
- Miscategorized medical devices. Products that belong under a specific Google product taxonomy ID for medical devices - such as
Health & Beauty > Health Care > Medical Devices- but are filed under a broad parent category can trigger a stricter check based on keyword signals in the title and description.
How to detect the issue on your store
In Google Merchant Center:
- Go to Products → Diagnostics and select the Item issues tab.
- Filter by “Healthcare and medicines” in the reason column.
- Note the specific sub-reason for each disapproval - common sub-reasons include “Healthcare product not compliant with policy,” “Prescription drug,” and “Medical device requires authorization.” Each sub-reason maps to a distinct fix path.
Via Merchant API v1 (programmatic):
Query the products.list endpoint and inspect the itemLevelIssues array on each product resource. The code field in each issue object contains the machine-readable reason code. This is useful when the number of affected products is large and manual review in the Merchant Center UI is impractical.
In Shopify:
Export your product catalog (Products → Export → All products) as a CSV. In a spreadsheet, search the Body (HTML) and Title columns for disease-related terminology and verify the presence of the FDA disclaimer. Cross-reference product IDs with the disapproval list from Merchant Center. Note that some feed apps transform or truncate description content before submission - the text Google actually receives may differ from what you see in the Shopify admin.
Step-by-step fix
- Export the complete list of disapproved products from Merchant Center Diagnostics as a CSV. This becomes your working checklist - do not attempt fixes product by product without a complete picture.
- Audit each product description for disease-treatment language. Look for medical condition names, drug action verbs (treats, cures, prevents, inhibits, reverses), and efficacy superlatives (clinically proven, most effective). These are the phrases most likely to trigger automated rejection.
- Revise product copy to remove or rephrase prohibited claims. Structure/function claims framed around a healthy person (“supports healthy blood pressure in adults already within the normal range”) are typically permissible under FTC and FDA guidelines. Claims framed around treating or reversing a disease state are not.
- Add the FDA disclaimer to every affected supplement listing. In Shopify, you can add this directly to the product description, or configure your product template to append it automatically for products tagged
dietary-supplement- a single change that covers the entire collection. - Verify the
google_product_categoryattribute for each affected product in your feed source. If your feed app pulls this from a product metafield, update the metafield to the correct Google taxonomy ID. Accurate categorization reduces the likelihood of a secondary policy check. - Trigger a feed refresh. In Merchant Center, go to Content → Feeds → [your feed] → Fetch now. If you manage feeds via the Merchant API v1, call
products.insertorproductInputs.insertwith the corrected product data to push changes immediately rather than waiting for the next scheduled crawl. - Allow 1-3 business days for Google to re-evaluate. Monitor the Diagnostics tab for status changes on the affected items.
What to include in your appeal
If products remain disapproved after resubmission, or if the issue has escalated to an account-level suspension, prepare the following before filing a formal appeal via the Request review button in Merchant Center:
- A clear summary of the specific changes made - which claims were removed, which disclaimers were added, and how the listing now aligns with Google’s policy. Keep this factual and brief; advocacy language is not effective in policy appeals.
- For dietary supplements: The product’s full ingredient list confirming the absence of any FDA-scheduled or prescription-only active ingredients. A Certificate of Analysis (CoA) from the manufacturer strengthens the case.
- For medical devices: FDA clearance documentation - a 510(k) clearance letter, premarket approval (PMA) letter, or the FDA registration number with a screenshot of the FDA device database entry.
- For pharmacy-related products: Proof of enrollment in the Google Certified Pharmacies program, if applicable to your business type and target country.
Attach documents directly in the Merchant Center appeal form. A concise, evidence-based explanation outperforms a lengthy narrative every time.
Edge cases & when to escalate
Prescription drugs without pharmacy program enrollment. Prescription drugs are prohibited on Google Shopping without enrollment in the Google Certified Pharmacies program, which is available only in select countries. If your product is a prescription drug and your business does not hold the required certification, removal from the feed is the only compliant resolution - no amount of description editing changes this.
Multiple co-occurring disapproval sub-reasons. If Merchant Center flags the same product with both “Healthcare product not compliant” and a secondary issue such as “Misleading promotions,” Google expects all sub-reasons to be resolved before approving a review request. Addressing only one and resubmitting will not unblock the listing; work through the complete list before filing.
DSA (Digital Services Act) implications. If your Merchant Center account targets EU markets - even if your Shopify store is US-based - the DSA adds requirements on top of Google’s base healthcare policy. As a designated VLOP under the DSA, Google applies additional review processes to healthcare listings for EU-targeting campaigns. This can extend review timelines and may require country-specific regulatory substantiation, such as CE marking for medical devices intended for EU sale. DSA compliance is additive: it does not replace the standard US policy requirements.
Ambiguous product classifications. Certain product types - hemp-derived CBD formulations, borderline medical-device classifications, novel wellness ingredients - occupy regulatory grey areas where FDA classification is genuinely uncertain. If your appeal is rejected and you believe the underlying classification is ambiguous, consult an attorney with FDA regulatory experience before refiling. An appeal backed by a clearly substantiated product classification has a materially stronger basis than one that leaves the question open for Google to resolve on its own.
Automated misclassification. Google’s policy system can misclassify products - a standard wellness item incorrectly flagged as a prescription drug, for example. If you believe the disapproval reason is factually incorrect for your product, document the mismatch explicitly: include the full ingredient list, the product’s OTC legal status in the US, and the Google product category you have assigned. A direct factual rebuttal to the specific sub-reason is more effective than a general compliance statement.
Frequently asked questions
Frequently asked questions
- Can I still sell dietary supplements on Google Shopping after a healthcare disapproval?
- Yes, in most cases - the supplement category itself is not prohibited. Most disapprovals stem from specific health claims that imply disease treatment or cure, not the product type itself. Remove language like "treats diabetes" or "cures inflammation" from your Shopify product descriptions and replace it with permissible structure/function claims (e.g., "supports healthy blood sugar levels"). Once offending claims are removed and the feed is resubmitted, products that are legally sold in the US and make no prohibited claims are generally eligible for Google Shopping.
- Do I need FDA approval to sell medical devices on Google Shopping?
- It depends on the device class. Class I devices (e.g., bandages, examination gloves) are generally permitted with appropriate disclaimers. Class II and Class III devices require FDA 510(k) clearance or premarket approval (PMA), and Google may require documentation of that regulatory authorization for these categories. If your device falls into a higher-risk class, prepare your FDA clearance letter or PMA documentation before filing an appeal.
- How do I tell whether I have a product-level disapproval or an account-level suspension?
- In Google Merchant Center, a product-level disapproval appears as a "Disapproved" status on individual items in the Products tab, alongside a specific reason code. An account-level suspension applies to the entire account and appears under "Account issues" in the dashboard. Healthcare disapprovals typically start at the product level. Widespread or repeat violations - especially involving prescription drugs - can escalate to account suspension, which requires a separate formal appeal process.
- How long does a healthcare appeal take to resolve?
- Google does not publish formal SLAs for policy appeals. In practice, product-level cases where prohibited claims are removed and the feed is resubmitted can resolve within 14-30 days. Account-level suspensions requiring manual review by Google's policy team commonly take 4-8 weeks. Cases involving prescription drugs or products subject to DSA review for EU-targeting can extend beyond 30 days. Build this timeline into your planning before filing.
- Does the Digital Services Act (DSA) affect my healthcare disapproval?
- If your Merchant Center account targets EU markets - even from a US-based Shopify store - the DSA adds transparency requirements on top of the standard Google healthcare policy. As a designated Very Large Online Platform (VLOP), Google applies DSA-compliant review to healthcare listings for EU-targeting campaigns. DSA requirements are additive: you must satisfy both the base Google healthcare policy and any country-specific legal requirements for EU markets you target. If you exclusively target the US, DSA does not apply to this disapproval.
- What is the difference between a prohibited and a restricted healthcare product on Google Shopping?
- Google's healthcare policy separates products into two categories. Prohibited products are never allowed on Google Shopping - prescription drugs listed without enrollment in a Google-certified pharmacy program are the primary example. Restricted products are allowed but subject to certification, disclaimers, or targeting limitations - certain OTC medicines, medical devices, and dietary supplements fall here. Identifying which category your product belongs to is the first step: prohibited products require program enrollment or removal; restricted products require documentation and may need ad targeting adjustments.
Sources & references
Authoritative sources cited
- Google Merchant Center policy: Healthcare and medicines https://support.google.com/merchants/answer/6150003
- Google Ads policy: Healthcare and medicines https://support.google.com/adspolicy/answer/176031
- FDA: Dietary Supplements https://www.fda.gov/food/dietary-supplements
Appeal checklist
The steps from this page, in your inbox.