The website you said have problems with the meta tags in their site. First error they used the http-equiv="xxx" as they should use meta name="xxx". The "http-equiv" should only be used
for stuff that the browser needs to know. Things like the character
encoding, the expiration date and such.
For keywords you want to use
the "name" attribute though you might want to use the Dublin Core with
that. The second error on that site meta tags is they have error in the meta description, they have content="content=", doubled the content="
meta http-equiv="description" content="content="We ca
The spider will extract well formated headers: <title>site title</title> <meta name="description" content=" site description here">
<meta name="keywords" content=" site description here"> As for the SecuImage, fixed. Thanks
|