Menu Close Menu

How to Change Default Title Tag on blogger for SEO

optimizing-blogger-title-tags-seo Aim for title tags containing fewer than 70 characters. This is the limit Google displays in search results. Title tags longer than 70 characters may be truncated in the results, or search engines may choose to display different text from the document in place of the title tag. Recent experiments have shown that the number of characters displayed in the search results may also vary based on—among other things—the width in pixels of each letter. 70 characters is still a good general guideline for length, though. In most blogger templates when we view a post on blogger blog, title tag is first blog title then your post title which is not quite good as for SEO (Search Engine Optimization) as in search engine our blog title will appear first instead of keyword searched for. This Tip will change the Blogger's title tag to help amplify relevant keywords to your blog which improve the search engine ranking of your blog. Just follow easy and simple steps below:-

 

Optimize your Blog Title

 

1. Go to your Blogger Dashboard>> Template>> Edit HTML

2. and Find the Following Code. (if you are using Default Title Tag.) You Can Find the Below code Near  <head> tag Opening.

<title><data:blog.pageTitle/></title> 

Or 

<title><data:blog.pageName/></title>.

3. and replace above code With Following Code.

<b:if cond='data:blog.pageType == &quot;index&quot;'>
<title><data:blog.title/></title>
<b:else/>
<title><data:blog.pageName/></title>
</b:if>

Refresh your blog. Title tag of your blog post will be your post title and blog title for your blog home page. This improves viewer’s trust and keyword strength of your blog.

If you have any question please feel free to post your query below in comment form. Thanks for Reading our Post. Happy Blogging..

"Be the first to express your thoughts" :

  1. This comment has been removed by a blog administrator.

    ReplyDelete
  2. This comment has been removed by a blog administrator.

    ReplyDelete
  3. This comment has been removed by a blog administrator.

    ReplyDelete
  4. This comment has been removed by a blog administrator.

    ReplyDelete
  5. This comment has been removed by a blog administrator.

    ReplyDelete
  6. This comment has been removed by a blog administrator.

    ReplyDelete
  7. This comment has been removed by a blog administrator.

    ReplyDelete

Important - Make sure to click the "Subscribe By Email" link below the comment for to be notified of follow up comments and replies.If you use Name/URL don't use keywords as your name. We love to hear from you! Leave us a comment.
To ensure proper display, HTML/XML/JavaScript need to be Encode first using this Encoder Tool Then paste the Encoded code here.