NlpSaftEntityProfileKeyword

AI Overview😉

  • The potential purpose of this module is to analyze and extract important keywords and phrases related to an entity (e.g. a person, organization, or location) from a piece of content. This helps Google understand the context and relevance of the content to a particular topic or entity.
  • This module could impact search results by influencing the ranking of pages that mention specific entities. For example, if a webpage is deemed to have a high score for a particular keyword related to an entity, it may be considered more relevant and authoritative on that topic, thus increasing its chances of ranking higher in search results.
  • To be more favorable for this function, a website could focus on creating high-quality, entity-centric content that naturally incorporates relevant keywords and phrases. This could include using structured data (e.g. schema.org markup) to provide additional context about the entities mentioned on the page, as well as ensuring that the content is well-written, informative, and engaging. Additionally, using header tags (e.g. H1, H2) to highlight important keywords and phrases could also help this module better understand the content.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Keywords and key phrases for entity.

Attributes

  • count (type: integer(), default: nil) -
  • language (type: integer(), default: nil) -
  • score (type: float(), default: nil) - Score associated with the keyword. For fine-grained types this is a probability.
  • term (type: String.t, default: nil) -
  • 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.NlpSaftEntityProfileKeyword{
  count: integer() | nil,
  language: integer() | nil,
  score: float() | nil,
  term: String.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.