RepositoryWebrefWebrefOutlinkInfos

AI Overview😉

  • The potential purpose of this module is to analyze the outlinks (external links) in a webpage and gather information about the target URLs. This helps Google understand the relationships between web pages and potentially identify relevant or authoritative sources.
  • This module could impact search results by influencing the ranking of web pages based on the quality and relevance of their outlinks. For example, a webpage with many outlinks to high-authority sources may be considered more trustworthy or informative, while a webpage with many outlinks to low-quality or unrelated sources may be penalized.
  • To be more favorable for this function, a website may consider the following strategies:
    • Use high-quality, relevant, and authoritative sources for outlinks.
    • Ensure outlinks are properly formatted and easily crawlable by search engines.
    • Avoid excessive or spammy outlinks, as this may be seen as manipulative.
    • Use descriptive anchor text for outlinks to provide context and help search engines understand the relationship between pages.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 1

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

Information about the outlinks of an annotated document. Next available tag: 3

Attributes

  • outlinkInfo (type: list(GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefWebrefOutlinkInfo.t), default: nil) - Information about each target URL referred to in the document's outlinks. If a given URL has multiple links, they are grouped in a single WebrefLinkInfo.

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.RepositoryWebrefWebrefOutlinkInfos{
  outlinkInfo:
    [GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefWebrefOutlinkInfo.t()]
    | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.