Dropshipping Apps in Your Source Code: What Google Finds When It Crawls
You uninstalled DSers months ago. You removed the Oberlo connection. You even switched suppliers. But your Google Merchant Center application still got rejected. Why? Because the app left traces in your source code — and Google found them.
What Stays Behind
When you install a Shopify app, it often injects JavaScript snippets, CSS files, or meta tags into your theme. When you uninstall the app, Shopify removes the app itself but NOT always the code it injected into your theme files.
Common leftover code patterns:
<script src="dsers-tracking.js">— DSers order tracking<!-- Oberlo -->— Oberlo HTML commentscjdropshipping— CJ integration scriptsspocket-widget— Spocket product widgetsali-review— AliExpress review import scripts- AliExpress affiliate parameters in URLs
How Google Detects This
Google's crawler reads your full HTML source — not just what's visible to users. It searches for known dropshipping app signatures. This is flagged as BLOQUANT (blocking) severity because dropshipping app code in HTML is definitive evidence, not circumstantial.
Unblockr scans for 20+ known dropshipping app signatures in your page source, including scripts, comments, CSS classes, and meta tags.
How to Clean Your Source Code
- Go to Online Store → Themes → Edit Code
- Search (Ctrl+F across all files) for:
dsers,oberlo,cjdropshipping,spocket,ali,dropship - Remove any script tags, link tags, or comments referencing these services
- Check
theme.liquid,product.liquid, andcart.liquid— these are the most common injection points - Save and verify by viewing your page source (Ctrl+U) on a product page
Also Check: Multi-Currency & Urgency Apps
The combination of a multi-currency converter app + fake urgency app (countdown timers, "X people viewing this") is a known dropshipping stack pattern. Even if neither is a dropshipping app per se, the combination is flagged as MAJEUR severity because it's characteristic of dropship stores.
If you use countdown timers or "only X left" notifications, remove them before submitting to GMC. They're dark patterns that Google explicitly penalizes.
Check your store's compliance for free
Scan your Shopify store against 146+ Google Merchant Center rules in minutes.
Start Free Scan