
If you are a visual learner then a screen shot below would be helpful in understanding,
By default your blog title appears before post title like this,

After tweaking it we will have the blog title appear after the post title like this,

How to make Blog title appear after post title?
Simply follow these steps,- Go To Blogger > Template > Edit HTML
- Backup your template.
- Search for,
<title><data:blog.pageTitle/></title>
4. Now replace it with the code below,
<b:if cond='data:blog.pageType == "item"'>
<title><data:blog.pageName/> | <data:blog.title/></title>
<b:else/>
<title><data:blog.pageTitle/></title>
</b:if>
5. Done!
Now upon review your blog in search results, you will find your blog title appearing after your post title. Further more the position changes will also occur in your browser tab.
You guys would have noticed the new MBT Logo on top of this blog :) Also a special widget and then a special news awaits you guys. So don't forget to check back tomorrow. If you wish to be notified of the new post via email then kindly subscribe to the free daily email updated by clicking here.
0 comments:
Post a Comment