Adjusting Blogger Title Tags To Improve SEO
Just when you thought you’ve done everything you can to improve your site’s SEO, someone like Ryan Le of BlogTipsWorld would suddenly come up with this nice little Blogger tip that’s surprisingly simple. The trick simply involves doing a little bit of HTML editing, specifically on your <title> tag.
The simple steps are as follows:
  • Starting from your Blogger dashboard, go to Template.
  • Click on Edit HTML then Proceed.
  • Using Ctrl+F search for this line of code:
<title><data:blog.pageTitle/></title>
Replace it with this:
<b:if cond='data:blog.pageType == &ampquot;item&ampquot;'>
<title><data:blog.pageName/> |
<data:blog.title/></title>
<b:else/>
<title><data:blog.pageTitle/></title>
</b:if>
  • Save your template and you’re done!
You won’t feel the effect immediately and it’s not that staggering anyways but nonetheless it does AND IT WILL help your site’s SEO in the long run.

0 comments:

Post a Comment

 
Top