-
-
Notifications
You must be signed in to change notification settings - Fork 296
Labels
enhancementNew feature or requestNew feature or request
Description
Some observations when validating https://demo.pygeoapi.io/master/collections/lakes in https://search.google.com/structured-data/testing-tool
Duplicated annotation
The pygeoapi templates still have microdata 'itemscope' attributes, combined with the embedded json-ld, it leads to duplicated parsing in validation tools. validator extracts the same dataset information twice
Parse error
The embedded json-ld throws a parse error on
"@context": "https://schema.org/docs/jsonldcontext.jsonld",
error:
There was an invalid type in your JSON-LD.
This results in the object described being a:
In other implementations I notice this string seems to work fine:
"@context": "http://schema.org/",
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request