View Single Post
Old 04-23-2007, 01:44 AM   #6 (permalink)
sheena
Google Freak
 
Join Date: Dec 2006
Posts: 343
Thanks: 0
Thanked 5 Times in 5 Posts
sheena is on a distinguished road
The meta tags and css should be after the <title tag>. It should be like this:
<html>
<head>
<title></title>
<meta name="description" content="">
<meta name="keywords" content="">
<link rel="stylesheet" type="text/css" href="" />
</head>
<body>

The meta description should be describe your site. It should be like this
<meta name="description" content="Post Free Classifieds ads or search for classified ads in Jobs, Apartments, Housing, Tickets, For Sale, Personals, and Pets"">




Quote:
Originally Posted by tomyknoker View Post
Apologies if you're not allowed to post html code, but was wodnering if anyone could look at this page and see if the alt and title tags seem ok and relevant for the product?

Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">

<head>

<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="keywords" content="warbrobe, wardrobes, shower, showerscreen, showerscreen, custom">
<meta name="description" content="Wardrobes and Showerscreens">

<title>Creative | Wardrobes | Showerscreens</title>

<link href="css/creative_style.css" rel="stylesheet" type="text/css" />

</head>

<body class="center">

<div id="container">
  <div id="main">
  <img src="images/elegant_showerscreens.jpg" title="Creative | Wardrobes | Showerscreens" alt="Creative | Wardrobes | Showerscreens" width="820" height="530" border="0" usemap="#Map" />
<map name="Map" id="Map"><area shape="rect" coords="300,445,519,463" href="pre_index.htm" title="View Creative's Previous Wardrobes | Showerscreens" alt="View Our Previous Collection Here" />
</map>
  </div><!-- end #mainContent -->
  <div id="footer">
    <p>19 ELIZABETH ROAD PLEASANTVILLE NC 220402   T 352 3521 4233   F 353 6251 2880   E <a href="mailto:info@creative.com" title="Email Elegant">info@creative.com</a></p>
  </div><!-- end #footer -->
</div><!-- end #container -->
</body>
</html>
sheena is offline   Reply With Quote