I updated my blog a while ago to edit the Blogger titles for SEO reasons. Now after being a bit worried about the number of Google supplemental results being displayed for my blog (although this could be for any number of reasons, especially as the domain is new) I decided to remove the blog title from the page title of all posts.
For example the previous page title for this post would have been:
Internet Marketing Blog: Editing Blogger’s page title for SEO
Now it will instead remove the title and display:
Editing Blogger’s page title for SEO
This is done using the code below and should help the SEO of the blog to use better titles as it will remove the irrelevant title keywords and should also help to make each page appear more unique which I hope will remove the pages from the supplemental index.
<title>
<MainOrArchivePage><$BlogTitle$></MainOrArchivePage>
<ItemPage><Blogger><$BlogItemTitle$></Blogger></ItemPage>
</title>
Bookmark and Promote!
No related posts.

Subscribe to this blog's
{ 1 comment… read it below or add one }
Thanks for the tip! It worked nicely