While trying to see how fast my Post is indexed somedays back.I Noticed that my blog title comes with my post title like this "New Jobs: Results of 2012 Diversity Lottery Cancelled" New Jobs being my Blog Title.
I knew this wont be helping my SEO and decided removing my blog title from future Post.
Until now, the Title Tags generated for each page of your Blogger blog would display the blog title first, then the name of your post. This wasn't so good for SEO (search engine optimization) as this made keywords from your post titles appear after your blog title.
So if you want to improve your Blogger Powered Blog's SEO that is important for your blog, follow step below.
1. Go to Design > edit HTML in your Blogger dashboard.
2. Search for this tag:
<title><data:blog.pageTitle/></title>
3. Replace(means remove code above and place code below) this tag with the following:
<b:if cond='data:blog.pageType == "index"'>
<title><data:blog.title/></title>
<b:else/>
<title><data:blog.pageName/></title>
</b:if>
4. Save your template.
This hack works only in XML blogger templates. I will suggest everybody to implement this hack to improve his/her blog's Google Ranking and to get more traffic.
No comments:
Post a Comment