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
See https://schema.org/WebPage
Example:
{ "@type": "WebPage", "@id": "<https://example.org/subpage/>#webpage", "url": "<https://example.org/subpage/>", "inLanguage": "<en-US>", "name": "<The pages title>", "isPartOf": { "@id": "<https://example.org/>#website" }, "image": { "@type": "ImageObject", "@id": "<https://example.org/subpage/>#primaryimage", "url": "<https://example.org/path/to/image.jpg>", "width": <1200>, "height": <600>, "caption": "<Caption of image>" }, "primaryImageOfPage": { "@id": "<https://example.org/subpage/>#primaryimage" }, "datePublished": "<2019-04-29T12:04:11+00:00>", "dateModified": "<2019-04-30T03:20:41+00:00>", "description": "<The pages description>", "breadcrumb": { "@id": "<https://example.org/subpage/>#breadcrumb" } }
<xyz>
#xyz
The text was updated successfully, but these errors were encountered:
No branches or pull requests
See https://schema.org/WebPage
Example:
<xyz>
parts with parameters from the page.#xyz
at the end can be added later when a structured data graph is introduced.The text was updated successfully, but these errors were encountered: