AppsPeopleOzExternalMergedpeopleapiLanguage

AI Overview😉

  • The potential purpose of this module is to determine the language of a user or content creator, which can help Google's algorithm understand the context and relevance of search results.
  • This module could impact search results by influencing the ranking of pages based on the language of the content, the user's preferred language, or the language of the search query. It may also help Google to filter out or prioritize results based on language, improving the overall search experience.
  • To be more favorable for this function, a website may consider the following: Clearly indicating the language of the content using standard language codes (IETF BCP 47 specification) Providing multilingual support and content to cater to a diverse audience Ensuring that the website's language settings are accurately reflected in its metadata and structure Using language-specific keywords and phrases to help Google's algorithm understand the content's language and relevance

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

The value can either by a language code conforming to the IETF BCP 47 specification or a custom freeform value. By default the returned value is proxied from FBS Profile.Language. If include_account_locale is set on the MergePersonSourceOptions the language from go/uls is preferred and returned as primary along with a secondary language from FBS.

Attributes

  • metadata (type: GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiPersonFieldMetadata.t, default: nil) -
  • value (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.AppsPeopleOzExternalMergedpeopleapiLanguage{
    metadata:
      GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiPersonFieldMetadata.t()
      | nil,
    value: 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.