RepositoryWebrefClusterProtoRelationRule

AI Overview😉

  • The potential purpose of this module is to group related entities together based on a specific link type, creating a cluster of connected entities. This helps Google understand the relationships between entities and organize them in a meaningful way.
  • This module could impact search results by influencing the ranking of pages that are part of a cluster. Pages that are closely connected to other entities in the cluster may be considered more relevant or authoritative, and therefore ranked higher. Conversely, pages that are not part of a cluster or have weak connections may be ranked lower.
  • To be more favorable for this function, a website could focus on creating high-quality, interconnected content that establishes clear relationships between entities. This could include using schema markup to define relationships, creating content hubs that link to related pages, and using descriptive anchor text to help Google understand the context of links. Additionally, ensuring that the website's structure and navigation facilitate easy discovery of related content can also help.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

A rule that defines a Cluster based on a relation. Given a relation (a link type) R, then: For each entity B that has incoming links of type R This defines an instance of this rule, with argument=B We create a Set S We make B a child of S For each entity A that has a link R to B, we make A a child of S Next available tag: 6

Attributes

  • relation (type: String.t, default: nil) - The topic_property_name for the link that defines the relation, e.g. "/tv/tv_series_episode/series". Can start with a "!" to indicate that this link is reversed during extraction and we want the reversed case. Required.

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.RepositoryWebrefClusterProtoRelationRule{
    relation: 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.