ad header

How to show BLOGGER post title in SEARCH ENGINE - SEO Blog

Post title and blog title both are very important for search engine optimization, but you must know how to use and customize them. Because they appear in search results and more importantly appear as a clickable link.

Today I am going to show you how to change your blogger post results on Google. I will also be  Discussing on the importance of Placing Post Title Before Blog Title In Google Search Results.


How To Show Post Title Before Blog Title In Blogger

You don’t have to do a Herculean task to make your blog title appear first. I am going to walk you through the exact process.
Step-1.Go to your Blogger dashboard

Step-2.Click on Template

Step-3.Click on Edit HTML and then on Proceed.

Step-4.Search for the following code in your template’s code:
<title><data:blog.pageTitle/></title>
Step-5.Once found, replace it with the following 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>

Step-6.Save your template.

Now you can see your POST TITLE before BLOG TITLE in search result.

Note: If you want to remove BLOG TITLE after POST TITLE then Remove the RED COLORED PART OF code from code you will add in your HTML.

More Posts: