QualitySitemapCoClickTargetDocCoClickByLocale

AI Overview😉

  • The potential purpose of this module is to analyze the co-click behavior of users on a website, which means tracking how often users click on multiple results from the same domain in a single search session. This helps Google understand the quality and relevance of a website's content.
  • This module could impact search results by influencing the ranking of websites based on their co-click behavior. Websites with high co-click rates may be considered more authoritative or relevant, leading to higher rankings, while those with low co-click rates may be penalized.
  • To be more favorable for this function, a website could focus on creating high-quality, relevant, and diverse content that encourages users to explore multiple pages within the same domain. This could involve improving internal linking, creating comprehensive resource pages, and ensuring that related content is easily accessible.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Attributes

  • coClicks (type: number(), default: nil) -
  • coClicksCapped (type: number(), default: nil) -
  • coClicksParent (type: number(), default: nil) -
  • locale (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.QualitySitemapCoClickTargetDocCoClickByLocale{
    coClicks: number() | nil,
    coClicksCapped: number() | nil,
    coClicksParent: number() | nil,
    locale: 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.