Friday, September 17, 2010

How to Optimize SEO on Your Blog

Are you difficult to maximize your blog search results in search engines? Maybe it's time for you to use simple way, what the search engine like google, want it. Here's an easy way for those of you who use a blog with blogger platform, to maximize the Searh Engine Optimization (SEO) on your blog.

The first step, open the account in advance of your blog. after that, straight to the html edit page tab (you do not need to check). Find the code <title><data:blog.pageTitle/></title>, and replace with code below :

<b:include data='blog' name='all-head-content'/>
<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>


After that, you have to put meta tags in your blog. Please enter the code below meta tag right after the code earlier.

<meta content='your blog description here' name='description'/>
<meta content='your blog keyword here' name='keywords'/>
<meta content='INDEX, FOLLOW' name='ROBOTS'/>

Please replace the red code with your blog description dan your blog keyword. Thats it, have fun blogging day.

1 comment: