0

Rich snippets it's only for html5 or it's able in xhtml? cuz my website is in xhtml.

More question, how should I show data with rich snippets to:

  1. A game's link that includes: name, image, likes, dislikes, category, description, and upload date (example: http://only4gamer.com/)
  2. A game's page that includes: name, game's content (swf), description, likes, dislikes, category, upload date, game keys, game tags (example: http://only4gamer.com/games/game/Superbike-X)

Thanks you very much!

  • Can I see a link to your website? Because based on past experience, XHTML websites are usually not actual XHTML. So you'd be good. – Mr Lister Jun 14 '13 at 10:08

1 Answers1

0

In XHTML you can use RDFa if your primary concern is to pass validation, but in practical terms on the web nothing is really going to be broken by using Microdata in XHTML.

For your data vocabulary I would look at a combination of the Review and Product schemas.

robertc
  • 74,533
  • 18
  • 193
  • 177