testing
Store report for othermattersatelier.com
2 high12 medium6 low
Site audit
88/100mediumMeta description is 203 chars (aim 120–160)
Why The meta description is the sales pitch under your search result. A good one lifts click-through even when your ranking doesn't change.
Fix Write a 120–160 char meta description; on Shopify, edit it under the page's Search engine listing.
medium40 external scripts (heavy — hurts load time)
Why Heavy pages load slower, and slower pages rank lower and convert worse. Speed is money on a storefront.
Fix Audit and remove apps you don't use — each adds scripts. Combine or defer non-critical ones.
mediumHTML document is 493 KB (large)
Why Heavy pages load slower, and slower pages rank lower and convert worse. Speed is money on a storefront.
Fix Trim the homepage: fewer sections, lazy-load below the fold, and remove unused app embeds.
mediumNo BreadcrumbList schema (helps rich results)
Why This schema powers breadcrumb and product rich results in Google. Without it your listings look plainer and get fewer clicks.
Fix Add Product, Organization, and BreadcrumbList JSON-LD. Many themes include it; a schema app fills gaps.
mediumFew modern image formats (WebP/AVIF) — larger downloads
Why Oversized, eagerly-loaded images are usually the biggest drag on Core Web Vitals, which Google uses for ranking.
Fix Serve WebP/AVIF — Shopify's CDN can, so re-upload large images or use an image-optimizer app.
lowWeak/absent cache-control on the document
Why Minor performance hygiene. Small individual impact, but it adds up on a heavy page.
Fix Set sensible cache headers on static assets; on Shopify this is handled by the CDN for theme assets.
low40 stylesheets (consider consolidating)
Why Minor performance hygiene. Small individual impact, but it adds up on a heavy page.
Fix Reduce the number of CSS files — many come from apps. Remove unused apps' leftover theme code and let your theme bundle its own styles.
AI shopping readiness
68/100highProduct identifier (GTIN / MPN / SKU) — not detected
Why Product identifiers let AI shopping engines match your item across the web and merge it into their product graph. Without one, your listing floats unmatched.
Fix Add a GTIN (or MPN/SKU) to the Product schema. Retailers usually have the barcode; it's the single best matching signal.
{
"@context": "https://schema.org",
"@type": "Product",
"name": "OTHER MATTERS ATELIER | vintage and archival designer clothing",
"image": "http://othermattersatelier.com/cdn/shop/files/clubs_1397758d-fc8c-482d-9ade-b5439d1f8430.png?v=1761444428",
"description": "REPLACE_ME a specific, benefit-led product description",
"sku": "REPLACE_ME your SKU",
"gtin": "REPLACE_ME your GTIN/UPC/EAN barcode",
"brand": {
"@type": "Brand",
"name": "REPLACE_ME your brand"
},
"offers": {
"@type": "Offer",
"url": "https://othermattersatelier.com/",
"price": "REPLACE_ME e.g. 19.99",
"priceCurrency": "USD",
"availability": "https://schema.org/InStock",
"itemCondition": "https://schema.org/NewCondition"
}
}highAggregateRating schema (star ratings) — not detected
Why Ratings are one of the strongest recommendation signals. AI agents lean toward products with visible, structured review data.
Fix Use a reviews app (Judge.me, Loox, Yotpo) that renders visible stars and outputs AggregateRating schema.
mediumReview count present — not detected
Why Review volume and text give agents the social proof they cite when recommending a product over a competitor's.
Fix Collect and display reviews, and make sure the app writes reviewCount and Review nodes into structured data.
mediumIndividual Review schema — not detected
Why Review volume and text give agents the social proof they cite when recommending a product over a competitor's.
Fix Collect and display reviews, and make sure the app writes reviewCount and Review nodes into structured data.
mediumSubstantial product description — not detected
Why A thin description gives AI little to work with. Rich, specific copy is what agents quote when they recommend you.
Fix Expand the product description with specific, benefit-led detail — aim for a few substantial paragraphs, not one line.
mediumFAQ block or FAQPage schema — not detected
Why FAQ content directly answers the questions that trigger AI recommendations. It's some of the most citable text on a product page.
Fix Add a short product FAQ answering the top buyer questions, and mark it up with FAQPage schema.
mediumTwo paths to AI shopping — this checks the crawl path, not the feed path
Why ChatGPT Shopping recommendations come largely from Microsoft's Shopping Graph (Bing's product index), which is fed by Bing Merchant Center, while Perplexity and AI Overviews crawl your live page. This tool measures the crawl path. A great page still won't show in ChatGPT Shopping if you're not in the feed.
Fix Submit your products to Bing Merchant Center (or via Google Merchant Center where mirrored), and keep the feed's price, availability, GTIN and title consistent with what's on the page — a mismatch drops you from the feed side even when the page is perfect.
lowBreadcrumb schema — not detected
Why Breadcrumb schema tells AI and search how the product sits in your catalog, which strengthens category and comparison matching.
Fix Emit BreadcrumbList JSON-LD reflecting the product's category path — most themes do this automatically.
lowWarranty / guarantee — not detected
Why A stated warranty or guarantee is a trust nudge that can tip an AI recommendation in your favor.
Fix State any warranty or satisfaction guarantee on the product page — even a short line helps.
lowog:type = "product" — not detected
Why Marking the page as a product with og:type helps some engines classify it correctly as a shoppable item.
Fix Add <meta property="og:type" content="product"> to the page head.
Merchant Center risk
92/100Low riskmediumSome Offer fields missing
Why Present but incomplete: gtin or mpn (product identifier) missing. Not an instant suspension, but GMC prefers a full identifier + brand.
Evidence Missing: gtin or mpn (product identifier)
mediumShipping / return policy not in schema
Why shippingDetails and hasMerchantReturnPolicy not found in your Offer. Google now surfaces these in Merchant listings — adding them improves eligibility, though GMC can also read them from account settings.
Checkout and tracking
92/100lowLegacy: other inline ad pixels (TikTok / Snap / Pinterest)
Why Inline TikTok/Snap/Pinterest pixels are the same legacy pattern. They need to move to the Web Pixel API or their official Shopify app or they lose checkout events.
Fix Add each ad platform via its official Shopify channel app or a Custom Pixel, then delete the inline snippet.
Check in your admin
- Settings > Checkout shows an "Upgrade" button. That means you're still on the legacy checkout. Unmigrated stores auto-revert to a default checkout by August 26, 2026 (August 13, 2026 for Plus).
- Any live Shopify Scripts (discounts, shipping, payment). Shopify Scripts stopped running on June 30, 2026. Rebuild that logic as Shopify Functions or your custom discount/shipping/bundle rules silently stopped working.
- The Additional Scripts field still has code in it. That field was locked August 28, 2025. Anything there no longer runs at checkout, so move it to Custom Pixels or official apps.
- Thank-you / order-status page customizations. Legacy order-status page edits don't carry over. Rebuild them as checkout UI extensions or post-purchase blocks.
- checkout.liquid customizations in your theme. checkout.liquid is deprecated and being removed. Move branding to the Checkout Editor and logic to UI extensions + Functions.
- Place a low-value test order after any tracking or checkout change. This is the one thing this checker can't do for you. We only see the storefront HTML, not what your ad platforms received. After any pixel, consent-banner, theme, or checkout change, buy something cheap and confirm the exact order value AND currency landed in GA4 and each ad platform. A pixel debugger showing an event firing does not prove the value and currency arrived correctly.
No comments yet.