QualitySitemapCoClickTargetDoc

AI Overview😉

  • The potential purpose of this module is to analyze and understand how users interact with search results, specifically looking at co-clicks (when a user clicks on multiple results for the same search query) and how they relate to specific locales (regions or languages). This helps Google to identify relevant and high-quality content that users find useful.
  • This module could impact search results by promoting websites that have a high co-click rate, indicating that users find their content relevant and useful. This could lead to higher rankings for websites that provide comprehensive and accurate information, and lower rankings for websites that do not meet user expectations.
  • To be more favorable for this function, a website could focus on creating high-quality, comprehensive, and accurate content that answers user queries. This could include:
    • Creating in-depth guides or tutorials that cover a topic thoroughly
    • Providing relevant and useful information that users are likely to search for
    • Optimizing content for specific locales or regions to cater to local search queries
    • Improving user experience and engagement metrics, such as bounce rate and time on page

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Attributes

  • coClickByLocale (type: list(GoogleApi.ContentWarehouse.V1.Model.QualitySitemapCoClickTargetDocCoClickByLocale.t), default: nil) -
  • title (type: String.t, default: nil) -
  • url (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.QualitySitemapCoClickTargetDoc{
  coClickByLocale:
    [
      GoogleApi.ContentWarehouse.V1.Model.QualitySitemapCoClickTargetDocCoClickByLocale.t()
    ]
    | nil,
  title: String.t() | nil,
  url: 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.