RichsnippetsPageMapTemplateType

AI Overview😉

  • The potential purpose of this module is to help Google understand the structure and content of a webpage, specifically in relation to rich snippets, which are enhanced search results that provide additional information to users. This module may be used to identify and extract relevant data from a webpage, such as reviews, events, or business hours, to display in search results.
  • This module could impact search results by influencing the appearance and ranking of a webpage. If a webpage is properly marked up with rich snippet data, it may be more likely to appear in search results with enhanced features, such as stars, images, or other visual elements. This could improve the webpage's visibility and click-through rate. Conversely, if a webpage is missing or has incorrect rich snippet data, it may be less likely to appear in search results or may appear with reduced features.
  • A website may change things to be more favorable for this function by ensuring that their webpages are properly marked up with rich snippet data, using schema.org vocabulary, and testing their markup using tools like Google's Rich Results Test. They should also ensure that their webpage's structure and content are easily crawlable and indexable by Google's algorithms. Additionally, they may want to review and optimize their webpage's content to make it more relevant and useful to users, which could improve its ranking and appearance in search results.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Unused fields

Attributes

  • src (type: String.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.RichsnippetsPageMapTemplateType{
  src: 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.