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.
<b:if cond='data:blog.pageType == "item"'>
<title><data:blog.pageName/> | <data:blog.title/></title>
<b:else/>
<title><data:blog.pageTitle/></title>
</b:if>
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 :
<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:
very good post. I applied it on my Blog
@Amimul:Thank You
Post a Comment