Home > gatsby-plugin-next-seo > BookJsonLdProps
The Book JSON LD Component props.
Signature:
export interface BookJsonLdProps extends DeferSeoProps, Overrides<Book>
Extends: DeferSeoProps, Overrides<Book>
Property | Type | Description |
---|---|---|
author | Person | The author(s) of the book. For each author you list, you must provide a specific Person entity. See Person. |
id | URL | Globally unique ID of the work in the a URL format. The ID should be stable and not change over time. The URL is treated as an opaque string and does not have to resolve to an actual web page. |
name | string | The title of the book. If you provide multiple editions, use the title of the book edition. |
sameAs | URL | A reference page that unambiguously indicates the book's identity; for example, the URL of the book's Wikipedia page, Freebase page, or official website. |
url | string | URL of the page on your site about the book. The page may list all available editions. |
workExample | WorkExample[] | The editions of this book. See sub-properties for workExample. |