We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://schema.org/Article#example-3 I think has syntax error?
{ "@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" }
The problem is down towards the end.
}, ], "name": "How to Tie a Reef Knot" }
I think the first line shouldn't have a comma? JSON LD Playground complains about it.
The text was updated successfully, but these errors were encountered:
I'd also request this example show comments on the article nested as new articles within the article?
Sorry, something went wrong.
Tagging @jvandriel
This issue is being tagged as Stale due to inactivity.
@RichardWallis this seems to be another documentation issue
No branches or pull requests
https://schema.org/Article#example-3 I think has syntax error?
The problem is down towards the end.
I think the first line shouldn't have a comma? JSON LD Playground complains about it.
The text was updated successfully, but these errors were encountered: