Tell me more ×
Webmasters Stack Exchange is a question and answer site for pro webmasters. It's 100% free, no registration required.

I am wondering whether to use Microdata or RFDa to mark information for search engines on my Webapplication. Google supports and has documentation for both. But i was not able to find a summary comparing both formats and giving suggestion on which one to use.

share|improve this question
there are currently no tags for "RFDa" or "Microdata" and I cannot create new tags, yet. – Hendrik Brummermann Sep 7 '10 at 19:09
Tags added for you – John Conde Sep 7 '10 at 19:19
@John, Thank you. – Hendrik Brummermann Sep 7 '10 at 19:20
I'm on the fence on this one, but as asked it's somewhat subjective and may be better as community wiki, or if you added more details for your situation. – JasonBirch Sep 7 '10 at 20:09

3 Answers

up vote 2 down vote accepted

Choosing which one is better for you is (IMO) somewhat subjective. Here are a couple factors that may help you to make an informed decision:

There are likely other factors specific to your situation...

share|improve this answer

Microformats are much simpler to understand and implement, using additional classes on existing HTML elements (or additional span/div elements where necessary).

RDFa on the other hand is more complex and can be difficult to implement, using attributes like xmlns:v and values like v:Person. Like JasonBirch says it's a little problematic for non-XHTML pages (and as such won't validate, if that matters to you).

share|improve this answer
You are comparing microformats to RDFa, but this question is about microdata. – unor Oct 1 '12 at 0:41

Google seems to prefer microdata but also seems to It seems they support them all.

share|improve this answer
I'm not sure where you're getting that they prefer microdata; they have similar pages for RDFa and microformats – JasonBirch Sep 7 '10 at 19:41
I missed those. I only saw them linking to that page in the sidebar and assumed they didn't cover the others out of preference for microdata. – John Conde Sep 7 '10 at 19:53
yeah, their site nav is horrible – JasonBirch Sep 7 '10 at 20:29

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.