A user wants to delete unused collection pages (/collections and /collections/all) that Shopify automatically creates, as Google is crawling them and potentially affecting SEO.
Proposed Solutions:
Delete template files: Remove /templates/collection.json and /templates/list-collections.json to generate 404 errors, then set up 301 redirects or modify the 404 page. Important: duplicate the theme first.
Block crawlers via robots.txt: Add disallow rules for /collections/ in the robots.txt file to prevent search engines from indexing these pages.
Add meta noindex tag: Insert code in theme.liquid to add a noindex meta tag specifically for collection pages.
Current Status:
The original poster tried deleting templates but reports the /collections page still appears active and URL redirects aren’t working for that specific path. The issue remains partially unresolved.
Summarized with AI on November 12.
AI used: claude-sonnet-4-5-20250929.
Hello, I do not use my collection page(s) but Shopify creates them and Google crawls the pages. How do I remove them so the url’s won’t be crawled messing with my SEO. Below are the collection page urls I am trying to remove. Thanks.
This will result in 404 being generated when mentioned URLs are requested so you should either amend your 404 page to cater for this or setup 301 redirects https://help.shopify.com/en/manual/online-store/menus-and-links/url-redirect (ignore the part about unable to redirect some paths – you now can because of 404 generated).
Finally, you may want to create a robots.txt to prevent robots from trying to index those pages.
My URL redirect doesn’t work for https://backnineskincare.com/collections since the page appears to still be active. Is there a way to fully delete this page? Thanks.