Thursday, 9 June 2016

How To Show Post Title First In Search Engine Before Blog Title

Follow these step to place post title befoe blog title in blogger template
  • Go to blogger dashboard:
  • Go to template> edit html> proceed.
  • Find this html code
<title><data:blog.pageTitle/></title>





  • And replace it with this 
<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>









  • Now save your template and check one of your blog post in browser tab.
  • If it does not appear then wait for sometime google will index it soon.
  • Now you have done everything! enjoy  

    How To Show Post Title First In Search Engine Before Blog Title

No comments:

Post a Comment