blogger

As you might noticed, default blogger title is not really search engine friendly.

If you take a look at the title you will see that blogger displays the blog name first followed by the post title.

In order to make it friendlier to the search engines you will have to show only the post title.

In order to do that follow these 6 simple steps:


1. Verify that all these settings are on yes:

Navigate to the settings tab of your blogger account.

Settings -> Archiving -> Enable Post Pages? = Yes
Allows single pages for every post.

Settings -> Formatting -> Show Title Field = Yes
Allows me to specify Title when posting.

2. Go to Blogger Dashboard>>Layout>>Edit Html

3. Backup your template

4. Find this code

[title][data:blog.pagetitle/][/title] replace [ with <

5. Replace it with this:
<mainpage><blogger></blogger></mainpage><itempage><blogger></blogger></itempage>

6. That should do the trick.