Thursday, June 18, 2009

Adding Meta Tags to Blogger for Better SEO

Ever wander how people find your blog? Blogger are able to place some meta keyword in their html so that when ever you are search for those key word, if the blogger has those word they come-up in the search result.

Here's you can do the same.

Instructions

1. Navigate to Layout > Edit HTML

2.
Back up your template as a precaution by downloading full template.

3. Check the Expand Widget Templates box

4. Find these line in the HTML code

<title><data:blog.pagetitle/></title>


5. Just below this code.

<title>&ltdata:blog.pageTitle/></title>

Paste the following code.

<b:if cond='data:blog.url == data:blog.homepageUrl'>
<meta content='A dummies guide, blog tips, tricks, help for all new bloggers on Web templates, designs, layout, JavaScript, HTML codes, monetize Blogger blogs' name='description'/>
<meta content='Blogger tips, tag, JavaScript, HTML codes, Adsense, blog,blogger,blogger.com,blogspot.com,blogspot,blogging,tutorials,tips,blogger help,customize blogger,SEO,make money,gadgets,Google Adsense,banners, feeds,analytics,solutions
name='keywords'/>
</b:if>


If you need to Parse the code [Click Here]
6. Save and enjoy.

Signature

Twit This!

No comments:

Thursday, June 18, 2009