IndexingConverterRedirectChain

AI Overview😉

  • The potential purpose of this module is to analyze and understand the redirect chain of a URL, which is the series of redirects that occur before reaching the final target URL. This helps Google's search algorithm to identify the original URL, the redirects that occur, and the final landing page.
  • This module could impact search results by helping Google to: (a) identify and avoid indexing redirect loops or infinite redirects, (b) understand the relationships between different URLs and domains, (c) potentially adjust ranking signals based on the redirect chain, and (d) improve the accuracy of URL canonicalization.
  • A website may change things to be more favorable for this function by: (a) using standard and consistent redirect methods (e.g., 301, 302), (b) minimizing the number of redirects in the chain, (c) ensuring that redirects are properly implemented and don't result in loops or errors, and (d) using clear and concise URL structures to help Google's algorithm understand the redirect chain.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 2

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

Redirect_chain is present for redirects, and absent for the final target. It contains the chain from the current hop's target to the final target.

Attributes

  • hop (type: list(GoogleApi.ContentWarehouse.V1.Model.IndexingConverterRedirectChainHop.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.IndexingConverterRedirectChain{
  hop:
    [GoogleApi.ContentWarehouse.V1.Model.IndexingConverterRedirectChainHop.t()]
    | nil
}

Functions

Link to this function

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.