Monday, November 9, 2009

How to fix Blogger page title problems

I was perusing my Google Analytics reports and did some checking on came across some sub optimal page structure.

The Problem: Blogger (my blogging platform of choice) sets page titles in reverse. More specifically Blogger will set the title of a post as "Stronico Contact Management - How to fix browser size problem in Silverlight" - which is not as SEO friendly as what I thought it did, which would be "How to fix browser size problem in Silverlight - Stronico". The former has more words, and quite repetitive.

The Cause: Blogger is just set up that way

The Solution: I did some Google work and came across this post on SEO Book (Thanks!) Basically Blogger has a set of server tags it uses when publishing a blog to an outside server. For whatever reason Blogger sets the page title in an odd order. To fix the problem add in this code in the header section of the Blogger Template
<MainPage>
<title>Stronico Blog - Visual Contact Management</title>
</MainPage>
<Blogger>
<ArchivePage>
<title>Archive of the Stronico Blog</title>
</ArchivePage>
<ItemPage>
<BlogItemTitle><title><$BlogItemTitle$> : Stronico</title></BlogItemTitle></ItemPage>
</Blogger>
That will do it! Thank you SEO Book!

Labels: ,

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]



<< Home