Wednesday, May 29, 2013

How To Make Your Blogger Template SEO Friendly ?

If your template is best for your blog or you don't want to remove that template then don't worry, you can also make your blogger template SEO friendly. Just apply below tutorials on your template.
  • Add Meta Description And Keyword Tags In Blogger

    •  Go To Blogger >> Template >> Edit Html
    • Find <head>    (Tip: Press Ctrl+F To Find)
    • Copy The Code Below And Paste Below <head> Tag.
    <meta content='text/html; charset=utf-8' http-equiv='Content-Type'/>

    <meta content='Add_Your_Description_Here' name='description'/>

    <meta content='Add_Your_Keywords_Here' name='keywords'/>
  • Replace  Add_Your_Description_Here With Your Description and minimum characters are 150.
  • Replace   Add_Your_Keywords_Here  With Your blog's niche keywords and add 10/15 keywords only.

  • Show Post Title First In Search Results

    • Go To Blogger >> Template >> Edit Html >> Proceed
    • Find the code below        [Tip: Press Ctrl+F to Find]
    <title><data:blog.pageTitle/></title>
  • Replace "<title><data:blog.pageTitle/></title>" With the Following Code 
<b:if cond='data:blog.pageType == &quot;item&quot;'> 
<title><data:blog.pageName/> | <data:blog.title/></title> 
<b:else/> 
<title><data:blog.pageTitle/></title> 
</b:if>
  • Click Save Template and You Have Done !

  • SEO Optimize Blogger Comments 

    • Go To Blogger >> Template >> Edit Html >> Proceed
    • Tick "Expand Widget Templates"
    • Find The Code Below      (Tip: Press Ctrl+F To Find)
    expr:href='data:post.createLinkUrl'
    • Replace Above Code With The Following Code
    rel='external nofollow' expr:href='data:post.createLinkUrl'
  •  Click Save Template & You Have Done !

  • SEO Optimize Blogger Labels

    • Go To Blogger >> Template >> Edit Html 
    • Tick Mark "Expand Widget Templates"
    • Find The Code Below
    <a expr:href='data:label.url'
    • Replace Above Code With The Following Code
    <a expr:href='data:label.url' rel='tag'
  • Note :  If the rel='tag' is already existing then do nothing.
  • Click Save Template & You Have Done !

  • SEO Optimize Archive Links

    • Go To Blogger >> Template >> Edit Html 
    • Tick "Expand Widget Templates"
    • Find The Code Below
    <a class='post-count-link' expr:href='data:i.url'>
    • Replace Above Code With The Following Code
    <a rel="archives" class='post-count-link' expr:href='data:i.url'> 
  • Click Save Template & You Have Done !

  • Optimize Post Title Using H2 Tag

    • Go To Blogger >> Template >> Edit Html 
    • Tick "Expand Widget Templates"
    • Find For The Following Or Similar Coding
    <h3 class='post-title'>
    <b:if cond='data:post.link'>
    <a expr:href='data:post.link'><data:post.title/></a>
    <b:else/>
    <b:if cond='data:post.url'>
    <a expr:href='data:post.url'><data:post.title/></a>
    <b:else/>
    <data:post.title/>
    </b:if>
    </b:if>
    </h3>
  • Now you have to change heading tags h3 to h2 which are placed at the beginning and in the last.
  • After making changes your post title code will look like the following or similar coding.
<h2 class='post-title'>
<b:if cond='data:post.link'>
<a expr:href='data:post.link'><data:post.title/></a>
<b:else/>
<b:if cond='data:post.url'>
<a expr:href='data:post.url'><data:post.title/></a>
<b:else/>
<data:post.title/>
</b:if>
</b:if>
</h2>
  • Click Save Template & You Have Done !

Add An SEO Friendly Robots.txt File To Blogger

  • Go To Blogger >> Settings >> Search Preferences
  • In The Crawlers and Indexing Sections, Look For The Custom Robots.txt
  • Click On Yes and a Box Will Appear Like The Image Below
  • Now Copy The Following Code And Paste It In That Box

 User-agent: Mediapartners-Google
 User-agent: *
 Disallow: /search?q=*
 Disallow: /*?updated-max=*
 Allow: /
 Sitemap: http://yaqoobforall.blogspot.com/feeds/posts/default?orderby=updated

  •  Note : In the above code first line "User-agent: Mediapartners-Google" is for Google Adsense. If you are not using the Google Adsense then remove the first line.
  • Replace http://yaqoobforall.blogspot.com/ with your blog/site link.
  • Click 'Save Changes' and You have done !

    0 comments:

    Post a Comment

    Bid