RepositoryWebrefClusterProtoMidListRule

AI Overview😉

  • The potential purpose of this module is to group related web references or entities together into a cluster, based on a list of IDs (mids). This allows Google to better understand the relationships between these entities and potentially improve search results by surfacing more relevant or authoritative content.
  • This module could impact search results by influencing how Google clusters and ranks related content. For example, if a website has multiple pages that are closely related to each other, this module could help Google to recognize these relationships and surface the most relevant or authoritative page in search results. Conversely, if a website has many low-quality or duplicate pages, this module could potentially demote these pages in search results.
  • A website may change things to be more favorable for this function by ensuring that related content is properly linked and structured, using clear and consistent naming conventions, and avoiding duplicate or low-quality content. Additionally, using schema markup or other forms of structured data can help Google to better understand the relationships between entities and improve clustering and ranking.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

A rule that defines a Cluster based on a list of mids. It creates a single Set, and makes it the parent of each of the mids in the list.

Attributes

  • id (type: String.t, default: nil) - Id of this rule; this is used to generate ids for the synthetic entities created for a cluster. Required.
  • mid (type: list(String.t), default: nil) - The mids of the entities that will be made into a cluster.

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.RepositoryWebrefClusterProtoMidListRule{
    id: String.t() | nil,
    mid: [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.