GeostoreHtmlTextProto

AI Overview😉

  • The potential purpose of this module is to extract and store HTML text associated with a feature, such as a business or location, in multiple languages. This allows Google to display relevant and formatted text to users in their preferred language.
  • This module could impact search results by influencing the display of search results, particularly in cases where location-based searches are involved. It may also affect the ranking of results if the HTML text is used as a factor in determining relevance or quality of the result.
  • To be more favorable for this function, a website may ensure that their HTML text is well-structured, with balanced tags, and uses external style sheets to avoid embedded definitions. They may also provide high-quality, descriptive text in multiple languages to increase the chances of their content being displayed prominently in search results.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Represents HTML text associated with a feature.

Attributes

  • text (type: list(GoogleApi.ContentWarehouse.V1.Model.GeostoreLanguageTaggedTextProto.t), default: nil) - Zero or more texts of the specified type, in various languages. If this is a HTML_DESCRIPTION blob then these texts would hold the description in English, German, and so forth. The text is an HTML fragment, not a full page. The fragment should be suitable for including in a DIV. It must have balanced HTML tags. It may use HTML's "class" attributes to assign classes to HTML elements. This allows the HTML to be formatted by an (external) style sheet. The HTML should not have embedded style sheet definitions, nor should it have embedded JavaScript.
  • type (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.GeostoreHtmlTextProto{
  text:
    [GoogleApi.ContentWarehouse.V1.Model.GeostoreLanguageTaggedTextProto.t()]
    | nil,
  type: 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.