Skip to content

Instantly share code, notes, and snippets.

@inetbiz
Created March 7, 2017 18:32
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save inetbiz/ec29a3a3b7bc2170e044ec6399c6758b to your computer and use it in GitHub Desktop.
Save inetbiz/ec29a3a3b7bc2170e044ec6399c6758b to your computer and use it in GitHub Desktop.
Schema Article with Comments [ Work in Progress ]
{
"@context": "http://schema.org",
"@type": "Article",
"author": "John Doe",
"interactionStatistic": [
{
"@type": "InteractionCounter",
"interactionService": {
"@type": "Website",
"name": "Twitter",
"url": "http://www.twitter.com"
},
"interactionType": "http://schema.org/ShareAction",
"userInteractionCount": "1203"
},
{
"@type": "InteractionCounter",
"interactionType": "http://schema.org/CommentAction",
"userInteractionCount": "78"
}
],
"name": "How to Tie a Reef Knot",
"comment": [
{
"@type": "Comment",
"about": {
"@type": "Thing",
"id": "https://www.domain.com/#comments"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment