RichsnippetsDataObject

AI Overview😉

  • The potential purpose of this module is to extract and understand structured data from web pages, specifically rich snippets, which are used to provide additional information about a page's content, such as reviews, ratings, or event details. This module appears to be responsible for parsing and processing this data.
  • This module could impact search results by allowing Google to better understand the content and context of a webpage, 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 a result that provides the information they're looking for.
  • To be more favorable for this function, a website could ensure that it provides accurate and complete structured data on its web pages, using standardized formats such as schema.org. This could include adding markup to highlight specific data, such as business hours, prices, or reviews. Additionally, ensuring that the website's content is well-organized and easy to parse could also improve the module's ability to extract and understand the data.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Next ID: 11

Attributes

  • AccessKey (type: String.t, default: nil) -
  • attribute (type: list(GoogleApi.ContentWarehouse.V1.Model.RichsnippetsDataObjectAttribute.t), default: nil) -
  • source (type: String.t, default: nil) -
  • type (type: String.t, default: nil) - The object type.

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.RichsnippetsDataObject{
  AccessKey: String.t() | nil,
  attribute:
    [GoogleApi.ContentWarehouse.V1.Model.RichsnippetsDataObjectAttribute.t()]
    | nil,
  source: String.t() | nil,
  type: String.t() | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.