Showing posts with label Blogspot tips. Show all posts
Showing posts with label Blogspot tips. Show all posts

Monday, 21 October 2013

Best SEO plugin for Blogger/ Blogspot blogs. Meta tags, Automatic alt tags and many more

Hello everyone!! And welcome back ..!! Many of you are worrying about SEO. Here is a simple and most effective SEO plugin for blogs of blogger/blogspot platform. So, check it out..



Uses(Features) of this plugin::

1) Creates automatic alt tags for your images.
2) Works 100% and more effective.
3) Dynamic blog title and dynamic keyword tags.
4) Makes more searchable in search engines
5) Search engine friendly.
6) Meta tags will be added
7) Google plus link available.

Code:: 
<!-- "Blogger SEO plugin by Bharath Kumar 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='global' name='distribution'/>
<meta content='1 days' name='revisit'/>
<meta content='1 days' name='revisit-after'/>
<meta content='document' name='resource-type'/>
<meta content='all' name='audience'/>
<meta content='general' name='rating'/>
<meta content='all' name='robots'/>
<meta content='index, follow' name='robots'/>
<meta content='en-us' name='language'/>
<meta content='USA' name='country'/>
<link href='https://plus.google.com/111178153185848356720/about' rel='author'/>
<link href='https://plus.google.com/111178153185848356720/posts' rel='publisher'/>
</b:if>
<!-- "Blogger SEO plugin by Bharath Kumar Start -->


((Change the blue coloured link with your google+ link))


How to Add to Blogger.com::


It is very easy and simple to add. Just follow these simple steps

1) Go to Blogger Dashboard.
2) Open your blog, go to template.
3) Click on edit html (Before doing it, better backup your template.)
4) Press CTRL+F and search for </head>
5) Jiust paste the above code below the </head> tab. That's it you are done.