Loading...

How to creating a good catchy blog post title on your own ideas

How to creating a good catchy blog post title on your own ideas

Blog post titles of headlines what ever you say a vital role for better ranking in search results . It is the first thing which visitor click this link or not . That means your traffic depends on it . Google shows 66 characters of the title in search results. By default in blogger blog title shows before post title . It reduces our traffic . So, to take the proper benefits we have to optimize our blog so that post titles shows before blog title in search results.
Show Post Title First in Search Results .


Go to Blogger >> Template >> Edit HTML.
Backup your blog template.

Now search below code in your template.

<title><data:blog.pageTitle/></title>

Replace that code with the below one.
<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>

You are done!
Now wait for the update in search results. Once search results got updated you will see the changes. But you can see these changes in your browser also. See below screenshot.


title post

Back to Top