Show Blog post title first in Search Engine-
When we publish a post, Blog homepage title always appears before blog post page title. Google displays the first 66 characters so keywords in your post page title is missed.
Step 1: First of all Go To Blogger > Template > Edit HTML
Step 2: Then Search for (Use CTRL+F) <title><data:blog.pageTitle/></title>
Step 3: Now replace it with
<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 4: Finally save template.
In this way, you can easily show blog post title first in search engine. Keep Blogging..:)
Read more →
When we publish a post, Blog homepage title always appears before blog post page title. Google displays the first 66 characters so keywords in your post page title is missed.
Step 1: First of all Go To Blogger > Template > Edit HTML
Step 2: Then Search for (Use CTRL+F) <title><data:blog.pageTitle/></title>
Step 3: Now replace it with
<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 4: Finally save template.
In this way, you can easily show blog post title first in search engine. Keep Blogging..:)