RepositoryAnnotationsRdfaRdfaRichSnippetsApplicationLocalizedTrustedGenome

AI Overview😉

  • The potential purpose of this module is to identify and extract rich snippet annotations from web pages, specifically those marked up with RDFa (Resource Description Framework in Attributes) and Trusted Genome (TG) tags, and to associate them with a specific language and locale. This helps Google to better understand the content and structure of a webpage and provide more informative search results.
  • This module could impact search results by influencing the display of rich snippets in search engine results pages (SERPs). Rich snippets provide users with additional information about a webpage, such as reviews, ratings, or event details, making it more likely that users will click on the result. By extracting and processing RDFa and TG annotations, this module helps Google to generate more accurate and informative rich snippets, which can improve the overall search experience.
  • To be more favorable for this function, a website can ensure that it uses RDFa and TG annotations correctly and consistently throughout its web pages. This includes using the correct schema.org vocabulary, providing accurate and up-to-date information, and marking up relevant content with RDFa and TG tags. Additionally, websites can ensure that their content is accessible and crawlable by Google, by using clear and descriptive metadata, and by avoiding technical issues that might prevent Google from crawling and indexing their content.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Attributes

  • language (type: String.t, default: nil) - The chosen language
  • localizedTg (type: GoogleApi.ContentWarehouse.V1.Model.VendingConsumerProtoTrustedGenomeAnnotation.t, default: nil) - The TG tags matching the locale of the doc, if available

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.RepositoryAnnotationsRdfaRdfaRichSnippetsApplicationLocalizedTrustedGenome{
    language: String.t() | nil,
    localizedTg:
      GoogleApi.ContentWarehouse.V1.Model.VendingConsumerProtoTrustedGenomeAnnotation.t()
      | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.