Skip to main content

Best SEO Meta Tag widget Blogger

Best SEO Meta Tag widget Blogger
A Blogger is always interested in more and more traffic to his/her blog, but it is not always possible to get high amount of traffic even with good content and elegant design.

Why is it so ?

The biggest reason behind it, is lack of blogger (author) to robots communication. Robots crawl data from your website, only when your meta data allow them to crawl. So, Each template should be configured with proper meta tags to give proper response to bots on crawling.

Features

  • Description same as in Settings --> Search preferences
  • Archive pages are not indexed in Search Engine.
  • Rating content according to age
  • Revisit time - 1 day ( you can change it accordingly )
  • Language tag - en-us
  • Country meta tag
  • configured for google authorship markup
I designed this meta tag widget with most popular meta tags, but it is not not necessary to use all these meta tags, you can add or remove meta tags according to your need.

Open Blogger account and goto template
then open edit html and search for </head>.
paste below code before </head>.
 <!-- "Best SEO meta tag widget" by theinfotechblog.com start -->
<b:if cond='data:blog.pageType == &quot;index&quot;'>
<title><data:blog.pageTitle/></title>
<b:else/>
<title><data:blog.pageName/> - <data:blog.title/></title>
</b:if>
<b:if cond='data:blog.metaDescription != &quot;&quot;'>
<meta expr:content='data:blog.metaDescription' name='description'/>
</b:if>
<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>
<b:else/>
<b:if cond='data:blog.pageTitle != data:blog.title'>
<meta expr:content='data:blog.pageName' name='keywords'/>
</b:if>
</b:if>
<meta content='general' name='rating'/>
<meta content='GB' name='country'/>
<meta content='all' name='audience'/>
<meta content='all' name='robots'/>
<meta content='index, follow' name='robots'/>
<meta content='document' name='resource-type'/>
<meta content='en-us' name='language'/>
<meta content='global' name='distribution'/>
<meta content='1 days' name='revisit'/>
<meta content='1 days' name='revisit-after'/>

<link href='https://plus.google.com/117477478881248806979/about' rel='me'/>
<link href='https://plus.google.com/114679207272870704061/about' rel='author'/>
<link href='https://plus.google.com/114679207272870704061/posts' rel='publisher'/>
</b:if>
<!-- "Best SEO meta tag widget" by theinfotechblog.com ends -->
You have to change your Google+ profile link highlighted in red color and Country highlighted in blue color. You can check country code here.

Best SEO Meta Tag widget Blogger

Conclusion

SEO widget surely generate good traffic to your site. Probably your content is good but it always needed to optimize it according to Search Engines that generate a large number of traffic to your site.

Comments