Skip to content

Instantly share code, notes, and snippets.

@whittle
Created May 1, 2014 21:53
Show Gist options
  • Save whittle/8de5b477e44748a7d684 to your computer and use it in GitHub Desktop.
Save whittle/8de5b477e44748a7d684 to your computer and use it in GitHub Desktop.
A small JSON-LD document with a context of Schema.org.
{
"@context": "http://schema.org/",
"@id": "/site_faqs/1",
"@type": "Question",
"text": "Can I foo?",
"acceptedAnswer": {
"text": "Yes! You can foo while you bar."
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment