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
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 -->You have to change your Google+ profile link highlighted in red color and Country highlighted in blue color. You can check country code here.
<b:if cond='data:blog.pageType == "index"'>
<title><data:blog.pageTitle/></title>
<b:else/>
<title><data:blog.pageName/> - <data:blog.title/></title>
</b:if>
<b:if cond='data:blog.metaDescription != ""'>
<meta expr:content='data:blog.metaDescription' name='description'/>
</b:if>
<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>
<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 -->
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
Post a Comment