Sunday, May 2, 2010

How to add meta keyword and description in blogspot ?

Keywords are very important for search engine result. If you have created your blog and like to add your own keyword in your blogger.
To do this use following steps

Step 1: Login to the Blogger site

Step 2: Go to the Layout tab

Step 3: Then clicks on the Edit HTML tab

Step 4: Now Search for the following lines
           <b:include data='blog' name='all-head-content'/>

Step 5: Now Add the following META TAG information just below the above tag

 <meta content='THIS IS THE DESCRIPTION OF YOUR BLOG' name='description'/>
 <meta content='LIST OF KEYWORD FOR YOUR BLOG' name='keywords'/>
 <meta content='AUTHOR' name='author'/>
Step 6: Save the layout, You can now check your blogs HTML source code to verify it

No comments:

Post a Comment