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:
- Login to your Blogger account.
- Go to Dashboard > Design > Edit HTML.
- Find the
<head>
tag and add the following code below it:
<b:if cond='data:blog.pageType == "archive"'> <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..............>>>>>>>>
0 comments:
Post a Comment