We know that after publishing a content Google index it and crawl in search engine. But sometime your blog content become duplicate without any noticeable reason. Suppose you have post a content and same post in blog archive creating 2 same content which may penalize by Google. Though you are creating genuinecontent but due to another copy in blog archive your post become duplicate. In this case Google apply some penalty for blogs such as, downgrade the page rank or banned by search engine.
So we can prevent this problem by applying a simple piece of code. For this reason you have to set a code that Google Search Engine index your achieve pages.
So we can prevent this problem by applying a simple piece of code. For this reason you have to set a code that Google Search Engine index your achieve pages.
- Login to your Blogger account, go to Blogger dashboard, click the arrow adjacent to 'Go to post list icon' and select 'Template' from dropdown menu. You can also select the 'Template' from left navigation menu.
- Click 'Edit HTML'.
- Search for (Ctrl+F)
<Head>
and paste (Ctrl+V) the following code before</Head>
. - Now the archive pages will not index by search engines.Avoiding duplicate content in the search results.
<b:if cond='data:blog.pageType == "archive"'>
<meta content='noindex,noarchive' name='robots'/>
</b:if>
Any type of information please Contact us.
Post a Comment