CompositeDocForwardingDup

AI Overview😉

  • The potential purpose of this module is to identify and analyze duplicate URLs (forwarding dups) of a canonical URL, including their purposes, pagerank, and other attributes. This helps Google understand the relationships between different URLs and how they should be treated in search results.
  • This module could impact search results by influencing how duplicate URLs are ranked and displayed. For example, if a duplicate URL has a high pagerank, it may be considered more authoritative and ranked higher in search results. The "purposes" attribute may also affect how the duplicate URL is used, such as for forwarding specific signals or making "info:" complete.
  • To be more favorable for this function, a website may: Ensure canonical URLs are properly implemented and consistent across the site. Use clear and descriptive URLs that help Google understand the content and purpose of each page. Optimize internal linking to help Google understand the relationships between different URLs. Focus on creating high-quality, authoritative content that earns high pagerank.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

The top forwarding dups of the canonical url. (note: it may actually include some dups that are NOT used for forwarding data but for making "info:" complete)

Attributes

  • ecn (type: String.t, default: nil) - The name of the url's webmirror equivalence class.
  • ecnFp (type: String.t, default: nil) -
  • purposes (type: integer(), default: nil) - The purpose(s) of the forwarding dup indicating if it is used for forwarding signal/anchors generally, or only for forwarding some specific signal (e.g. navboost), or for some other purposes (e.g., not for forwarding any data but for making "info:" complete). See indexing/dups/public/dups.h for more details.
  • rawPagerank (type: integer(), default: nil) - Raw pagerank of the url.
  • repid (type: String.t, default: nil) - The webmirror repid of the forwarding dup.
  • url (type: String.t, default: nil) - The url of the forwarding dup.
  • urlencoding (type: integer(), default: nil) - The encoding of the url (see webutil/urlencoding for details).

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.CompositeDocForwardingDup{
  ecn: String.t() | nil,
  ecnFp: String.t() | nil,
  purposes: integer() | nil,
  rawPagerank: integer() | nil,
  repid: String.t() | nil,
  url: String.t() | nil,
  urlencoding: integer() | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.