Wednesday, 26 June 2013

How To Optimize Post Titles In Blogger Blogs?

Hello bloggers, today we have an Important SEO technique which will help you to boost up your ranks and also to get some traffic. This is a very old trick, but it has great importance even now. This can improve your traffic rank to great heights and this is really easy to do. It just swaps your Blog Title with the post title which gives a better view. So let’s get started.



Note-Backup your template before editing

Code It-
#1.Go to template and then hit "Edit HTML" now find this code in your template (Use Ctrl+f to make it easy)-

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

#2.Now once you find it just replace it with the below given code, and you will see the results-

<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>

Results-


Before



After


Conclusion-
Cheers, you have optimized your post tiles and you will surely see an improvement in your blog. Try this out if you haven't and comment if you have something new for bloggers and stay tuned for the upcoming SEO posts in our blog. Happy Blogging!

4 comments:

  1. I would appreciate if you could explain why do you think that your blog will improve so much swapping post and page title.

    ReplyDelete
    Replies
    1. Hi Juan.
      First of all, thanks a lot for giving your valuable time reading the post.

      Look, before we apply this trick, the title of this post would be "Creative Minds : How to optimize post titles in blogger". When you share this post on StumbluUpon or some such websites, it will take your title as "Creative Minds" only. I want the users see the original title of my post, because it may derive more traffic to my post.

      After swapping the titles, it will become "How to optimize post titles in blogger : Creative Minds", and those social media will take the title "How to optimize post titles in blogger", which is certainly more attractive than "Creative Minds".

      Also, if you do not swap the titles, every time the title in those social media sites will display "Creative Minds". I think due to this reason its worth doing...

      Please let me know if you do agree with me...:)

      Delete
  2. Can you explain the result because I cannot make it out.

    ReplyDelete
    Replies
    1. Hi ProdEase,
      Thanks a lot for reading the post.

      Before I applied this trick, the title of my post was "Creative Minds : How to optimize post titles in blogger". And after applying the trick, it became "How to optimize post titles in blogger : Creative Minds". Its pretty useful when you share your post on some social media, because the 72 character restriction is there, so the sites may sometimes reduce your total post, like they can make it like "Creative Minds : How to optimize post titles...". I think its a big problem, if the title cannot describe what it means.

      After applying the trick, the title may become something like "How to optimize post titles in blogger : Cr....", still describing entire title of your post. Pretty helpful, isnt it???

      Hope you get what i meant here...:)

      Delete