ALL IN ONE SEO PACK FOR BLOGSPOT/BLOGGER 2016

All in one seo pack for blogger is very usefull to write the post in blogger,All in one seo pack plugins is very popular for its working and we know this plugins can work for the blogger.so many people is getting lots of problem while wrting the post ,so this post may help u to get how to use all in one seo pack fro blogger.

  ALL IN ONE SEO PACK FOR BLOGSPOT/BLOGGER :

how to use this plugin in blogger they are the some lucid steps to follow 

  • Just Login to your Blogger blog account------> Go to Dashboard
  • After going to Dashboard Click on Template------->click Edit Html Button.
  • You can easily search  by using Ctrl+F button.
  • Seek out the code just  Go to <head> section in Template.
  • After seeking out for <title> just insert the code just below or after your <title> section.
         Copy the code and pastee code as per the above steps in the blogger template:
  • <title><data:blog.pageTitle/></title>
  • <meta content='YOUR BLOG DESCRIPTION' name='description'/>
  • <meta content='YOUR BLOG KEYWORD' name='keywords'/>
  • <meta content='blogger' name='generator'/>
  • <meta content='YOUR BLOG URL WITHOUT HTTP' name='design by'/>
  • <meta content='YOUR BLOG URL WITHOUT HTTP' name='author'/>
  • <meta content='en-us' name='language'/>
  • <meta content='YOUR COUNTRY' name='country'/>
  • <meta content='follow, all' name='robots'/>
  • <meta content='global' name='distribution'/>
  • <meta content='follow, all' name='googlebot'/>
  • <meta content='follow, all' name='Googlebot-Image'/>
  • <meta content='General' name='Rating'/>
  • <meta content='1 days' name='revisit'/>
  • <meta content='1 days' name='revisit-after'/>
  • <meta content='all' name='robots'/>
  • <meta content='index,follow,snipet' name='googlebot'/>
  • <meta content='follow, all' name='msnbot'/>
  • <meta content='follow, all' name='alexabot'/>
  • <meta content='follow, all' name='Slurp'/>
  • <meta content='follow, all' name='ZyBorg'/>
  • <meta content='follow, all' name='Scooter'/>
  • <meta content='ALL' name='SPIDERS'/>
  • <meta content='ALL' name='WEBCRAWLERS'/>
  • <meta content='900' http-equiv='refresh'/>
  • <meta content='Aeiwi, Alexa, AllTheWeb, AltaVista, AOL Netfind, Anzwers, Canada, DirectHit, EuroSeek, Excite, Overture, Go, Google, HotBot. InfoMak, Kanoodle, Lycos, MasterSite, National Directory, Northern Light, SearchIt, SimpleSearch, WebsMostLinked, WebTop, What-U-Seek, AOL, Yahoo, WebCrawler, Infoseek, Excite, Magellan, LookSmart, bing, CNET, Googlebot' name='search engines'/>
  • <meta content='text/html; charset=UTF-8' http-equiv='Content-Type'/>
  • <meta content='true' name='MSSmartTagsPreventParsing'/>
  • <meta content='global' name='distribution'/>
  • <meta content='http://YOUR BLOG URL' name='Identifier-URL'/>
  • <meta content='text/html; charset=utf-8; charset=iso-8859-1' http-equiv='Content-Type'/>
  • <meta content='YOUR BLOG NAME' name='copyright'/>
  • <link href='URL OF ICO OR PNG IMAGES' rel='shortcut icon' type='image/vnd.microsoft.icon'/>
  • <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>
  • </b:if>