Created
March 7, 2017 18:32
-
-
Save inetbiz/ec29a3a3b7bc2170e044ec6399c6758b to your computer and use it in GitHub Desktop.
Schema Article with Comments [ Work in Progress ]
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"@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