IndexingDupsLocalizedLocalizedClusterTargetLinkLink

AI Overview😉

  • The potential purpose of this module is to analyze and store information about links between web pages, including the URL and language code of the target page, and whether the link is cross-domain (i.e., between different websites). This module is likely part of Google's algorithm for understanding the structure and relationships between web pages.
  • This module could impact search results by influencing how Google understands the relevance and authority of a webpage. For example, if a webpage has many high-quality cross-domain links pointing to it, this could indicate to Google that the page is an important resource and should be ranked higher in search results. On the other hand, if a webpage has many low-quality or spammy links, this could negatively impact its search ranking.
  • To be more favorable to this function, a website could focus on building high-quality, relevant links from other reputable websites. This could include creating useful and informative content that other websites will want to link to, as well as engaging in outreach and partnership efforts to build relationships with other websites in the same niche or industry. Additionally, a website could ensure that its own links are properly formatted and easy for Google to crawl and understand.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Basic information about the link target, i.e. the URL or the language code it's believed to represent.

Attributes

  • annotationSourceInfo (type: list(GoogleApi.ContentWarehouse.V1.Model.IndexingDupsLocalizedLocalizedClusterTargetLinkLinkAnnotationSourceInfo.t), default: nil) -
  • crossDomain (type: boolean(), default: nil) - For a link A->B where B is represented by this proto, cross_domain := Host(A) != Host(B).
  • url (type: String.t, default: nil) - The URL the information in TargetLink refers to.

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.IndexingDupsLocalizedLocalizedClusterTargetLinkLink{
    annotationSourceInfo:
      [
        GoogleApi.ContentWarehouse.V1.Model.IndexingDupsLocalizedLocalizedClusterTargetLinkLinkAnnotationSourceInfo.t()
      ]
      | nil,
    crossDomain: boolean() | 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.