What was broken
The store's product pages had valid Product schema, but the homepage had no Organization or WebSite entity at all. Meanwhile, faceted collection URLs like /collections/all?color=blue were being crawled and indexed as separate pages, splitting authority and confusing AI crawlers about which URL was canonical.
What we shipped
- Added a fully-defined
OrganizationandWebSiteentity totheme.liquid, live on every page - Added canonical tags to faceted collection URL variants pointing back to the base collection page
- Set up the
/llms.txtredirect workaround and editedrobots.txt.liquidto disallow crawl of filtered URLs
Timeline
- 45 min Organization/WebSite entity live, faceted canonicals and robots rules shipped.
- Ongoing Re-audit confirms citation lift in the next fix plan cycle.
This is what happens to every fix in your plan: named down to the snippet and the setting, then shipped by us.