Canonical tag: how to deal with product variations in the music industry?
-
Hello here.
I own a music publishing company:
http://www.virtualsheetmusic.com/
And we have several similar items which only difference is the instrument they have been written for.
For example, look at the two item pages below:
http://www.virtualsheetmusic.com/score/Canon2Vl.html
http://www.virtualsheetmusic.com/score/Canon2Vla.html
They are the exact same piece of music, but written in a different way to target 2 different instrumental combinations. If it wasn't for the user reviews that can make those two similar pages different, Google could see that as duplicate content. Am I correct? And if so, how do you suggest to tackle such a possible problem? Via canonical tags? How?
To have a better idea of the magnitude of the problem, have a look at these search results on our site which give you product variations of basically the same piece of music, the only difference is in the targeted instruments:
www.virtualsheetmusic.com/s.php?k=Canon+in+D
www.virtualsheetmusic.com/s.php?k=Meditation
www.virtualsheetmusic.com/s.php?k=Flight
And, similarly, we have collections of pieces targeting different instruments:
www.virtualsheetmusic.com/s.php?k=Wedding+Collection
www.virtualsheetmusic.com/s.php?k=Christmas+Collection
www.virtualsheetmusic.com/s.php?k=Halloween+Collection
Any thoughts and suggestions to tackle this potential page duplication issue are very welcome!
Thank you to anyone in advance.
-
Thank you, I think you clarified the problem very well.
Appreciated your help!
-
If you combine these topics you will have a loss of relevance for each of them individually..
The only way to avoid the loss is to write substantive and unique content for each keyword variant.
There is no way to get out of this work unless you give up and allow your site to suffer from the thin content and duplicate content.
-
Any ideas about what I just asked?
Thanks.
-
Well, what I am trying to understand is if consolidating 2 or more pages into a "main" page via canonical (in my case would be possibly 2 to hundreds of similar pages sharing the same piece of music for different instruments) will keep the same potential as having single indexed pages from a user search stand point.
I hope my question/concern makes sense... thanks!
-
This is not a simple question.
Keyword research, knowledge of how YOUR visitors search, and information about the content potential of your site should all be considered to arrive at an optimal decision.
Since I don't know much about your website, traffic, visitors and keywords I should not give poorly-considered advice.
-
Good point Danrawk, I am currently in a "thin content and duplicate content cleaning-up" phase of my website due to Panda issues, and I am getting rid (via noindex meta-tag) of thousands of very similar and thin content pages that may have hurt me (gradually, Google takes time to noindex pages), and I plan to keep just the best products and special items inside the index, but even by doing so I will end up having still similar pages due to the above "variations" issue, which in the long run could still give me trouble.
-
Yes, I think the best way to move for me, in the long term, will be to add unique contents to each page, but in the short term the Canonical tag could help to consolidate similar page.
I have an additional question though about using canonicals for this kind of music pieces:
If I have 3 versions of a piece named "Wedding Collection" like this:
1. Wedding Collection for violin and piano
2. Wedding Collection for cello and piano
3. Wedding Collection for guitar
And I consolidate all three pages with a canonical pointing to a main "Wedding Collection" page that lists those 3 different versions, what happens if someone search for "wedding collection for violin and piano"? Will I be able to rank for those specific keywords? And if so, what page will show-up in the index? Here is how the use of the canonical can become confusing to me... thanks for any further help!
-
Only thing i would be to add is to review your google webmaster account and seomoz spidering results to see if any of this is already showing up as duplicate. that way, you know for sure that you have a problem "right now". You're ahead of the game though in recognizing that the thin-ness of your product pages will cause an issue.
-
There are a few ways to solve this problem when you are offering very similar products.
-
Spend what it takes to write unique and substantive content for each product variant. I use this for my most important products, often writing over 1000 words and adding several photos and sometimes a video.
-
Combine similar products and offer them all on the same page. I do a lot of this with color, size, material variations.
-
Publish pages similar to what you currently have and risk a duplicate content problem. (this is called "take your chances with Panda)
-
Noindex similar pages or use rel=canonical to assign the duplicates to a single URL. I have a site with lots of pdf documents. All similar documents are offered via an image and a download button on the same page. The pdf documents are blocked from indexing and assigned to a single .html page using rel=canonical via htaccess. (I had a Panda problem on this site because of the many pdfs and their host pages. Rankings went down across the domain. After I noindexed pdfs and assigned each pdf to an html page with rel=canonical via htaccess my rankings came back in a few weeks)
-
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
-
Canonical and Alternate Advice
At the moment for most of our sites, we have both a desktop and mobile version of our sites. They both show the same content and use the same URL structure as each other. The server determines whether if you're visiting from either device and displays the relevant version of the site. We are in a predicament of how to properly use the canonical and alternate rel tags. Currently we have a canonical on mobile and alternate on desktop, both of which have the same URL because both mobile and desktop use the same as explained in the first paragraph. Would the way of us doing it at the moment be correct?
Intermediate & Advanced SEO | | JH_OffLimits3 -
How (or if) to apply re canonical tags to Shopify?
Anyone familiar with Shopify will understand the problems of their directory structure. Every time you add a product to a 'collection' it essentially creates a duplicate. For example... https://www.domain.com/products/product-slim-regular-bikini may also appear as: https://www.domain.com/collections/all/products/product-slim-regular-bikini https://www.domain.com/collections/new-arrivals/products/product-slim-regular-bikini https://www.domain.com/collections/bikinis/products/product-slim-regular-bikini etc, etc It's not uncommon to have up to six duplicates of each product. So my question is twofold: Firstly, should I worry about this from an SEO point of view? I understand the desire to minimise potential duplicate content issues and also in focussing the 'juice' on just one page per product. But I also planned on trying to build the authority of the collection pages. If I request Google not to index the product pages which link off the collections, does this not devalue these collections pages? Secondly, I understand the correct way to fix these is using 'rel canonical' tags, but I'm not clear about HOW to actually do this. Shopify support has not been very helpful. They have provided two different instructions, so just added to the confusion (see below). Shopify instruction #1: Add the following to the theme.liquid file... <title><br />{{ page_title }}{% if current_tags %} – tagged "{{ current_tags | join: ', ' }}"{% endif %}{% if current_page != 1 %} – Page {{ current_page }}{% endif %}{% unless page_title contains shop.name %} – {{ shop.name }}{% endunless %}<br /></title>
Intermediate & Advanced SEO | | muzzmoz
{% if page_description %} {% endif %} Shopify instruction #2: Add the following to each individual product page... So, can anyone help clarify: The best strategic approach to this inherent SEO issue with Shopify (besides moving to another platform!)? and If 'rel canonical' tags is the way to go, exactly where and how to apply them? Regards, Murray1 -
Putting rel=canonical tags on blogpost pointing to product pages
I came across an article mentioning this as a strategy for getting product pages (which are tough to get links for) some link equity. See #21: content flipping: https://www.matthewbarby.com/customer-acquisition-strategies Has anyone done this? Seems like this isn't what the tag is meant for, and Google may see this as deceptive? Any thoughts? Jim
Intermediate & Advanced SEO | | jim_shook0 -
Is it ok to add rel=CANONICAL into the desktop version on top of the rel="alternate" Tag (Mobile vs Desktop version)
Hi mozzers, We launched a mobile site a couples months ago following the parallel mobile structure with a URL:m.example.com The week later my moz crawl detected thousands of dups which I resolved by implementing canonical tags on the mobile version and rel=alternate onto the desktop version. The problem here is that I still also got Dups from that got generated by the CMS. ?device=mobile ?device=desktop One of the options to resolve those is to add canonicals on the desktop versions as well on top of the rel=alternate tag we just implemented. So my question here: is it dangerous to add rel=canonical and rel=alternate tags on the desktop version of the site or not? will it disrupt the rel=canonical on mobile? Thanks
Intermediate & Advanced SEO | | Ideas-Money-Art0 -
Canonical tag
Hi all, I have an ecommerce client and on the pages they have a drop down so customers can view via price, list etc. Natrurally I want a canonical tag on these pages, here's the question. as they have different pages of products, the canonical tag on http://www.thegreatgiftcompany.com/occassion/christmas#items-/occassion/christmas/page=7/?sort=price_asc,searchterm=,layout=grid,page=1 is to http://www.thegreatgiftcompany.com/occassion/christmas#items-/occassion/christmas/page=7. now, because the page=7 is a duplicate of the main page, shouldn't the canonical just be to the main page rather than page=7? Even when there is a canonical tag on the /Christmas/page=7 to the /Christmas page? hope that makes sense to everyone!
Intermediate & Advanced SEO | | KarlBantleman0 -
Google places keyword variations
Hi all, I have a site that is ranking #1 in Google Places for its main <city><keyword>search... but it does not rank for any of its basic keyword variations, which I find very confusing.</keyword></city> ie (just an example) Chicago Caterer (ranked #1 in google places)
Intermediate & Advanced SEO | | x2264983x
Chicago Caterers (not ranked in google places)
Chicago Catering (not ranked in google places)
Chicago Catering Company (not ranked in google places)
Chicago Catering Companies (etc..) How can I secure a google places ranking for these simple keyword variations? Do I build links to the google plus page using that anchor text? Do I get citations that contain that keyword somewhere on the page? Do I optimize for these keyword variations on the actual website itself? (not the places listing). Obviously I don't stuff these keywords into the google places listing. Any help would be much appreciated!0 -
How far can I push rel=canonical?
My plan: 3 sites with identical content, yet--wait for it--for every article whose topic is A, the pages on all three sites posting that article will have a rel=canonical tag pointing to Site A. For every article whose topic is B, the pages on all three sites posting that article will have a rel=canonical tag pointing to Site B. So Site A will have some articles about topics A, B, and C. And for pages with articles about A, the rel=canonical will point to the page it's on. Yet for pages with articles about B, the rel=canonical will point to the version of that article on site B. Etc. I have my reasons for planning this, but you can see more or less that I want each site to rank for its niche, yet I want the users at each site to have access to the full spectrum of articles in the shared articles database without having to leave a given site. These would be distinct brands with distinct Whois, directory listings, etc. etc. The content is quality and unique to our company.
Intermediate & Advanced SEO | | TheEspresseo0 -
What is the downside with having too long of a title tag?
With Google placing so much relevance on title tags, it seems to help if you mention local cities within your title tag. I'm wondering if the positive of having more keywords in a title tag outweighs the negative of having too long of one?
Intermediate & Advanced SEO | | TLSNET0