Show Post Title First at Search Engines results Page
Wednesday, July 29, 2009
Leave a Comment
Every body want to show their blog in search engine pages and 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..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.
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.
Already did this about a year ago brother. Thanks for your nice post :)