All in one SEO plugin helps to optimize your blog post on Google,Bing,yahoo! and others search engines fast.All in one SEO plugin get all information related to SEO like description,title and keywords of every blog post.
All in one SEO plugin for blogger is different from WordPress all in one SEO plugin,in WordPress you have to install plugin on your self hosted server and in Blogger you just have to add a Script in blogger HTML panel or editor.
To find HTML editor follow this step.
Before Edit Seo Script in html editor you must need to enable search description for your blog unless your blog doesn’t optimized and search engines start ignoring your blog and stop crawling which result less traffic on your blog.
>>Enable search description
Here is some steps which helps to enable search description option in your blog,without search description search engines does not crawl your blog and blog post.
1.Go to www.blogger.com log-in with your Google User name and Password.
2.Select blog from list of blog in which Search description is to be enable.
3.Then go to blog >>setting >> search preferences , see in image.
4.Click yes in Enable search description and edit description in box.
Complete these steps to get more visitors from search engines but if your already enable search description then copy and paste this script in your html editor.
>>All in one SEO plugin Script
<!– All In One SEO Pack 2014 By Ewebtip Start –>
<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=’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/+VinayakSharma/about’ rel=’author’/>
<link href=’https://plus.google.com/+VinayakSharma/posts’ rel=’publisher’/>
</b:if>
<!– All In One SEO Pack 2014 By Ewebtip.com End –>
>>How to use All in one SEO plugin for blogger
5.After click on Edit HTML a html editor will be open then press Cntrl+F and find <head> or </head>.
6.After <head> tag or Before </head> tag,copy and paste All in one SEO script to your blog HTML editor then click save template.
All is done.