OceanDocTagContributor

AI Overview😉

  • The potential purpose of this module is to identify and categorize the contributors to a piece of content, such as authors and editors, and to determine their level of contribution (e.g. "writer" or "editor"). This helps search engines understand the credibility and authority of the content creators.
  • This module could impact search results by influencing the ranking of content based on the credibility and authority of its contributors. For example, content written by a reputable expert in a field may be ranked higher than similar content written by an unknown author. Additionally, this module may help to filter out low-quality or spam content that lacks credible contributors.
  • A website may change things to be more favorable for this function by clearly identifying and crediting its contributors, using standardized metadata formats such as schema.org, and ensuring that contributor information is easily accessible and machine-readable. This could involve adding author bio pages, providing clear bylines, and using markup language to specify contributor roles.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

The composite descriptor of the contributors that should be known to search and front end. Both fields are required. Replaces authors and editors strings.

Attributes

  • name (type: String.t, default: nil) -
  • type (type: integer(), default: nil) - ContributionType enum from ocean/metadata/metadata_enums.proto Note that we pick only the "highest-ranking" contribution (i.e. writer and editor would collapse to "writer".

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.OceanDocTagContributor{
  name: String.t() | nil,
  type: integer() | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.