Friday, January 30, 2009

Implement Meta Tags under web pages

This blog describes implemenatation of meta tags (Title, Keyword and Description) under web pages.
You need to add following tags under head section of web page.

<!-- Maximum character length 60 -->
<TITLE>Here is the Title</TITLE>
<!-- Maximum character length 874 -->
<meta name="keywords" content="keyword1, keyword2....">
<!-- Maximum character length 60 -->
<meta name="description" content="Here is the description">

Many Thanks
Chandrashekhar Mahale