RichsnippetsPageMap

AI Overview😉

  • The potential purpose of this module is to analyze and process rich snippet data from web pages, which are additional pieces of information that provide users with a preview of what's on the page. This module appears to be responsible for extracting and processing this data, possibly to improve search result relevance and presentation.
  • This module could impact search results by allowing Google to better understand the content and structure of web pages, potentially leading to more accurate and informative search results. It may also influence the display of rich snippets in search engine results pages (SERPs), making it more likely for users to click on relevant results.
  • To be more favorable for this function, a website could ensure that its rich snippet data is accurately and consistently formatted, making it easier for Google to extract and process. This might involve using schema.org markup, providing clear and concise descriptions, and organizing content in a logical and structured way. Additionally, websites could consider using Google's recommended guidelines for rich snippets to increase the likelihood of their data being successfully processed and displayed.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Attributes

  • DataObject (type: list(GoogleApi.ContentWarehouse.V1.Model.RichsnippetsDataObject.t), default: nil) -
  • ignoreDataObject (type: boolean(), default: nil) - If ignore_data_object is set to true, pagemap attachment is processed regardless of whether data object is present or not.
  • src (type: String.t, default: nil) -
  • templatetype (type: list(GoogleApi.ContentWarehouse.V1.Model.RichsnippetsPageMapTemplateType.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.RichsnippetsPageMap{
  DataObject:
    [GoogleApi.ContentWarehouse.V1.Model.RichsnippetsDataObject.t()] | nil,
  ignoreDataObject: boolean() | nil,
  src: String.t() | nil,
  templatetype:
    [GoogleApi.ContentWarehouse.V1.Model.RichsnippetsPageMapTemplateType.t()]
    | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.