is there anything wrong in this meta tag ?
- SEO |
So I'm little confused, I'll be grateful if anyone tell me that there is nothing to worry about in this meta tag.

I'm sharing this in below
<b:if cond='data:blog.metaDescription != ""'>
<meta expr:content='data:blog.metaDescription' name='og:description'/>
</b:if>
<meta content='description here' name='description'/>
<b:if cond='data:blog.pageTitle != data:blog.title'>
<meta expr:content='data:blog.pageName' name='og:keywords'/>
</b:if>
keyword here' name='keywords'/>
<b:if cond='data:blog.pageType == "archive"'>
<meta content='noindex, nofollow' name='robots'/>
<b:else/>
<b:if cond='data:blog.pageType == "index"'>
<b:if cond='data:blog.url == data:blog.homepageUrl'>
<meta expr:content='data:blog.title' name='keywords'/>
<meta content='index, follow' name='robots'/>
</b:if>
This is Sagor Biswas who is sharing blogging and SEO tips for free.