What Do I Have To Do With My Meta Tags?
Meta Tags March 5th, 2009This is it:
<head> <meta name="keyword" content="[my keywords]..."></meta> <meta name="description" content="[my description]"></meta> <title>All you need to know about...</title> </head>
This is what the server is telling me:
The element type "head" must be terminated by the matching end-tag.
Your meta tags must be self-closed – e.g.
<meta name="keyword" content="..." /> <meta name="description" content="..." />