Moz Q&A is closed.
After more than 13 years, and tens of thousands of questions, Moz Q&A closed on 12th December 2024. Whilst we’re not completely removing the content - many posts will still be possible to view - we have locked both new posts and new replies. More details here.
Shopify SEO - Double Filter Pages
-
Hi Experts,
Single filter page: /collections/dining-chairs/black
-- currently, canonical the same: /collections/dining-chairs/black
-- currently, index, followDouble filter page: /collections/dining-chairs/black+fabric
-- currently, canonical the same: /collections/dining-chairs/black+fabric
-- currently, noindex, followMy question is about double filter page above:
if noindexing is the better option OR should I change the canonical to /collections/dining-chairs/blackThank you
-
@williamhuynh said in Shopify SEO - Double Filter Pages:
Hi Experts,
Single filter page: /collections/dining-chairs/black
-- currently, canonical the same: /collections/dining-chairs/black
-- currently, index, follow
Double filter page: /collections/dining-chairs/black+fabric
-- currently, canonical the same: /collections/dining-chairs/black+fabric
-- currently, noindex, follow
My question is about double filter page above:
if noindexing is the better option OR should I change the canonical to /collections/dining-chairs/black
Thank youHello,
Your question about canonicalisation and noindexing for double-filtered pages is quite pertinent, especially in the context of Shopify Web Design, where SEO considerations are often front and center.
The primary objective of canonical tags and 'noindex, follow' tags is to help search engines understand which version of a page to index and display in the search results. In the context of your double-filtered page (/collections/dining-chairs/black+fabric), both options you mentioned serve different purposes and have different impacts on SEO:
Using Canonical Tags: Changing the canonical URL to /collections/dining-chairs/black implies that this page is the "master" version, and you're suggesting that Google treat the content on /collections/dining-chairs/black+fabric as duplicate content. All the link equity and SEO benefits will be transferred to the canonical URL.
Using 'noindex, follow': When you specify 'noindex, follow', you're instructing search engines not to index the double-filtered page but still to follow all the links on that page. The benefit here is that it allows Google to crawl other relevant pages linked from it, but the page itself won't appear in search results.
Deciding between the two largely depends on your Shopify SEO strategy. If you believe that the double-filtered page doesn't add much value or is too specific to deserve a separate entry in search indexes, then setting a canonical URL to /collections/dining-chairs/black is a sensible choice. This way, you centralise SEO benefits to a more generic page that likely has a wider appeal.
On the other hand, if the double-filtered page has unique content and you believe it should be crawled but not indexed to avoid duplicate content issues, then keeping it as 'noindex, follow' would be more appropriate.
In Shopify Web Design, best practices often lean towards the use of canonical tags for similar or duplicate pages as it is more straightforward to manage and implement via Shopify's admin interface. However, you should base your decision on a careful analysis of how these pages contribute to your site's overall SEO and user experience.
-
When dealing with a double filter page like "/collections/dining-chairs/black+fabric," there are a couple of considerations to keep in mind regarding indexing and canonicalization.
Indexing: If you choose to use "noindex" for the double filter page, it means that search engines won't include that page in their index. This can be beneficial if the double filter page doesn't provide unique or valuable content compared to other pages on your website. By preventing indexing, you can avoid potential issues with duplicate content and ensure that search engines focus on more relevant pages.
Canonicalization: The canonical tag is used to indicate the preferred version of a page when there are multiple versions with similar content. In this case, if you set the canonical tag to "/collections/dining-chairs/black," you're essentially telling search engines that the single filter page is the preferred and primary version of the content. This can help consolidate the SEO value and avoid dilution of ranking signals.
Considering these factors, the decision between using "noindex" or changing the canonical tag to "/collections/dining-chairs/black" depends on the specific situation and your goals. Here are two scenarios:
a. If the double filter page ("/collections/dining-chairs/black+fabric") does provide unique and valuable content compared to the single filter page ("/collections/dining-chairs/black"), it may be more appropriate to change the canonical tag to "/collections/dining-chairs/black." This indicates that the double filter page is a preferred version of the content and can help search engines understand the different variations you offer.
b. If the double filter page ("/collections/dining-chairs/black+fabric") doesn't provide any substantial unique content compared to the single filter page ("/collections/dining-chairs/black"), using "noindex" can be a reasonable option. This prevents search engines from indexing a potentially redundant page and focuses their attention on the single filter page.
Got a burning SEO question?
Subscribe to Moz Pro to gain full access to Q&A, answer questions, and ask your own.
Browse Questions
Explore more categories
-
Moz Tools
Chat with the community about the Moz tools.
-
SEO Tactics
Discuss the SEO process with fellow marketers
-
Community
Discuss industry events, jobs, and news!
-
Digital Marketing
Chat about tactics outside of SEO
-
Research & Trends
Dive into research and trends in the search industry.
-
Support
Connect on product support and feature requests.
Related Questions
-
I want to move some pages of my website to a folder and nav menu in those pages should only show inner page links, will it hurt SEO?
Hi, My website has a few SaaS products, to make my website simple i want to move my website some pages to its specific folder structure , so eg website.com/product1/features
Technical SEO | | webbeemoz
website.com/product1/pricing
website.com/product1/information and same for product2 and so on, the website.com/product1/.. menu will only show the links of product1 and only one link to homepage (possibly in footer). Please share your opinion will it be a good idea, from UI perspective it will be simple , but i am not sure about SEO perspective, please help thanks1 -
Unsolved Using NoIndex Tag instead of 410 Gone Code on Discontinued products?
Hello everyone, I am very new to SEO and I wanted to get some input & second opinions on a workaround I am planning to implement on our Shopify store. Any suggestions, thoughts, or insight you have are welcome & appreciated! For those who aren't aware, Shopify as a platform doesn't allow us to send a 410 Gone Code/Error under any circumstance. When you delete or archive a product/page, it becomes unavailable on the storefront. Unfortunately, the only thing Shopify natively allows me to do is set up a 301 redirect. So when we are forced to discontinue a product, customers currently get a 404 error when trying to go to that old URL. My planned workaround is to automatically detect when a product has been discontinued and add the NoIndex meta tag to the product page. The product page will stay up but be unavailable for purchase. I am also adjusting the LD+JSON to list the products availability as Discontinued instead of InStock/OutOfStock.
Technical SEO | | BakeryTech
Then I let the page sit for a few months so that crawlers have a chance to recrawl and remove the page from their indexes. I think that is how that works?
Once 3 or 6 months have passed, I plan on archiving the product followed by setting up a 301 redirect pointing to our internal search results page. The redirect will send the to search with a query aimed towards similar products. That should prevent people with open tabs, bookmarks and direct links to that page from receiving a 404 error. I do have Google Search Console setup and integrated with our site, but manually telling google to remove a page obviously only impacts their index. Will this work the way I think it will?
Will search engines remove the page from their indexes if I add the NoIndex meta tag after they have already been index?
Is there a better way I should implement this? P.S. For those wondering why I am not disallowing the page URL to the Robots.txt, Shopify won't allow me to call collection or product data from within the template that assembles the Robots.txt. So I can't automatically add product URLs to the list.0 -
Ranking going south
Hi - I have a site Simply Stairlifts and I don't understand it but I've followed all the SEO processes of cleaning the site and building links, but ranking just keeps falling - any advise would be very gratefully received 👍 .
SEO Tactics | | Naju2310 -
Footer backlink for/to Web Design Agency
I read some old (10+ years) information on whether footer backlinks from the websites that design agencies build are seen as spammy and potentially cause a negative effect. We have over 150 websites that we have built over the last few years, all with sitewide footer backlinks back to our homepage (designed and managed by COMPANY NAME). Semrush flags some of the links as potential spammy links. What are the current thoughts on this type of footer backlink? Are we better to have 1 dofollow backlink and the rest of the website nofollow from each domain?
Link Building | | MultiAdE1 -
Customer Reviews on Product Page / Pagination / Crawl 3 review pages only
Hi experts, I present customer feedback, reviews basically, on my website for the products that are sold. And with this comes the ability to read reviews and obviously with pagination to display the available reviews. Now I want users to be able to flick through and read the reviews to help them satisfy whatever curiosity they have. My only thinking is that the page that contains the reviews, with each click of the pagination will present roughly the same content. The only thing that changes is the title tags which will contain the number in the H1 to display the page number. I'm thinking this could be duplication but i have yet to be notified by Google in my Search console... Should i block crawlers from crawling beyond page 3 of reviews? Thanks
Technical SEO | | Train4Academy.co.uk0 -
How .ae and .com domain in SEO performance for UAE region?
I have a domain for my UAE based project called https://mydubaiseo.com/ and however, one of my colleagues suggested going with .ae option.
Technical SEO | | 0eup.ombitao
Whether if we change the domain like as suggested get earlier results than .com domain or what?\Which domain .com or .ae ranks faster in UAE location if the SEO strategies followed in the same way?0 -
Getting high priority issue for our xxx.com and xxx.com/home as duplicate pages and duplicate page titles can't seem to find anything that needs to be corrected, what might I be missing?
I am getting high priority issue for our xxx.com and xxx.com/home as reporting both duplicate pages and duplicate page titles on crawl results, I can't seem to find anything that needs to be corrected, what am I be missing? Has anyone else had a similar issue, how was it corrected?
Technical SEO | | tgwebmaster0 -
What are the potential SEO downsides of using a service like unbounce for content pages?
I'm thinking of using unbounce.com to create some content driven pages. Unbounce is simple, easy-to-use, and very easy for non-devs at my company to create variations on pages. I know they allow adding meta descriptions, title tags, etc and allow it to be indexable by Google, but I was wondering if there were any potential downsides to using unbounce as opposed to hosting it myself. Any help would be appreciated!
Technical SEO | | Seiyav0