RepositoryWebrefDisplayInfo

AI Overview😉

  • The potential purpose of this module is to gather and display accurate and reliable information about a webpage or entity, such as its title, image, and display name, in multiple languages. This information is likely used to help search engines understand the content and context of a webpage, and to provide users with a clear and concise summary of what the page is about.
  • This module could impact search results by influencing how a webpage is displayed in search engine results pages (SERPs), such as the title and description that appears in the search snippet. It may also affect how the webpage is ranked, as the accuracy and reliability of the display information could be used as a signal of the page's quality and relevance. Additionally, the multi-language support could impact search results for users searching in different languages.
  • A website may change things to be more favorable for this function by ensuring that their webpage's title, meta description, and other metadata are accurate, concise, and consistent across different languages. They may also want to ensure that their webpage's content is high-quality, relevant, and trustworthy, as this could impact the reliability of the display information. Furthermore, websites may want to consider providing alternative language versions of their content, and using schema markup or other structured data to help search engines understand their content and context.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Information that can be used to display the entity (e.g. title, image...).

Attributes

  • displayName (type: list(GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefDisplayName.t), default: nil) - Per language display name from reliable sources.

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.RepositoryWebrefDisplayInfo{
  displayName:
    [GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefDisplayName.t()] | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.