Header Ads

Seo Services

How to Set Blogger SEO



Blogger is a Google sub host, and a free platform for blog design, but one of the major challenge of blog hosted on blogger is the fact that they are no SEO plugin to be used unlike Wordpress and other platform.
Today I would be discussing ‘how to set SEO on blogger,’ or should I better say ‘how to improve blogger SEO’.
SEO (Search Engine Optimization) is one the major tools every blog needs to grow her traffic, but the issue is understanding how SEO work with blogger,
Unlike wordpress where plugin does the whole work, content writers whose blog are hosted on Google sub-host (blogger) don’t have such luck, as the only way to make such change on their blog is by going into the XML source code.
Check below for step by step on how to improve blogger SEO
Step 1= login to your blogger admin dashboard
Step 2= Navigate to Theme and click ‘edit HTML
Step 3=  search for  ‘<head>’ past below code under it.
<!-- All In One SEO Pack 2019 v2.0 by TECH DEFT -->
 <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='GOOGLE VERIFICATION CODE' name='google-site-verification'/>
 <meta content='BING VERIFICATION CODE' name='msvalidate.01'/>
 <meta content='ALEXA VERIFICATION CODE' name='alexaVerifyID'/>
 <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='en-us' name='language'/>
 <meta content='USA' name='country'/>
 <meta content='@Facebook' property='fb:admins'/>
 <meta content='@Twitter' name='twitter:site'/>
 <link href='https://plus.google.com/+youpage/about' rel='author'/>
 <link href='https://plus.google.com/+yourpage/posts' rel='publisher'/>
 </b:if>
 <!-- All In One SEO Pack 2019 v2.0 by TECH DEFT End -->


Powered by Blogger.