Dropshipping Apps in Your Source Code: What Google Finds When It Crawls

Unblockr Team··7 min read
dropshippingsource-codeappstechnical

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 comments
  • cjdropshipping — CJ integration scripts
  • spocket-widget — Spocket product widgets
  • ali-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

  1. Go to Online Store → Themes → Edit Code
  2. Search (Ctrl+F across all files) for: dsers, oberlo, cjdropshipping, spocket, ali, dropship
  3. Remove any script tags, link tags, or comments referencing these services
  4. Check theme.liquid, product.liquid, and cart.liquid — these are the most common injection points
  5. 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