Some bloggers says that the blogger/blogspot is realy bad for SEO, In the fact that one of the factors is ,blogger shows all post contents on the index page also on the categories page. that makes the categories page duplicate with the post page. that’s why you need to tell search engine to not indexing the categories page.And also that as we know if your template contains duplicate meta keywords and description elements ,you will find a warning at Google Webmaster Tools . In another method ,as we know if we use own hosting , we can use a robot.txt file.
But, we use blogger template ,Ok, folow these steps
1. Go to your blogger dashboard - Edit HTML , look at <head>
2. Paste the code below after/under the <head> section.
<b:if cond='data:blog.pageType == "archive"'>
<meta content='noindex,follow' name='robots'/>
</b:if>
<b:if cond='data:blog.pageType == "index"'>
<b:if cond='data:blog.url != data:blog.homepageUrl'>
<meta content='noindex,follow' name='robots'/>
</b:if>
</b:if>
3- Done and save your template for the changes you've mades.
Credit to :Mas Iwan Rachmanto
0 comments
Post a Comment