RepositoryWebrefLinkKindFlags

AI Overview😉

  • The potential purpose of this module is to categorize and understand the relationships between web pages and entities, such as identifying clusters of related content, geographic containment, implications, latent entities, and properties. This helps Google's algorithm to better comprehend the context and meaning of web pages.
  • This module could impact search results by influencing the ranking and relevance of web pages based on their relationships and connections. For instance, a web page that is part of a cluster of related content may be considered more authoritative or relevant than a standalone page. Similarly, a page with geographic containment may be prioritized for users searching from a specific location.
  • To be more favorable for this function, a website could focus on creating high-quality, related content that forms a cohesive cluster, and ensuring that their pages are accurately categorized and linked. Additionally, they could provide clear geographic information and context, and use schema markup to help search engines understand the properties and entities mentioned on their pages.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

A bitmap of bool values associated with a link kind. Next available tag: 12

Attributes

  • cluster (type: String.t, default: nil) -
  • geoContainment (type: String.t, default: nil) -
  • implication (type: String.t, default: nil) -
  • latentEntity (type: String.t, default: nil) -
  • mdvc (type: String.t, default: nil) -
  • property (type: String.t, default: nil) -

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.RepositoryWebrefLinkKindFlags{
  cluster: String.t() | nil,
  geoContainment: String.t() | nil,
  implication: String.t() | nil,
  latentEntity: String.t() | nil,
  mdvc: String.t() | nil,
  property: 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.