I find it unusual that Google isn't pulling XHTML description tags from my pages. Anyone else seeing similar results?
Made In Sheffield
9:17 am on Apr 1, 2003 (gmt 0)
What do you mean by XHTML description tags? If you mean meta descriptions they're no different from HTML meta descriptions, as long as you're talking about XHTML 1.0, it's HTML 4.01 compliant after all.
What makes you think they're not getting pulled?
Oaf357
5:23 pm on Apr 1, 2003 (gmt 0)
META description tags are different in XHTML the / is the problem.
The reason I think this is because Google is just pulling text out of the page and not the description.
If I use the SEW Spider it doesn't even see the XHTML description. Change it to HTML 4.01 it sees it.
andreasfriedrich
5:43 pm on Apr 1, 2003 (gmt 0)
If you want to be sure that UAs can parse meta [w3.org] elements use the long syntax for empty elements:
Hmm... is that W3C compliant? I would imagine it is but I'll have to check.
bcolflesh
5:54 pm on Apr 1, 2003 (gmt 0)
Does Google even use data from meta tags? I thought the concensus here on the board was to the contrary.
Regards, Brent
Oaf357
6:12 pm on Apr 1, 2003 (gmt 0)
It is W3C compliant. I'm still a little wary about it though. But, the Sim Spider works on the description. It's a lot of pages I'd have to update, so I'm going to do some more testing. Thanks.