If you want to show post title before blog post title in google search result.Just folllow the simple tips to do this .In this post now i will show you how to show post title before blog post title.
Following steps here:
- Starting your blogger Dashboard ,Go to Template
- Click on Edit HTML then procced
- Then Press Ctrl+F search this line of code:
Replace it with this:
<b:if cond='data:blog.pageType == "item"'>
<title><data:blog.pageName/>
|<data:blog.title/></title>
<b:else/>
<title><data:blog.pageTitle/></title>
</b:if>
- Save your template.
Comments
Post a Comment