How To Show Post Title Before Blog Title In Blogger For SERP?

This a simple tutorial for blogger. This trick helps you to move and customize your blogger blog title between your main blog title and your post title, and this one also helps you to show your blog post address(s) beautiful in search engine results.

SEE ALSO: Optimize Post Titles Through H2 Heading Tag

For understanding better see below images-

Example in Search Engine Results:

>Before
>After
Example in Browser Title:
>Before


>After
Now, lets do it.

1. Go to Blogger.com and login.
 

2. Now go to Design > Edit HTML
 

3. Press Ctrl+F and find this below code from your templete.
<title><data:blog.pageTitle/></title>

4. And replace this code with this below code.
<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>

5. Finally click Save Templete.

Thats it. Enjoy!

Please DON'T spam here. Spam comments will be deleted just after our review.

Post a Comment

Please DON'T spam here. Spam comments will be deleted just after our review.

Post a Comment (0)

Previous Post Next Post