BookCitationPerDocData

AI Overview😉

  • The potential purpose of this module is to analyze and understand the citations of books on a webpage, including the main cited book, its citation score, and whether there is a preview or excerpt of the book available on the page. This helps Google to better understand the content and relevance of the webpage.
  • This module could impact search results by influencing the ranking of webpages that cite books. Webpages with high-quality citations, relevant previews or excerpts, and accurate citation scores may be considered more authoritative and relevant, leading to higher search engine rankings. Conversely, webpages with low-quality or inaccurate citations may be penalized.
  • To be more favorable for this function, a website may:
    • Ensure accurate and consistent citation formatting and referencing.
    • Provide high-quality previews or excerpts of cited books.
    • Use relevant and descriptive anchor text for cited books.
    • Organize and structure cited books in a clear and logical manner.
    • Use schema markup to provide additional context and information about cited books.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

GoogleApi.ContentWarehouse.V1.Model.BookCitationPerDocData (google_api_content_warehouse v0.4.0)

Per-doc data for the web page about the cited book Approximate size is on average ~10bytes

Attributes

  • bookId (type: String.t, default: nil) - the book id for the main citation
  • discretizedCitationScore (type: integer(), default: nil) - the discretized citation score for the main book. we map the raw score 1.0-20.0 to 0 - 127
  • previewable (type: boolean(), default: nil) - Is there a preview or excerpt of the book on this document?
  • secondBookId (type: String.t, default: nil) - book id for the second citation if we can't separate the two top citations (they are too close).
  • secondDiscretizedCitationScore (type: integer(), default: nil) - the discretized score for the second citation

Summary

Types

t()

Functions

decode(value, options)

Unwrap a decoded JSON object into its complex fields.

Types

Link to this type

t()

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.BookCitationPerDocData{
  bookId: String.t() | nil,
  discretizedCitationScore: integer() | nil,
  previewable: boolean() | nil,
  secondBookId: String.t() | nil,
  secondDiscretizedCitationScore: integer() | nil
}

Functions

Link to this function

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.