CompositeDocIncludedContent

AI Overview😉

  • The potential purpose of this module is to determine the origin and characteristics of content included in a search result, such as how it was crawled, indexed, or linked to. This module seems to be focused on understanding the provenance and metadata of a document or content piece.
  • This module could impact search results by influencing the ranking or relevance of a particular piece of content. For example, if a document was included in the search results because of a specific link or crawl, this module may give more weight to that document in the search results. Additionally, the metadata and properties associated with the content may affect how it is displayed or summarized in the search results.
  • To be more favorable to this function, a website may want to ensure that its content is properly indexed and crawled, with clear and descriptive metadata and properties. This could include using schema markup, providing accurate and descriptive titles and descriptions, and ensuring that links to the content are clear and easily crawlable. Additionally, the website may want to focus on building high-quality, relevant, and authoritative content that is likely to be included in search results through multiple sources.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Attributes

  • SourceTypeBitfield (type: String.t, default: nil) - Indicate how this content came to be included. Legal values are constructed by bitwise-OR-ing values from the included_content::SourceType enum. Default SourceTypeBitfield = included_content::INCLUDED_FRAME
  • includedDoc (type: GoogleApi.ContentWarehouse.V1.Model.GDocumentBase.t, default: nil) -
  • linkUrl (type: String.t, default: nil) -
  • perDocData (type: GoogleApi.ContentWarehouse.V1.Model.PerDocData.t, default: nil) -
  • properties (type: GoogleApi.ContentWarehouse.V1.Model.DocProperties.t, default: nil) -

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.CompositeDocIncludedContent{
  SourceTypeBitfield: String.t() | nil,
  includedDoc: GoogleApi.ContentWarehouse.V1.Model.GDocumentBase.t() | nil,
  linkUrl: String.t() | nil,
  perDocData: GoogleApi.ContentWarehouse.V1.Model.PerDocData.t() | nil,
  properties: GoogleApi.ContentWarehouse.V1.Model.DocProperties.t() | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.