Notice how you are directed to the front page instead of the article page.The way to avoid this is to put a robots meta-tag on the front page, instructing google to "noindex,follow" meaning "don't index this page but follow the links" - however this shouldn't be put on the item pages. Since BlogSpot uses the same template for both the main page and the item pages, this took a little bit of research, but finally I got this code to do the trick:
<b:if cond='data:blog.pageType != "item"'>
<meta content='noindex,follow' name='robots'/>
</b:if>
I hope this little trick will improve the search results - let's see when Googlebot will honor me with yet another visit :-)
No comments:
Post a Comment