Thomas Owens
Thomas Owens

Reputation: 116187

What support does HTML5 provide for semantic markup and Semantic Web technologies?

It seems that, as of right now, there is little to no support in HTML5 for semantic markup using RDFa or Microformats. I've done a little bit of reading, but if I were to start using HTML5 right now, what could I do to support semantic markup (such as microformats) and Semantic Web technologies (such as RDFa)? If I want to utilize these technologies now, should I stick with XHTML?

Upvotes: 5

Views: 982

Answers (1)

unor
unor

Reputation: 96737

(Some years have passed …)

For semantically annotating your content in HTML5 documents, you can use Microdata, Microformats, and/or RDFa:

(There is also JSON-LD, but I’m not adding it to the list because it doesn’t integrate with the existing markup, it’s a separate "blob", duplicating the content.)

Upvotes: 5

Related Questions