Forum Moderators: open
e.g
<META NAME='KEYWORDS' DESCRIPTION="This is my description, etc......" />
I queried this at the time but our developer assured me this was valid HTML.
Maybe it is, but my worry is that spiders will not read this now. Having just run some pages through a spider simulator, I was shocked to see that it did NOT pick up META DESCRIPTION or KEYWORDS tags.
Can anyone confirm that this is indeed invalid from the spider's point of view?
Real spiders have no problems dealing with meta-tags that are formatted like this - I've been using this style for well over a year and have no problems either being crawled or with spiders interpretting/parsing it.
The real problem is that spider simulators don't have to adapt to the ever-changing structure of the web and markup, for all you know the spider sim you're using could have been designed to work with an old HTML implementation and it's code hasn't been updated to deal with the newer markup.
- Tony