The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.
|
 |
|
Dev Shed Forums
> Web Design
> Search Engine Optimization
|
Canonical issue?
Discuss Canonical issue? in the Search Engine Optimization forum on Dev Shed. Canonical issue? Search Engine Optimization forum discussing related topics such as Google, PageRank, Link Exchange, and Link Popularity. Improve your ranking in the Search Engines by employing good optimization techniques.
|
|
 |
|
|
|
|
|

Dev Shed Forums Sponsor:
|
|
|

June 28th, 2011, 04:46 AM
|
|
Registered User
|
|
Join Date: May 2011
Posts: 6
Time spent in forums: 25 m 19 sec
Reputation Power: 0
|
|
|
Canonical issue?
What is canonical issue ? And does it affect the process of seo?
|

June 28th, 2011, 01:26 PM
|
|
Contributing User
|
|
Join Date: Jan 2010
Posts: 61
Time spent in forums: 15 h 32 m 10 sec
Reputation Power: 4
|
|
|
http://www.thesearchguru.com/blog/what-is-a-canonical-issue-and-how-to-fix-a-canonical-issue/
This should give you the answers you are looking for. You can always search Google for more info as well.
|

June 29th, 2011, 07:13 AM
|
|
Registered User
|
|
Join Date: May 2011
Posts: 28
Time spent in forums: 3 h 16 m 15 sec
Reputation Power: 0
|
|
|
Canonical issue arises when you are posting the same content in more than one site.So, if you are doing like this then you need to mention this in the header file.Otherwise Google can penalize you considering your content as duplicate content which is a black hat method.
|

June 29th, 2011, 07:31 AM
|
|
Contributing User
|
|
Join Date: Jun 2011
Posts: 66
Time spent in forums: 10 h 18 m 16 sec
Reputation Power: 3
|
|
|
Google can reach to your web page through different URLs, this may create a confusion of duplicate content for search engine. To avoid this, we choose a preferred path for the web page or say canonical path for the web page.
If you don’t set a preferred path this may raise canonical issues.
|

July 9th, 2011, 01:04 AM
|
|
Permanently Banned
|
|
Join Date: Apr 2011
Posts: 32
Time spent in forums: 6 h 7 m 35 sec
Reputation Power: 0
|
|
|
Canonicalization is the process of picking the best URL when there are multiple choices available. Typically a search engine, such as Google will attempt to pick the best URL that they feel is the authority for that page. rel="canonical": Place a link of the form <link rel="canonical" href="http://***.com/canonical-url-***.html"> at the end of the <head> of each duplicate page
|

July 21st, 2011, 06:45 AM
|
|
Contributing User
|
|
Join Date: May 2011
Posts: 102
Time spent in forums: 15 h 24 m 8 sec
Reputation Power: 0
|
|
|
www.xyz.com
xyz.com
www.xyz.com/index.html
As per user all these URLs are same but google consider all these pages as different pages with same content and it can cause duplicate content issue it is called canonical issue
|

September 28th, 2011, 06:04 AM
|
|
Contributing User
|
|
Join Date: Jul 2011
Posts: 39
Time spent in forums: 7 h 13 m 53 sec
Reputation Power: 2
|
|
Quote: | Originally Posted by madhusmita Canonical issue arises when you are posting the same content in more than one site.So, if you are doing like this then you need to mention this in the header file.Otherwise Google can penalize you considering your content as duplicate content which is a black hat method. |
very nice answer... i think you have given the perfect definition about canonical.
|

September 28th, 2011, 08:03 AM
|
|
Registered User
|
|
Join Date: Aug 2011
Posts: 18
Time spent in forums: 5 h 26 m 22 sec
Reputation Power: 0
|
|
|
It is helpful to solve duplicate content issues because two of your own url has same content well you know that, those two url is your and you put the same content in it but Google count it as a duplicate content at that time canonical tag is useful to you.
Infect URL with www and without www Google consider it as a two different URL so in those two URL content duplication occur so canonical can resolve this issue
|

September 29th, 2011, 12:01 AM
|
|
Contributing User
|
|
Join Date: May 2011
Posts: 102
Time spent in forums: 15 h 24 m 8 sec
Reputation Power: 0
|
|
Quote: | Originally Posted by palmgeo very nice answer... i think you have given the perfect definition about canonical. |
Do u think this is the best answer and perfect definition of canonical
|

