View Source SEO.OpenGraph.Book (SEO v0.1.0)
Metadata describing a book
resources
Resources
Link to this section Summary
Link to this section Types
@type t() :: %SEO.OpenGraph.Book{ author: SEO.OpenGraph.Profile.t() | [SEO.OpenGraph.Profile.t()] | String.t(), isbn: String.t(), namespace: String.t(), release_date: DateTime.t() | NaiveDateTime.t() | Date.t(), tag: String.t() | [String.t()] }
Link to this section Functions
Metadata that describes a book.
:author
- Who wrote this book. This may be aSEO.OpenGraph.Profile
or a list of the profiles.:isbn
- The ISBN:release_date
- The date the book was released.:tag
- Tag words associated with this book.
attributes
Attributes
content
(SEO.OpenGraph.Book
) (required)