How to fix seo facet url not canonicalized on Wix

Add a canonical tag pointing filtered and sorted category URLs back to the clean (unfiltered) category page URL to prevent duplicate content and crawl waste.

Steps for Wix

  1. Wix eCommerce (Wix Stores) does not expose direct canonical tag editing for collection/filter pages through the standard dashboard UI.
  2. Go to your site's SEO settings: Marketing & SEO → SEO Tools → SEO Patterns. Check if collection (product gallery) pages have a canonical pattern set.
  3. For Wix Stores filter URLs, Wix currently handles some canonicalization internally, but you should verify by using the URL Inspection tool in Google Search Console to check what canonical Google sees for a filtered URL.
  4. If canonicals are missing or incorrect, use the Wix SEO Wiz or contact Wix Support to escalate, as direct `<head>` injection for dynamic filter pages is limited without Velo (Wix's developer platform).
  5. With Velo (developer mode enabled): go to your site editor → click '{} Dev Mode' → open the relevant dynamic page code (e.g., `$w.onReady`) and use `import wixSeo from 'wix-seo'` along with `wixSeo.setLinks([{rel: 'canonical', href: cleanCategoryUrl}])` to programmatically set the canonical based on current URL parameters.
  6. Test with Google Search Console URL Inspection after publishing.
Official Wix documentation ↗
<link rel="canonical" href="https://www.example.com/category-page/" />

What is seo facet url not canonicalized?

When shoppers filter or sort your product listings — for example, by size, color, price, or usage — your store generates new URLs with query parameters or path segments (e.g., `/apparel/?color=red&size=M`). These filtered pages show essentially the same category with a narrowed-down product set. A canonical tag is a small snippet of HTML code placed in the `<head>` of a page that tells Google: "This page is a variation — the *real*, authoritative version is over here." Without it, Google sees dozens or hundreds of near-duplicate pages and has to figure out on its own which one to rank.

Every filtered or sorted URL that lacks a canonical tag is a potential duplicate page in Google's index. This splits your ranking signals (links, authority) across many weak versions instead of concentrating them on one strong category page. Google's crawl budget — the number of pages it will crawl on your site in a given period — gets burned on hundreds of low-value filter combinations instead of your important product and category pages, meaning new products and pages may be discovered and indexed more slowly. In competitive niches, consolidated ranking signals can be the difference between page 1 and page 2. Fixing this is one of the highest-leverage technical SEO changes a store with faceted navigation can make.

See the complete Seo facet url not canonicalized guide for every platform and the full background.

Not sure if your Wix store has this?

Run a free SEOLZ audit — we’ll find seo facet url not canonicalized and every other issue across your whole site.

Scan my site free

Fix seo facet url not canonicalized on another platform