The Shift to Merchant Center Next

Google Merchant Center Next relies heavily on automatic item updates derived directly from storefront microdata and JSON-LD. If your structured data has errors or discrepancies, Google automatically suspends product listings or throttles ad impressions.

Mandatory Schema Attributes Checklist

Verify each of these fields across your product catalog: 1. Accurate price and priceCurrency matching the checkout cart; 2. Rolling priceValidUntil timestamp; 3. Valid GTIN, UPC, or MPN barcode; 4. ItemAvailability status (InStock/OutOfStock); 5. Detailed hasMerchantReturnPolicy; 6. OfferShippingDetails with transit times.

How to Automate Ongoing Compliance

Instead of manually auditing thousands of catalog variants every month, Smart Schema automates all required schema generation natively through Shopify OS 2.0, providing continuous protection against Merchant Center feed suspensions.

Code Example: Google-Compliant JSON-LD

{
  "@context": "https://schema.org",
  "@type": "Product",
  "name": "Ergonomic Office Chair",
  "mpn": "EGO-CHAIR-PRO",
  "offers": {
    "@type": "Offer",
    "price": "349.00",
    "priceCurrency": "USD",
    "priceValidUntil": "2027-12-31",
    "availability": "https://schema.org/InStock"
  }
}
Fix This Automatically on Your Shopify Store

Avoid the risk of broken theme templates or lost Google Shopping revenue. Install Smart Schema Pro to resolve all Merchant Center errors in 1 click.

Start 14-Day Free Trial

Frequently Asked Questions

What happens if my structured data price does not match my page price?

Google Merchant Center flags an automatic price mismatch error and can suspend your entire Merchant Center account if discrepancies persist across multiple items.