Wednesday, November 26, 2008

Custimese Search on Google

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 == "item"'>
<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!

No comments:

Post a Comment