Skip to content
New issue

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

Article JSON LD Example Number 3 has syntax issue? #1551

Open
inetbiz opened this issue Mar 7, 2017 · 4 comments
Open

Article JSON LD Example Number 3 has syntax issue? #1551

inetbiz opened this issue Mar 7, 2017 · 4 comments

Comments

@inetbiz
Copy link

inetbiz commented Mar 7, 2017

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.

@inetbiz
Copy link
Author

inetbiz commented Mar 7, 2017

I'd also request this example show comments on the article nested as new articles within the article?

@inetbiz
Copy link
Author

inetbiz commented Mar 7, 2017

Tagging @jvandriel

@github-actions
Copy link

This issue is being tagged as Stale due to inactivity.

@github-actions github-actions bot added the no-issue-activity Discuss has gone quiet. Auto-tagging to encourage people to re-engage with the issue (or close it!). label Jul 28, 2020
@HughP
Copy link

HughP commented Jul 28, 2020

@RichardWallis this seems to be another documentation issue

@github-actions github-actions bot removed the no-issue-activity Discuss has gone quiet. Auto-tagging to encourage people to re-engage with the issue (or close it!). label Oct 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants