Thursday, April 9, 2009

How to make your blog search engine friendly

Who want to make their blog appear on top of search engine? probably everyone. Especially on google search. Having your blog number one on google will drive more traffic to your blogand of course more money will be on the way to you. Now i'll tell you how to make your blog search engine friendly. This is a conclusion after being a blogger at some time. All you need is to change how your blog appear on google. We can do that by adding title tag on your blog. Blogger.com by default don't come with search engine optimized (SEO). Now let's start it :

2 ways to change your title tag blog appear on google search :

1. Post title | Blog Title
2. Post Title.

Here i come which one you want to choose.
>> For the blog which has many categories on the blog, such as tv show, make money, blogger template, and etc, i prefer to use the step 2. Just a post title.
You can do this by following step below :
* Go to your blog dashboard >> layout >> Edit HTML >> Expand widget template
Then find the code below on your blog :

<head>
<b:include data='blog' name='all-head-content'/>
<title><data:blog.pageTitle/></title>
<b:skin><![CDATA[/*

Now change the red line with code below
<b:if cond='data:blog.pageType == &quot;index&quot;'>
<title><data:blog.title/></title>
<b:else/>
<title><data:blog.pageName/></title>
</b:if>

Save it and done.

>> If your blog just have a few keywords, or i mean your blog just for one topic then use Post title | Blog Title. To doing this just follow the step below :

* * Go to your blog dashboard >> layout >> Edit HTML >> Expand widget template
Then find the code below on your blog :
<head>
<b:include data='blog' name='all-head-content'/>
<title><data:blog.pageTitle/></title>
<b:skin><![CDATA[/*

Now change the red line with code below
<b:if cond='data:blog.pageType == &quot;index&quot;'>
<title><data:blog.title/></title>
<b:else/>
<title><data:blog.pageName/> | <data:blog.title/></title>
</b:if>


Save it and done.
Now you can wait for your blog to appeared on top of google search.
Remember this one i had from my experienced. So i don't responsible if the bad thing happen to you. but if you need a help then you can drop me a line.

Regards.
Rif.

Spread this article to the world

No comments:

Post a Comment

Subscribe to our blog to get the last update

Enter your email address: