SocialCommonHashtagData

AI Overview😉

  • The potential purpose of this module is to help Google understand and process hashtags in search queries, allowing it to better match user searches with relevant content that uses those hashtags.
  • This module could impact search results by allowing Google to return more accurate results when a user searches for a hashtag, and also by allowing it to understand the context and topic behind a hashtag (e.g. "#pikachu" is related to "Pokemon"). This could lead to more relevant and useful search results for users.
  • A website may change things to be more favorable for this function by using relevant and descriptive hashtags in their content, and also by using those hashtags consistently throughout their website and social media presence. This could help Google understand the context and topic of the website's content, and return it in search results for relevant hashtag searches.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Hashtag metadata, for HASHTAG segments. For a hashtag, the "text" field should contain the display text, and the search_text field should represent the topic being referenced, without the hash symbol; for example, we might have: text = "#Google" hashtag_data.search_text = "Google" Another example: text = "#pikachu" hashtag_data.search_text = "Pokemon" Both strings should be considered part of the searchable text. In go/sbe, both are indexed and searchable.

Attributes

  • searchText (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.SocialCommonHashtagData{
  searchText: 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.