CompositeDocExtraDup

AI Overview😉

  • The potential purpose of this module is to identify and track duplicate content on the web, specifically focusing on non-forwarding duplicates of a canonical URL. This module aims to determine the equivalence class of a webpage, which can help Google's algorithm to better understand the content and its relationships.
  • This module could impact search results by influencing the ranking and visibility of duplicate content. By identifying non-forwarding duplicates, Google can potentially demote or remove low-quality duplicates from search results, promoting the original or most relevant content instead. This could lead to a more streamlined and relevant search experience for users.
  • To be more favorable for this function, a website could ensure that their content is unique, high-quality, and not duplicated unnecessarily. This can be achieved by: Implementing proper canonicalization of URLs Avoiding duplicate or thin content Using 301 redirects for forwarding duplicates to the canonical URL Ensuring that all versions of the content are properly indexed and crawled by Google Focusing on creating high-quality, engaging, and relevant content that adds value to users

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

The top non-forwarding dups of the canonical url.

Attributes

  • ecnFp (type: String.t, default: nil) - Fp96 of webmirror equivalence class as of last time this was exported.
  • url (type: String.t, default: nil) - The url of the non-forwarding dup.

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.CompositeDocExtraDup{
  ecnFp: String.t() | nil,
  url: 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.