What is "rel=canonical" syntax?
In this article i describe you How rel=canonical Tag is Good For SEO, it is very important part of any optimized website rel=canonical tag maintain multiple uses of a webpage, in any webpage use of rel=canonical tag is signal to search engines your main content index among duplicate pages on web.
Sample:
<link rel=canonical href=“Your Page URL” />
Canonical tag supported by several search engines, it is common for the same content to be accessed by multiple URL's but for best user experience search engines will sometimes show duplicate, multiple URL's of a content and prefer to choose original and best version
How To Use rel=canonical Tag
1) Always use rel=canonical URL links in <head> of the page sometimes people use this tag under <body> section of the page then it is ignored by search engines.2) Check rel=canonical containing page is not any error.
* What Is Web Crawler Or Web Spider?
* How To Fix Duplicate Meta Description in Webmaster tool.
3) Always use full URL with rel=canonical full URL specify full path including the scheme like http:// and don't use relative URL's with rel=canonical( <link rel=canonical href=“example.com/blog-tips.html” />) the relative URL's not contain "http://" when you use relative URL's spider ignore rel=canonical.
4) Make sure rel=canonical page doesn’t contain a noindex robots meta tag and rel=canonical URL to be displayed in search results.
5)Always use rel=canonical ones for a page when you use multiple time for page all rel=canonical will ignored by spider.
* How To Add Keywords With Each Page Url In Blogger.
* How To Optimize Blog Title.