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.
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 == "index"’>
<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.
When You preview the blog then it will look like:
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.<b:if cond=’data:blog.pageType == "index"’> <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:
Hope you will understand.
No comments:
Post a Comment