ContentAttributionsOutgoingAttribution

AI Overview😉

  • The potential purpose of this module is to identify and store information about the sources of content on a webpage, such as the original author or publisher. This is likely a part of Google's efforts to improve the credibility and trustworthiness of search results.
  • This module could impact search results by favoring websites that properly attribute their content to original sources, and demoting those that do not. This could lead to more accurate and trustworthy results, as well as a better user experience.
  • To be more favorable for this function, a website could ensure that it properly attributes all content to its original sources, using standard attribution practices such as citing authors, publishers, and dates. Additionally, websites could use schema.org markup to provide explicit attribution information to search engines.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

This is a copy of quality_contra::SelectedAttribution::SelectedInfo. The url is converted to docid and other fields are copied directly.

Attributes

  • bestEvidenceType (type: String.t, default: nil) -
  • docid (type: String.t, default: nil) -
  • properties (type: integer(), default: nil) -
  • usableForClustering (type: boolean(), 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.ContentAttributionsOutgoingAttribution{
    bestEvidenceType: String.t() | nil,
    docid: String.t() | nil,
    properties: integer() | nil,
    usableForClustering: boolean() | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.