ExtraSnippetInfoResponseTidbitAnchorInfo

AI Overview😉

  • The potential purpose of this module is to analyze the anchor text of a webpage, specifically the number of anchor texts that point to external domains (offdomainCount) and internal domains (ondomainCount). This information can help Google understand the relevance and authority of a webpage.
  • This module could impact search results by influencing the ranking of a webpage based on the quality and diversity of its anchor texts. For example, a webpage with a high number of anchor texts pointing to relevant and authoritative external sources may be considered more informative and trustworthy, and therefore ranked higher in search results.
  • To be more favorable for this function, a website could focus on creating high-quality and relevant anchor texts that point to both internal and external sources. This could include using descriptive and keyword-rich anchor text, avoiding over-optimization with exact-match anchor texts, and ensuring that anchor texts are properly formatted and accessible to search engines. Additionally, a website could focus on building high-quality backlinks from authoritative sources to increase its credibility and authority.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

this information is specific to anchors and is only returned if type == ANCHOR

Attributes

  • offdomainCount (type: integer(), default: nil) -
  • ondomainCount (type: integer(), 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.ExtraSnippetInfoResponseTidbitAnchorInfo{
    offdomainCount: integer() | nil,
    ondomainCount: integer() | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.