Friday, 29 July 2011

Protect your blog Dublicate Content by blocking Archives


Now there is the way by which you  can prevent duplicate content by telling search engines not to index archive pages. This can be achieved by adding a “noindex” robots meta tag to the archive pages (and archive pages only).

Follow these Steps:
  1. Login to your Blogger account.
  2. Go to Dashboard > Design > Edit HTML. 
  1. Find the <head> tag and add the following code below it:
<b:if cond='data:blog.pageType == &quot;archive&quot;'>
<meta content='noindex,noarchive' name='robots'/>
</b:if> 

 Note: These code will only prevent indexing of archives pages. The rest of the blog will be indexed as usual.


Good luck .....
Don't Forget to Comment..............>>>>>>>>

Related Posts:



0 comments:

Post a Comment