Tuesday, July 20, 2010

Increase Your visitor with SEO friendly Title Post

Many ways to make your blog is more SEO friendly, with adding meta tags and keyword, choose friendly template and change your html code for the title post.

To make your title post more SEO friendly is very simple. First login to your blog of course, go to design, Edit HTML.
Check 'expand widget template' and backup your template, to restoring if you do some mistake.


Find code
<title><data:blog.pageTitle/></title>


with hold Ctrl + f and copy the code..

After you find the code, replace it with this code

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

Click preview to view your blog, if it works and no mistake, save template and it finish ..

it's very easy, isn't it? :)
Hope it work and make your blog can visit by many visitor.

No comments:

Post a Comment