One of the best traffic is the organic traffic from
search engine. There million of people using
search engine everyday and if we can dominate certain keyword and appear on the first page of search engine result pages (
SERP), there are higher chances that they will enter our blog.
As an example for this blog, I am trying to rank for "
Aksi Budak Sekolah" keyword phrase. Can you see the advantages of
search engine optimization (
SEO)? It also known as
search engine optimization marketing and combined with others marketing method our success rate will increase exponentially.
Enough with the warm up, so let's start
optimizing our Blogspot blog.
SEO Friendly Page Title For Blogspot
The problem with Blogspot standart single page title is that it will show blog title follow by post title (
BLOG TITLE: POST TITLE). We can improve this by changing our blog title tag to
POST TITLE | BLOG TITLE. To do that:
go to layout > edit HTML, find this code
<title><data:blog.pageTitle/></title>
Replace it with this code
<b:if cond='data:blog.pageType == "item"'>
<title><data:blog.pageName/> | <data:blog.title/></title>
<b:else/>
<title><data:blog.pageTitle/></title>
</b:if>
You can also add others keyword to your homepage title
<b:if cond='data:blog.pageType == "item"'>
<title><data:blog.pageName/> | <data:blog.title/></title>
<b:else/>
<title><data:blog.pageTitle/> | Koleksi Hanya Skodeng | Aksi Panas Pelajar</title>
</b:if>
SEO Friendly Meta Keywords and Description For Blogspot
Before I found this new trick, normally I will use the following code and put it some where above <b:skin><![CDATA[ code.
<meta name="description" content="AKSI BUDAK SEKOLAH | Melayu Boleh | Aksi Panas Pelajar" />
<meta name="keywords" content="aksi budak sekolah, aksi panas pelajar, melayu boleh" />
But the prolem with this method is that I will get error in Google Webmaster Tools saying that duplicate meta keywords and description are detected. By using the code above it will add the same meta keywords and description to all posts.
So it is better just to add meta description and keyword only to homepage. To do that add the following code,
<b:if cond='data:blog.url == data:blog.homepageUrl'>
<meta name="description" content="AKSI BUDAK SEKOLAH | Melayu Boleh | Aksi Panas Pelajar" />
<meta name="keywords" content="aksi budak sekolah, aksi panas pelajar, melayu boleh" />
</b:if>
So that is all for
Search Engine Optimization tips for Blogspot blogger part 1. I will try to post the next part in the nearest time. I hope you can apply this new tips to your Blogspot blog and thus increase your blog traffic.
Resource: