RepositoryWebrefLinkKindInfo

AI Overview😉

  • The potential purpose of this module is to analyze and understand the relationships between entities on the web, such as how different web pages or content are linked together. It appears to be focused on identifying the types of links between entities and the properties associated with those links.
  • This module could impact search results by influencing how Google understands the relevance and authority of a webpage based on its relationships with other entities. For example, if a webpage is linked to by multiple high-authority sources, this module may identify those links as indicators of the webpage's importance. Conversely, if a webpage has many low-quality or spammy links, this module may flag those links as negative signals.
  • To be more favorable to this function, a website may focus on building high-quality, relevant links from authoritative sources. This could include creating content that is worthy of being linked to by other reputable websites, engaging in guest blogging or other forms of content collaboration, and avoiding tactics like buying links or participating in link schemes. Additionally, websites may want to ensure that their internal linking structure is logical and easy for Google to understand, as this module appears to analyze the properties associated with links.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Information about one of the types of a linked entity.

Attributes

  • flags (type: GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefLinkKindFlags.t, default: nil) - The flags associated with the link kind.
  • topicPropertyName (type: String.t, default: nil) - If the link was extracted from a property, the name of the property. Can start with an exclamation mark "!" to indicate that the inverse relationship is specified. (e.g. "!/tv/tv_series_episode/series" is the inverse of "tv/tv_program/episodes").

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.RepositoryWebrefLinkKindInfo{
  flags:
    GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefLinkKindFlags.t() | nil,
  topicPropertyName: 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.