CopleyPersonalReferenceMetadata

AI Overview😉

  • The potential purpose of this module is to identify and analyze personal references in search queries, such as "my flight" or "the airport", and determine their relevance and strength. This helps the search algorithm to better understand the user's intent and provide more personalized results.
  • This module could impact search results by influencing the ranking of pages that contain personalized content or references to specific entities. For example, if a user searches for "my flight", the algorithm may prioritize results that are more relevant to the user's personal flight information, such as their flight status or booking details. This could lead to more accurate and personalized search results.
  • To be more favorable for this function, a website may consider the following strategies:
    • Use natural language and personal pronouns in their content to increase the likelihood of being identified as a relevant personal reference.
    • Optimize their content for long-tail keywords that include personal references, such as "my flight status" or "my account login".
    • Use schema markup and other semantic HTML elements to provide additional context and metadata about personal references in their content.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

General message used to store metadata about references to personal entities, even if those entities cannot be resolved.

Attributes

  • referenceScore (type: number(), default: nil) - The strength of the personal reference. For example "my flight" may receive a high reference_score, whereas "the airport" may receive a low score.
  • references (type: list(GoogleApi.ContentWarehouse.V1.Model.CopleyPersonalReference.t), default: nil) - A list of all references made. Empty if no personal references exist. Multiple references can be present when multiple references were made in a single query, or the type of reference was ambiguous.
  • subreferenceMetadata (type: GoogleApi.ContentWarehouse.V1.Model.CopleySubreferenceMetadata.t, default: nil) - Subreference metadata for all compound references on this span.

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.CopleyPersonalReferenceMetadata{
  referenceScore: number() | nil,
  references:
    [GoogleApi.ContentWarehouse.V1.Model.CopleyPersonalReference.t()] | nil,
  subreferenceMetadata:
    GoogleApi.ContentWarehouse.V1.Model.CopleySubreferenceMetadata.t() | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.