Skip to content

Instantly share code, notes, and snippets.

@regisrob
Created November 24, 2016 12:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save regisrob/27645afea50a31fc1c64503c85f6dfef to your computer and use it in GitHub Desktop.
Save regisrob/27645afea50a31fc1c64503c85f6dfef to your computer and use it in GitHub Desktop.
RS schema.org : Feature
{
"@context": "http://schema.org/",
"@type": "CreativeWork",
"url": "{URL_PAGE_FEATURE}",
"name": "{TITLE_PAGE_FEATURE}",
"description": "{./Book/HasFeature/Caption}",
"genre": "{./Book/HasFeature/FeatureType}",
"thumbnailUrl": "{./Book/HasFeature/Thumbnail}",
"image": "{./Book/HasFeature/DigitalSurrogate}",
"keywords": "{./Book/HasFeature/Descriptor/Name}, {./Book/HasFeature/Descriptor/Name}",
"isPartOf": {
"@type": "Book",
"url": "{URL_PAGE_BOOK}",
"name": "{TITLE_PAGE_BOOK}"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment