|
Luks Good.... but a small error!
You Index Page lacks META DESCRIPTION TAG. Instead of that u have enlisted Google Analytics Urchin. If possible Review ur Source Code in the Following manner -
<html>
</head>
<title></title>
<meta name="Description" content="">
<meta name="Keywords" content="">
<meta name="ROBOTS" content="">
<meta name="Copywrite" content="">
<meta name="Publisher" content="">
<meta name="Classification" content="">
<meta name="Date" content="">
<meta http-equiv="" content-type="" content="text/html" charset="iso-8859-1">
(Here comes the Urchin)
<link rel="" href="" type="">
<link rel="shortcut icon" href="favicon.ico"> (This is for your Favicon)
</head>
<body>
</body>
</html>
|