RepositoryWebrefForwardingUrls

AI Overview😉

  • The potential purpose of this module is to identify and store URLs that redirect or forward to a specific URL, and associate them with topical entity entries. This allows Google to better understand the relationships between URLs and entities, and potentially improve search results by surfacing more relevant and authoritative content.
  • This module could impact search results by allowing Google to: Better understand the hierarchy and relationships between URLs and entities Identify authoritative sources and surfaces more relevant content Improve the accuracy of search results by considering the redirect chains and entity associations Potentially demote or penalize URLs that engage in manipulative redirect practices
  • To be more favorable for this function, a website could: Ensure that redirects are properly implemented and follow Google's guidelines Use clear and consistent URL structures and naming conventions Avoid manipulative or deceptive redirect practices Use schema markup and other semantic HTML elements to help Google understand the relationships between entities and URLs

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 1

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

Submessage for forwarding urls in DocumentMetadata.

Attributes

  • forwardingUrl (type: list(String.t), default: nil) - Urls that forward to this url. Used for url -> topical entity entries.

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.RepositoryWebrefForwardingUrls{
  forwardingUrl: [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.