Some SEO experts recommend that our blog’s post title be indexed first by search engines before the blog title. In order to this, a simple reconfiguration on the HTML templates can be made. Though not quite sure, I made this changes on my other blog and have seen traffic improvements. How I did this?
Simply go to your blogger dashboard and proceed to HTML editor. Check the expand widget template and search for the code below (You may use CTRL+F to search for this):
<title><data:blog.pageTitle/></title>
And replace with this the code:
<b:if cond='data:blog.pageType == "index"'> <title><data:blog.title/></title> <b:else/> <title><data:blog.pageName/> | <data:blog.title/></title> </b:if>
Then save the template. It will take minutes or hours to take effects.
No comments:
Post a Comment