How to fix faceted url indexable on Squarespace
Point every faceted/filter URL's canonical tag to the clean, unfiltered category URL (or add noindex) so Google treats filtered pages as one authoritative page instead of thousands of duplicates.
Steps for Squarespace
- Squarespace does not have a built-in faceted/layered navigation system, so filter parameters typically come from third-party JavaScript widgets or custom code blocks.
- Go to Pages → the relevant Shop or Category page → Settings (gear icon) → SEO tab. Confirm the canonical URL shown is the clean page URL without parameters. Squarespace sets this automatically and it should not include query strings.
- If you have embedded a third-party filter widget (e.g., via Code Block or Code Injection), check that widget's settings for a canonical or noindex option and set it to point to the base page URL.
- To add a noindex tag to parameterized filter URLs, go to Settings → Advanced → Code Injection and add JavaScript that conditionally injects `<meta name='robots' content='noindex'>` into the `<head>` when URL parameters are detected: use `if (window.location.search) { document.querySelector('head').insertAdjacentHTML('beforeend', '<meta name="robots" content="noindex, follow">'); }`
- Squarespace's sitemap is auto-generated and does not include query-string URLs, so no sitemap action is needed.
<link rel="canonical" href="https://www.example.com/shoes" />What is faceted url indexable?
When shoppers filter or sort your product listings — by color, size, price, brand, or any other attribute — your store generates a new URL for each combination (e.g., `/shoes?color=red&size=10`). A "self-canonical" faceted URL means that filtered page is telling Google "this URL itself is the authoritative version," rather than pointing back to the clean category page (e.g., `/shoes`). In practice, this means every filter combination is treated as a fully separate, indexable page — even though the content is nearly identical to the base category. Canonical tags are the HTML signal (`<link rel="canonical" href="…">`) that tell search engines which version of a page is the "real" one they should index and credit.
A typical ecommerce store with faceted navigation can produce thousands — sometimes tens of thousands — of near-duplicate URLs from filter combinations. When all of those URLs are self-canonical, Google must crawl and evaluate every single one, draining your "crawl budget" away from pages that actually matter (new products, blog posts, important category pages). This means important pages get crawled less frequently and may rank lower or not at all. Duplicate content across thousands of filter URLs also dilutes your page authority: instead of one strong `/shoes` page, you have thousands of weak variations splitting the same ranking signals. Consolidating canonicals onto the clean category URL concentrates that authority and typically produces a measurable lift in category page rankings and organic traffic.
See the complete Faceted url indexable guide for every platform and the full background.
Not sure if your Squarespace store has this?
Run a free SEOLZ audit — we’ll find faceted url indexable and every other issue across your whole site.
Scan my site free