October 3rd, 2011, 08:05 AM
|
|
Contributing User
|
|
Join Date: Sep 2011
Posts: 33
Time spent in forums: 8 h 48 m 3 sec
Reputation Power: 2
|
|
This is what Matt Cutts said about Canonicalization way back in January 4, 2006:
mattcutts.com/blog/seo-advice-url-canonicalization/
Quote:
Canonicalization is the process of picking the best url when there are several choices, and it usually refers to home pages. |
It is now extended to inner pages also, as you can see from the following link google.com/support/webmasters/bin/answer.py?answer=139066 about Canonicalization. This link has the explanation and solutions to deal with canonical issues.
|

October 4th, 2011, 07:02 AM
|
|
Registered User
|
|
Join Date: Aug 2011
Posts: 12
Time spent in forums: 3 h 17 m 56 sec
Reputation Power: 0
|
|
|
Yes it does matter a lot for the large shopping portal which consists of various types of products and its refining factors, canonical is the only way to prevent duplication from those refining factors. you have to specify canonical to the all duplicate pages of original one in head section.
|

October 4th, 2011, 07:35 AM
|
|
Registered User
|
|
Join Date: Oct 2011
Location: India
|
|
Say you have a main website and 2 mirrors of it with the same content. For a concrete example, let us assume your main website has an article at : http://example-main.com/foo.html
And the other two websites have the same article at http://example-2.com/bar.html and http://example-3.com/baz.html.
In all the three HTML pages, you should place this tag in the <head> element.
Code:
<link rel="canonical" href="http://example-main.com/foo.html">
This will tell the search engines that it should use the main website while displaying results when somebody is searching for content that is present in these pages.
This helps both the search engine as well as yourself. Search engines don't have to crawl the duplicate pages and waste its computational resources in de-dup. Your main website gets better page rank because any backlinks to the duplicates contribute to the score of your main website. You also get more traffic to your main website because that's what comes up in the search results.
|

October 4th, 2011, 07:06 PM
|
|
Contributing User
|
|
Join Date: Oct 2011
Location: San Francisco, CA
Posts: 36
Time spent in forums: 9 h 24 m 21 sec
Reputation Power: 2
|
|
|
Hi,
Canonical Definition: If the same page (NOT CONTENT) is being rendered by more than one URL, it is called CANONICALIZATION.
The possible canonical URL of 1 Domain could be 3
www(.)domain(.)com
domain(.)com
www(.)domain(.)com/index.htm
domain(.)com/index.htm
Impact on SEO:
1: Since the same content is being rendered by the 3 more URLs, Googlebot (specially, as it always says and hates duplicate content) thinks that your website has DUPLICATE CONTENT, hence the less trustworthy.
2: The Link building campaign could be less effective as sometimes you pick www and sometimes non-www and sometimes domain/indexpage, by this way you are going to distribute your PR advantage to 4 different URLs.
Solutions: The best method is to use 301 redirect for rest 3 of the URLs to 1 URL, by this way you will gain all the Back link advanges to improve your PR.
Use of rel="canonical" tag in head section of your page
Regards
zabalex
|

October 17th, 2011, 04:43 AM
|
|
Contributing User
|
|
Join Date: Oct 2011
Location: India
Posts: 35
Time spent in forums: 4 h 42 m 9 sec
Reputation Power: 2
|
|
Quote: | Originally Posted by carol12 What is canonical issue ? And does it affect the process of seo? |
If your website have several address then it is called that your website have canonical issue like http://www.google.com, http://google.com.
It seemed different website in the eyes of search engine. It means your website popularity is divided into two part. It effect on ranking badly.
|

November 28th, 2011, 02:38 AM
|
|
Registered User
|
|
Join Date: Nov 2011
Location: USA
Posts: 17
Time spent in forums: 3 h 46 m 33 sec
Reputation Power: 0
|
|
|
important for SEO
canonical - is very important for SEO. It shows to crowl the main URL of your website. If you have a lot of doubles - it can help you to rise your positions in SERP.
|
Developer Shed Advertisers and Affiliates
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Rate This Thread |
Linear Mode
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|