How to Add Add rel canonical Link to Blogger or blogspot Look for engines had presented the rel=canonical meta tag to get over this problem. This tag allows customers to factor tell google the real place of the material if there are one or more URLs which have the same material, thus preventing copy material on your web page.

[caption id="" align="alignright" width="150"]Index and Crawl Faster Index and Crawl Faster[/caption]


If you are Blogger weblog proprietor, you can prevent copy material by including the following material to your design. Please observe that you will have to modify the HTML value of your Blogger design and add this before the </head> tag.
If you are using a HTML design for you weblog, you should add the following code:
<ItemPage><Blogger><link href='<$BlogItemPermalinkURL$>' rel='canonical'/></Blogger></ItemPage>

On the other hand if you are using a XML template, you will have to add the following code to include all meta tags:
<b:include data='blog' name='all-head-content'/>

Or also individually include the rel=canonical tag by using:
<link expr:href="data:blog.url" rel="canonical"/>

Once you have added the tags, make sure to save your template and then view source of your browser to check if the tag is added to your template. That’s it. Once you have added the rel=canonical tag, search engines will only index one page instead of creating duplicate content.

0 comments:

Post a Comment