Saturday 24 March 2012

How to add Your Blog Title after Post Titles in Search results.

Maybe I have been posted it lately but it can help the newbies.This post will help you to display your blog title just after your post title in search results.

blog title after post title
See the pic above how the title appears after Post title.

How to make Blog title appear after your post title?
  • First of all Backup Your Template
  • Go to Blogger>edit HTML>Click F3
  • Now copy this code and paste it in search box


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


  • Now replace the highlighted  text with this :

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

You are done !! Now you can see blog title appear after post title in search result.



2 comments:

Amimul islam rafi said...

very good post. I applied it on my Blog

Alex said...

@Amimul:Thank You