Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.72 KB

gatsby-plugin-next-seo.bookjsonldprops.md

File metadata and controls

26 lines (18 loc) · 1.72 KB

Home > gatsby-plugin-next-seo > BookJsonLdProps

BookJsonLdProps interface

The Book JSON LD Component props.

Signature:

export interface BookJsonLdProps extends DeferSeoProps, Overrides<Book> 

Extends: DeferSeoProps, Overrides<Book>

Properties

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.