Friday, March 13, 2009

Replace Blog Title with Title Post

Optimize the title will affect us in making our blog in the top rank search engine search results. Use tricks if you change your blog title with the posting title and it will create a better entrance to the range front of the search engine.

1. Go to "Layout-->>Edit HTML
2. Find this code <title><data:blog.title/></title>
3. After you find it, replace with

<b:if cond='data:blog.pageType == &quot;index&quot;'>
<title><data:blog.title/></title>
<b:else/>
<title><data:blog.pageName/></title>
</b:if>


4. Save it.

Good Luck.


No comments:

Post a Comment