Saturday, June 28, 2008

Show Post Title First at Search Engines results Page

One thing you may have noticed that at search engines pages.That is your Blog Title comes First and The Post Title comes after the post title.Its not fair and doesn't seems so cool.Therefore we have brought you a cool Blogger Hack that shows your Blog Posts Title First in the search Engine results.We got this code at archit.To start customizing your search Engine follow the steps that follow below.

Goto blogger Edit Html Page( Sign in--> Dashboard--> Layout --> Edit Html) and search for the following code.

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

If you didn't find the above code then search for this Code.

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

Now Replace that code with the following code.
<!-- Blogger Swap Title by Archit T at http://blog.archit.in -->
<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>
<!-- End of Blogger Swap Title by Archit T at http://blog.archit.in -->

Now save your Template and see the snapshot below.


Enjoy!

Technorati Tags: , ,

6 comments:

  1. Thanks for the link love! :)

    Let me know if you need any more customization help.

    Cheers!

    ReplyDelete
  2. thanks for such a nice hack

    ReplyDelete
  3. I have changed the code but nothing has happened. How many days does it take for this trick to take effect?

    Pls check out http://inpui.blogspot.com

    ReplyDelete
  4. Hi,How long does it take for the trick to work insearch engine...did change the code but i'm not seeing any results! Help..

    ReplyDelete