The default title tags generated for each post page of your blogger blog displays first your blog title followed by the name of your post. This format is not good for SEO (Search engine Ooptimization) because it makes the keywords from your posts appear after your blog title.
Also, the title displayed in search result has a fixed length. If you have a long blog title it may be a case that the post name which the visitor searched is not even displayed in the search results which has a negative impact of click-throughs for your blog.
But with the help of this simple hack you can tweak the title tag of your each post page to be search engine friendly.
Changing the title tagts is indeed Really Easy! Here's what you can do :
- Go to Layout > Edit HTML in your blogger dashboard.
- Search for this tag:
- Replace this tag with the following code: Now, There are three options to choose in which you can display your SEO title tags. First option replaces the default title tags with your post name only. The home page of your blog has the blog title as its title tag.
- Now,Save your template and visit your blog to see the effect! Nice and Easy...right ??
<title><data:blog.title/></title>
<b:else/><br/>
<title><data:blog.pageName/></title>
</b:if>
<title><data:blog.title/></title>
<b:else/>
<title><data:blog.pageName/> | <data:blog.title/></title>
</b:if>
<title><data:blog.title/></title>
<b:else/>
<title><data:blog.pageName/> by Sharad Saxena</title>
</b:if>
These hacks display the keyword that user searched for, in the search results which can increase the click-through rates for your blog.
It will also increase the chances of your posts being picked up in search engine results for keywords which appear in your post titles (and can ultimately help draw more targeted traffic to your blog.
I hope you all will find this little hack useful !
Thank you for reading !!!
No comments:
Post a Comment