This passes the SDTT, but not in the Chrome plugin.
{
"@context": "http://schema.org",
"@type": "CreativeWork",
"isFamilyFriendly" : "true",
"dateCreated" : "2017-10-12T16:46:27+00:00",
"dateModified" : "2017-10-18T15:30:43+00:00",
"headline": "Headline",
"genre": "Technology and Innovation",
"description": "Some description"
}
Does not parse. It tries to put the site URL before it.
JSON-LD discovered, but fails syntax checking by parser:
Error: Syntax error: unexpected "<http://site.url/Technology%20and" on line 6.
Is this an error with the plugin or related to:
schemaorg/schemaorg#51
This passes the SDTT, but not in the Chrome plugin.
Does not parse. It tries to put the site URL before it.
Is this an error with the plugin or related to:
schemaorg/schemaorg#51