Subscribe For Free Updates!

We'll not spam mate! We promise.

23/10/2013

How to Fix Duplicate Meta Description Tag



Many times I was thinking and thinking when I was trainee that why my blogger page is showing meta description 2 times and also Webmaster Tools prove me same Meta Description error for duplicate meta Description. If you look at the source file of your blog after that it will show you two meta description on the same page. One beneath <head> tag and one right crossways the title tag. This is an example of several meta tag for the description displayed when blogger introduced Search preference last year offering dynamic blog spot users to enter data for each post they publish. This choice you will find in the Blogger post editor like “Search Description” in right side of post editor.

Duplicate meta description also have an effect on your traffic and after setting up duplicate meta description error it will help bots crawl improved to index your contents Now I will tell you how you can fix duplicate meta description.
1. Go to Blogger Dashboard > Template > Edit HTML
2. Check on Expand Widget Templates

Now find the following code
<b:if cond=’data:blog.metaDescription != &quot;&quot;’>
<meta expr:content=’data:blog.metaDescription’ name=’description’/>
</b:if>
 it will be in the top few lines and now swap this code with this next one
<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>

Now save. What we have done with Save button and open your blog’s homepage and check source code. It all done. If you require further help concerning meta description reply in comments.

Learn Tips and Tricks By Hassan Gillani
SOCIALIZE IT →
FOLLOW US →
SHARE IT →

0 comments:

Post a Comment