views:

89

answers:

1

I have already tried Google's microformat testing tool, but it's not clear to me that it works the same way as Googlebot -- it seems reasonable that Googlebot would have more features than a simple web-based testing tool.

So, I'm wondering -- does anyone have any real-world experience in successfully getting Googlebot to parse microformat data inserted via javascript (e.g., external script via document.write).

Any kind of authoritative source would be great. I'm flying completely blind on this one right now. Thanks!

+4  A: 

Google's web crawler will not execute Javascript on the page. Your microformat is not getting written or interpreted by the Googlebot.

Ned Batchelder