Mobile app version of vmapp.org
Login or Join
Welton855

: Should I use a canonical URL? I'm currently in the process of building a charts website with music from Soundcloud. The charts will be 'cleared' every week. My base URL will be: http://example.com/

@Welton855

Posted in: #CanonicalUrl #Seo #Url

I'm currently in the process of building a charts website with music from Soundcloud.

The charts will be 'cleared' every week.

My base URL will be: example.com/
Which will contain the charts of the current week.

Every week will also have its own URL: example.com/{year}/{week}
E.g. example.com/2011/50
This would mean that the current week will be accessible by two URLs. The base URL and the week URL.

So I'm thinking about adding a canonical URL on the page @ the base URL to the URL of the week.

Is that a good idea? Or will it impact the ranking of my home page (the base URL)?

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Welton855

2 Comments

Sorted by latest first Latest Oldest Best

 

@Nimeshi995

Canonical URLs are only hints (albeit strong ones) about which of two pages with duplicate content get indexed. Google has always reserved the right not to follow them when it sees that content is sufficiently different; it will crawl your canonical page and make its own decision. The likelihood being that if the page is different, it'll assume you made an error and crawl the page anyway. If its the same, it'll index your preferred URL.

They are for hinting which URL you prefer to see in the index when you can access the same page of content in multiple ways. Just for anyone that doesn't think that's likely - consider a fairly standard server set up, it would be possible to access the same page with a number of different URLs:


mysite.com
mysite.com/index.php
mysite.com/index.php?sort=name
mysite.com/name (using mod_rewrite)


You can double the ways to access the page if you add a subdomain (www.) onto the beginning of the URL too!

So, if you have "Page A" with a canonical URL pointing to "Page B" - given that they are different, the best and probably most likely case is that the canonical tag will be ignored. The worst case is that you'll be removed from the index for trying to manipulate search results in a dishonest way.

So short answer - no. At best, pointless. At worst, harmful to your site.

Here's a 20 minute video by Matt Cutts on it, in case you're having trouble sleeping ;)

10% popularity Vote Up Vote Down


 

@Welton855

I think adding a constantly changing canonical URL to the home page would be a bad idea. You typically want your home page to be your highest ranking page, but by giving your home page a canonical to the latest weekly URL, all of the inbound links, etc, to your home page will constantly be pointing towards that weekly URL instead of the actual home page. Since mechanisms like PageRank do not always update in real-time, you could end up with delayed situations where last week's URL is considered your highest ranking page because the search engines haven't crawled the homepage to update it to the current week.

Since there is only going to be one week like the home page at a time, I wouldn't worry too much about duplicate content. Try not to display any links to the current week's "/year/week" until it is a previous week. If you really want you could give the current "/year/week" URL a canonical URL to the home page until the week is over and then switch the canonical to "/year/week" - I think every page updating its canonical once early on and then never again is better than having your home page updating its canonical every single week.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme