~Best Blog Tricks

Ads

Sunday, March 13, 2016

How To Show Post Title Before Blog Title in Google Search

Just follow the steps below: 
  1. Go to your Blogger dashboard
  2. Click on Template
  3. Click on Edit HTML and then on Proceed.
  4. Click to put a check in the Expand Widget Template box.
  5. By using Ctrl+F, search for the following code in your template’s code:
<title><data:blog.pageTitle/></title>

  • Once found, replace it with the following code below:
<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>


  • Save your template.
And that’s it, you’re done! After a few days your blog title will appear AFTER (and not before) your post title, the next time it appears in Google’s search results page like this.




0 comments:

Post a Comment

Thanks

Featured Post

Top 10 Interview Question With Answer

Tell me about yourself?                               Start with your name Give your place information Education in short Job experi...