Tool for testing Schema.org markup

TestingMarkupschema.org

Testing Problem Overview


Does anyone know of a good tool to test Schema.org (http://schema.org/) markup?

The Google Rich Snippet tool does not support it properly. Even with the correct markup given, it says "Insufficient data to generate the preview."

update: Now the Google Rich Snippet tool supports some schema.org markups.

Testing Solutions


Solution 1 - Testing

This one came to my attention recently. linter.structured-data.org

I like that it generates a preview when the Google Rich Snippet tool reports "Insufficient data to generate the preview." The structured-data tool also generates a more structured, almost graphical result, which makes the results a bit easier to understand.

Solution 2 - Testing

The microdata-tool jQuery plugin.

Included in your markup it displays the metadata it is able to extract. Thus it's ideal for using it offline or on localhost. Although it's work in progress, it supports many (if not all, I'm not sure) of the schema.org metadata.

Solution 3 - Testing

Mida supports the full schema.org standard and would therefore be worth taking a look at.

Solution 4 - Testing

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionThiago DinizView Question on Stackoverflow
Solution 1 - TestingJustin NafeView Answer on Stackoverflow
Solution 2 - Testingarne_View Answer on Stackoverflow
Solution 3 - TestingLawrence WoodmanView Answer on Stackoverflow
Solution 4 - TestingSEO FreelancerView Answer on Stackoverflow