Posted by Unknown at 07:55
Read our previous post
Why
would you want to block archive pages? The answer is to prevent Google
from penalizing your blog due to duplicate content. You see archive
pages do not have contents of their own. What you see on them are
duplicates, taken from individual post pages. And if both pages (the individual post and archive pages having the same content) are indexed by Google, that constitutes duplicate content.
This might pull down search engine
rankings. Blogger archive pages can pose a little problem. You can see
on this image below that both archive page and post pages have same content. You need to block it.
The problem probably started when I
added Blogger Archive widget to the sidebar. This widget provided access
for web crawlers to the archive pages, Which eventually led to the
pages being indexed by Google.
How To Block Archive Duplicate Content From Search Engines
You can block archive 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.
1. Login to your Blogger Account
2. Go to Dashboard > Design > Edit HTML
3. Find the <head> tag and add the following code below it;
<b:if cond='data:blog.pageType == "archive"'>The archive pages will eventually drop off from search engine result pages,
<meta content='noindex,noarchive' name='robots'/>
</b:if>
Thanks for sharing this info.
ReplyDelete