GeostoreUrlListProto

AI Overview😉

  • The potential purpose of this module is to store and manage a list of URLs that are translations of a single URL, allowing Google to understand and serve content in different languages and regions.
  • This module could impact search results by allowing Google to: Serve the most relevant translation of a URL to users based on their location and language preferences Improve the visibility of multilingual websites in search results Enhance the user experience by providing content in the user's preferred language Potentially influence ranking factors, such as relevance and authority, by considering the quality and consistency of translations
  • To be more favorable for this function, a website could: Provide high-quality, accurate, and consistent translations of their content Use hreflang tags to specify the language and region of each URL translation Implement a clear and organized URL structure for translated content Ensure that translated content is easily accessible and crawlable by Googlebot

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Hold a list of URLs, usually to contain translations of a single URL.

Attributes

  • url (type: list(GoogleApi.ContentWarehouse.V1.Model.GeostoreUrlProto.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.GeostoreUrlListProto{
  url: [GoogleApi.ContentWarehouse.V1.Model.GeostoreUrlProto.t()] | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.