I write almost every article about search engine optimization in this blog myself but sometimes I publish interesting work written by others, my guest authors. Enjoy.

Thursday, March 3, 2011

Add meta tags to your Blogger.com blog

In the default Blogger.com templates there are no easy way of adding meta keywords and meta deskription. This is the way to to it:

1. Enter Edit Html in by first clicking your Design-tab and find the row

<b:include data='blog' name='all-head-content'/>
2. Right after that line of code paste this code:
<meta content='DESCRIPTION' name='description'/>
<meta content='KEYWORDS' name='keywords'/>
<meta content='AUTHOR' name='author'/>
Replace  DESCRIPTION with your description, replace KEYWORDS with your keywords and replace AUTHOR with your name.


3. Save.


4. Done