is there anything wrong in this meta tag ?

by 5 replies
6
Hi, I recently opened a health related bangla blog on blogger platform. I got a all in one SEO meta tag for blogger. But in that tag there is keyword tag in several time.
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 != &quot;&quot;'>
<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 == &quot;archive&quot;'>
<meta content='noindex, nofollow' name='robots'/>
<b:else/>
<b:if cond='data:blog.pageType == &quot;index&quot;'>
<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>
#search engine optimization #blogger #meta #tag #wrong
  • The code is really confusing. I am not sure if the meta tag for keywords is ok here.
  • This meta tag is ok. Don't worry! It's about where you have to give information about your site to configure your All in one plugin. It requires :

    Title:
    Description
    Keywords:

    You could do the same for every page or page!

    Thanks
    - Jesisco
    • [1] reply
    • [DELETED]
    • On a static website, I vary up the description and title for each page in the meta-description area, so that it's custom tailored to the content on that page and doesn't just reflect the over all content of that site. And, that's something which is working for me.
  • I am not sure about the whole code, because there is no meta tag are shown, may be you don't want to show that, and if it is just a sample or frame, then it is fine.

    And i also saw noindex and nofollow in the above code, please verify it, otherwise it is create problem at the time of caching and indexing, as it clearly avoid your blog, due to these tags
    • [1] reply
    • I'm thinking the same.. why there is a nofollow rel ? its really confusing me... can you provide me a good meta tag for blogger ?

Next Topics on Trending Feed

  • 6

    Hi, I recently opened a health related bangla blog on blogger platform. I got a all in one SEO meta tag for blogger. But in that tag there is keyword tag in several time. 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