View Source SEO.OpenGraph.Book (SEO v0.1.0)

Metadata describing a book

resources

Resources

Link to this section Summary

Functions

Metadata that describes a book.

Attributes

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

Link to this function

build(attrs, default \\ nil)

View Source

Metadata that describes a book.

  • :author - Who wrote this book. This may be a SEO.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