Selasa, 10 April 2012

3 Tips to Make Blogger Blog SEO Friendly



Blogger (Blogspot is the ultimate way of blogging for beginners as well as experts). Blogger offers first class server faster than any shared hosting server. Besides a blogger blog is always being safe from hackers and you do not need to setup security system such like in self hosted WordPress. But the only need is to make your blogger blog SEO friendly.

Change default Post title
In-Built templates of Blogger are attractive and professional but the default article title format is not SEO friendly and it comes after blog title for example if you have written following title for your post;
“SECRETS OF SUCCESSFUL BLOGGING” then it looks like this;
“BLOG TITLE- SECRETS OF SUCCESSFUL BLOGGING” but we need to change it to
“SECRETS OF SUCCESSFUL BLOGGING-BLOG TITLE”

• Go to your blogger “Edit HTML” option and find the following live of code
<title><data:blog.pageTitle/></title>

• Replace the above code with the following code given below;
<b:if cond=’data:blog.pageType == &quot;index&quot;’>
<title><data:blog.title/></title>
<b:else/>
<title><data:blog.pageName/></title>
</b:if>

Adding keywords meta tag
• Add the following tag in template head section
<meta content='KEYWORDS HERE' name='keywords'/>
• Here you can add meta keywords for your blog.

Adding meta description to your blog
You can add meta description using blogger dashboard settings where you will find the description field to fill the meta description.

Tidak ada komentar:

Posting Komentar