RepositoryWebrefEntityLinkMetadata

AI Overview😉

  • The potential purpose of this module is to analyze and understand the nature of links between web entities, such as websites, articles, or other online content. It appears to be a metadata repository that stores information about the kinds of links and their characteristics.
  • This module could impact search results by influencing how Google's algorithm evaluates the relevance and authority of a webpage based on its links. For example, it may help identify high-quality links from trusted sources, or detect spammy or manipulative linking practices. This could lead to more accurate rankings and a better user experience.
  • To be more favorable to this function, a website could focus on acquiring high-quality, relevant, and diverse links from trusted sources. This could involve creating valuable and informative content that attracts natural links, engaging in legitimate link building activities, and avoiding manipulative tactics. Additionally, ensuring that the website's internal linking structure is logical and easy to navigate may also be beneficial.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 4

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

Metadata about the nature of the link.

Attributes

  • aggregateFlags (type: GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefLinkKindFlags.t, default: nil) - The aggregate kind flags for the link.
  • kindInfo (type: list(GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefLinkKindInfo.t), default: nil) - Information about all the link kinds associated with 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.RepositoryWebrefEntityLinkMetadata{
  aggregateFlags:
    GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefLinkKindFlags.t() | nil,
  kindInfo:
    [GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefLinkKindInfo.t()] | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.