health

business

vehicles

technology

Blogger All In One SEO Pack



WordPress has become famous for its various plugins that are a quick plug and play to optimize your website for Google rankings. However, Blogger is a little more complicated, there are no plugins that you can quickly add to improve your website you have to do it all by hand. This pack has been slightly modified by me to remove some of the useless code and to add Facebook open graph.

Features Run Down
  • Add Meta Tags in Your Blogger Blog.
  • Allow web crawlers to crawl your site daily.
  • Show Post Title First In Search Results
  • SEO Optimize Blogger Comments
  • SEO Optimize Blogger Archives
  • SEO Optimize Blogger Labels
  • Convert Title Tags to Dynamic Title Tags.
  • Optimize Post Title Using H2 Tag
  • Add an SEO Friendly Robots.txt File
  • Open graph Tags
<!-- All In One SEO Pack detutor 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/+(Page Url Here)' rel='publisher'/> </b:if>
<meta property='og:url' expr:content='data:blog.canonicalUrl'/>
<meta property='og:title' expr:content='data:blog.pageTitle'/>
<meta property='og:site_name' expr:content='data:blog.title'/>
<b:if cond='data:blog.pageType == &quot;item&quot;'>
<title><data:blog.pageName/> | <data:blog.title/></title>
<meta property='og:image' expr:content='data:blog.postImageUrl'/>
<meta property='og:type' content='article'/>
<b:else/>
<title><data:blog.pageTitle/> - PUT ANY ADDITIONAL TITLE COPY HERE</title>
<meta property='og:image' content='PUT YOUR IMAGE URL HERE'/>
<meta property='og:type' content='blog'/>
</b:if>
<b:if cond='data:blog.metaDescription'>
<meta property='og:description' expr:content='data:blog.metaDescription'/>
</b:if>
<!-- All In One SEO Pack 2015 -->

Add the following code after the opening <header> tag in your blog template. After doing so your website should be ready for both social media and Google. 

No comments: