Wednesday, 21 January 2015

How to add seo header title tag and robot txt file for bloggers

Hi guys hope you all are fine. Yesterday i have posted some useful tips for Indian users. Today i will sharing some seo title tag tips for custome 404 error page and robot txt file. It will help you to improve your website ranking. Everyone must add this 2015 working better seo header tag for bloggers. This seo header tag compained with post seo title tag. So this SEO title tag tip mainly helpful for new bloggers. just follow my steps...!!!

Why we should add seo title tag:

If you are adding default template to your blog. you must add this seo tag otherwise you can't get more views. Because search engine shows only your blog title first and then only post title, so your post does not come front page..!!
And if your blog having any error page or deleted post link then you should add custom 404 seo header title tag also. But you no need to add separate title tag.

just go the template option>click>edit html, then 

seo header tag, seo robots.txt file for blogger, seo html codes
see the image, if you are putting default template or any new designer template you can see this option in below header tag, that is <head>
just remove this tag and add below tag

 <!-- SEO Title Tag www.tipsrider.com-->
    <b:if cond='data:blog.url == data:blog.homepageUrl'>
      <title>
        <data:blog.title/>
      </title>
    </b:if>
    <b:if cond='data:blog.pageType == &quot;item&quot;'>
      <title>
        <data:blog.pageName/>
        |
        <data:blog.title/>
      </title>
    </b:if>
    <b:if cond='data:blog.pageType == &quot;archive&quot;'>
      <title>
        Archive for
        <data:blog.pageName/>
      </title>
    </b:if>
    <b:if cond='data:blog.pageType == &quot;static_page&quot;'>
      <title>
        <data:blog.pageName/>
      </title>
    </b:if>
    <b:if cond='data:blog.pageType == &quot;index&quot;'>
      <b:if cond='data:blog.searchLabel'>
        <title>
          <data:blog.title/>
          -
          <data:blog.pageName/>
        </title>
      </b:if>
    </b:if>
    <b:if cond='data:blog.pageType == &quot;error_page&quot;'>
      <title>
        Page Not Found
      </title>
    </b:if>
    <b:if cond='data:blog.pageType == &quot;index&quot;'>
      <b:if cond='data:blog.url != data:blog.homepageUrl'>
        <title>
          <data:blog.pageTitle/>
          - All Post
        </title>
      </b:if>
    </b:if> 


If you already having any other seo tag for your blogger just remove that add this title tag because
title tag having powerful header tag for bloggers. And you can increase page views by using this seo tile tag. Just see that codes, its not only for posts this title tag for hole blogger posts, lables and custom 404 error page. I hope this tag surely increase your page rank also...!!!

How to add robots.txt file:

This custom robot.txt file help you to hide unwnted posts and lables, Its work as like spider for our blog to google bot. if you does not hide lables and archive posts then google webmaster shows more duplicated content in your blog. It will affect your page ranking. [ you can check duplicated content in google webmaster tool]
so just add below seo robots tag also, robots.txt:

<b:if cond='data:blog.pageType == &quot;index&quot;'>
      <b:if cond='data:blog.searchLabel'>
        <meta content='noindex,nofollow' name='robots'/>
      </b:if>
    </b:if>
    <b:if cond='data:blog.pageType == &quot;archive&quot;'>
      <meta content='noindex,nofollow' name='robots'/>
    </b:if>
    <b:if cond='data:blog.isMobile'>
      <meta content='noindex,nofollow' name='robots'/>
    </b:if>

Note: This all tags should be inbetween <head> and </head>

After putting this seo html codes in your blogger just save your template. wait for 2 weeks you will see the difference..!!

I hope this seo title tag, custom 404 page tag, and robot file tags will increase your page ranking and traffic..!!!

IF you have any doubt feel free to comment here i will solve your problems..!!!
Please share with your friends....!!!!

Tag: how to add seo title tag for bloggers, how to add custom 404 header tag for bloggers, how to add robots txt file to template, best seo title tags for new bloggers 2015.

No comments:

Post a Comment