RepositoryWebrefWebrefOutlinkInfo

AI Overview😉

  • The potential purpose of this module is to analyze and extract information about outlinks (links to other websites) from a given webpage or document. It seems to focus on the characteristics of these outlinks, such as their length, offset, nofollow status, and topicality weight.
  • This module could impact search results by influencing how Google evaluates the quality and relevance of a webpage based on its outlinks. For example, a webpage with many high-topicality-weight outlinks to relevant and authoritative sources might be considered more trustworthy and informative, and thus ranked higher in search results. On the other hand, a webpage with many low-quality or spammy outlinks might be penalized.
  • To be more favorable to this function, a website could focus on creating high-quality, relevant, and informative content that links to authoritative sources. This could include using descriptive and concise anchor text, ensuring that outlinks are properly formatted and easily crawlable, and avoiding excessive or spammy linking practices. Additionally, websites could focus on building a strong internal linking structure to help Google understand the relationships between different pages on their site.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Information about the outlinks for one specific target URL, from a given annotated document. Next available tag: 7

Attributes

  • byteLength (type: list(String.t), default: nil) - The length in bytes of such a link (including internal spaces); e.g. if the link text is "click here" then the length is 10.
  • byteOffset (type: list(String.t), default: nil) - The byte offset of the start of a link with this target URL, in the content of the annotated document.
  • isNofollow (type: boolean(), default: nil) - Whether this is a nofollow link (https://en.wikipedia.org/wiki/Nofollow). If the page has multiple links to the same url, all of them must be nofollow to set this field.
  • topicalityWeight (type: list(number()), default: nil) - The topicality_weight for each link with this target URL.
  • url (type: String.t, default: nil) - The target URL of the link.

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.RepositoryWebrefWebrefOutlinkInfo{
  byteLength: [String.t()] | nil,
  byteOffset: [String.t()] | nil,
  isNofollow: boolean() | nil,
  topicalityWeight: [number()] | 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.