Auto Traffic Exchange

How to remove the meta descriptions error duplicate on Blogger

 
Recently I found the problem in my blog blogger the indexed contained meta description, I want to reproduce the content. Mounted bloggers sometimes description of your homepage to other yet unique pages for all the information that you define and that affect search engines. Some messages from my site shows me the same description as my home page. You can check the status of your site in Google to find how healthy it was. You can also check for errors duplicate meta descriptions in the Google Webmaster Tools. Your site blogger have a unique meta description and page content, others have their own meta Descriptions. You can configure the post edit area bloggers.

If you encounter a problem concerning the site indexing of messages with descriptions of the same site, you can set and let Google bots crawl your site for re better SEO.

webmaster-duplicate-meta-description

It is a technique of optimization engine better search for blogger blogs. If you have a blogger account and find only the meta description is duplicated in Google search results, follow these steps to quick fixes like below to rank your site better then normal.

Backup models first before making any serious replaces the HTML. After saving, go to blogger dashboard, then click on edit HTML templates. Click now in the and press ctrl+ f to find the blog <head>. Under the header section, add the following code

 

<b:if cond='data:blog.url != data:blog.homepageUrl'>
<b:if cond='data:blog.pageType != &quot;item&quot;'>
<b:if cond='data:blog.metaDescription != &quot;&quot;'>
  <meta expr:content='data:blog.metaDescription' name='description'/>
</b:if>
</b:if> </b:if>
<b:if cond='data:blog.url == data:blog.homepageUrl'>
<meta content=’Zero to Seo collect information about the SEO Technic.' name='description'/>
</b:if>

The code is highlighted in yellow indicate the description of your site. Put the description of your site in the region. This code adds descriptions highlighted on the homepage just for this Page has had another description of the post itself as specified by you in the post and edit mode. So after you have added the above code, save the template and wait for search engines to crawl your site and see the effect of indexing to check meta descriptions in Google and you will find a unique meta description.

Page of archive on blogger also affects the meta description and gives you meta duplicated content affect the ranking of your website. No index archives page blogger to remove duplicate meta descriptions.

0 Response to "How to remove the meta descriptions error duplicate on Blogger"

Post a Comment