Sunday 11 March 2012

Change Post Title Tags to make it SEO Friendly


seo frienldy blog title 300x223 Change Post Title Tags to make it SEO FriendlyChange Post Title Tags For Better Blogger SEO
Today I am going to share with you a little tricks but it is very important from the point view of bloger SEO, very little tricks but give the maximum result. Ideally I think the name of the post I mean Title should be appear before the blog name to get better response and ranking from search engine, and I know by applying this trick to your blog there is a better chance of showing your blog for a relevant keywords.
How to make blog title and post title SEO friendly?
Step 1: Go to design < Edit HTML and search for the given piece of line by pressing “Ctlr+F” keyboard short cut in your template.
<title><data:blog.pageTitle/></title>

Step 2: Now copy the given code and replace the above line with the given code.

<b:if cond=’data:blog.pageType == &quot;index&quot;’>
<title><data:blog.title/></title>
<b:else/>
<title><data:blog.pageName/></title>
</b:if>

Now view your blog and at the top of the bowser you will see only the title or page name, I will recommend Opera browser to see this changes live at the very top of the browser.
But still if you want a little modification and want to show “Post Title — Blog Name” then add this piece of code after the above code.


<b:if cond=’data:blog.pageType == &quot;index&quot;’> <title><data:blog.title/></title> <b:else/> <title><data:blog.pageName/> | <data:blog.title/></title> </b:if>


When You preview the blog then it will look like:


 Change Post Title Tags to make it SEO Friendly

Save the template and once again see the changes, but I know that this little tip will give you maximum in the field of blogger Seo and definitely you will get better ranking result from major search engine.
Hope you will understand.

No comments: