RepositoryWebrefRefconRefconDocumentMetadata

AI Overview😉

  • The potential purpose of this module is to store and provide metadata about a document's query statistics, which could be used to inform search ranking decisions. This metadata may include information about how users interact with the document in response to specific search queries.
  • This module could impact search results by influencing the ranking of documents based on their query statistics. For example, a document that is frequently clicked or has a low bounce rate for a specific query may be considered more relevant and therefore ranked higher in search results. Conversely, a document with poor query statistics may be demoted in search rankings.
  • To be more favorable for this function, a website could focus on improving the user experience and relevance of its content for specific search queries. This could involve optimizing page titles, meta descriptions, and header tags to better match user search intent, as well as ensuring that the content is high-quality, engaging, and relevant to the user's query. Additionally, the website could work on improving its click-through rate and reducing bounce rates by making its content more accessible and user-friendly.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Encapsulates additional CDoc metadata needed by Refcon.

Attributes

  • queryStats (type: GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefRefconQueryStats.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.RepositoryWebrefRefconRefconDocumentMetadata{
    queryStats:
      GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefRefconQueryStats.t()
      | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.