Copy and paste your website into http://ctrlq.org/blogger/ to create your robot text data.
For a new blog: Go to Google Webmaster to add, verify (use alternative method which you will paste into the header) then add the sitemap according to the instructions above.
1. Optimizing Post Titles
Search this code: <title><data:blog.pageTitle/></title>
Replace code:
<b:if
cond='data:blog.pageType == "index"'>
<title><data:blog.pageTitle/></title>
<b:else/>
<title><data:blog.pageName/>
« <data:blog.title/></title>
</b:if>
2. Change
Headings
Search for H3 and from the CSS
and HTML change all H3 tags to H2.
Search this code: expr:href='data:post.createLinkUrl'
Replace
code:
rel='external nofollow'
expr:href='data:post.createLinkUrl'
Search this code: <a
class='post-count-link' expr:href='data:i.url'>
Replace code:
<a rel="archives"
class='post-count-link' expr:href='data:i.url'>
Search this code: <a expr:href='data:label.url'>
Replace
code:
<a expr:href='data:label.url'
rel='tag'>