SEO - Changing Title Display
Sunday, February 4, 2007
As I am focusing on SEO this week, I found a very important element which will greatly help in the possibility of obtaining higher positions in search results. This is done by simply changing your Blog Title display and thus effecting the search result title of your blog pages as Search Engines prioritize this when someone searches for a certain keyword.
Blogger Classic Template
Replace the following code:
<title><$BlogPageTitle$></title>
With the following new code:
<title>
<MainOrArchivePage><$BlogTitle$></MainOrArchivePage>
<ItemPage><Blogger><$BlogItemTitle$></Blogger> - <$BlogTitle$></ItemPage>
</title>
New Blogger Beta Template
This blog is using Blogger Beta template and in order to do this it gets slightly more complicated. I managed to do it from the help of the following blog article:
Widget Based XML: Changing the Blogger Title Tag
Technorati Tags: make money blogging, title display, improve search results, search engine optimization, search results
Posted byDaryl W.T. Lau at 4:24 PM
Translate this post: Português | Français | Español | Deutsch | Italiano | Chinese | Korean | Japanese | Arabic
Social bookmark this post • View blog reactions
Labels: improve, search engine, seo




















Good advise!
Another method to change the blog titles is to switch to the classic template and edit directly on the codes :)
Paddy
Thanks for the tips!