QualityDniExtendedNewsPreviews

AI Overview😉

  • The potential purpose of this module is to determine the quality and credibility of news preview content in search results, taking into account factors such as the country of origin, policy criteria, and status. It appears to be a part of Google's efforts to promote high-quality and trustworthy news sources.
  • This module could impact search results by influencing the ranking of news preview content. For example, news previews from countries or publishers that are deemed to be of higher quality or credibility may be given more prominence in search results, while those from lower-quality sources may be demoted. Additionally, the policy criteria and status fields may affect how news previews are displayed or filtered in search results.
  • A website may change things to be more favorable for this function by ensuring that their news preview content meets Google's quality and credibility standards. This could involve providing clear and transparent information about the country of origin, publisher, and author of the content, as well as adhering to Google's policies and guidelines for news publishers. Additionally, websites may want to focus on creating high-quality, trustworthy, and informative news preview content that meets the needs of users and aligns with Google's ranking factors.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

When making changes to this proto, make sure to run: blaze test commerce/datastore/tools/codegen:code_generator_test blaze run commerce/datastore/tools/codegen:code_generator See http://go/cds-schema-council for details. LINT.IfChange

Attributes

  • desnippetedCountryCode (type: list(String.t), default: nil) - List of countries that desnippet the publisher. ISO 3166-1-alpha-2 country code (such as FR). See go/iiuse#region-identifiers. Used in V1.
  • policyCriteriaBase64 (type: String.t, default: nil) - Search Console Signals that modifies how policy are calculated. Didn't add wmconsole.EnpDesnippetingOverrideRules direcly to avoid cicular dependency issue: go/enp-v2#bookmark=id.dvb1qcltabv9 ENPv2 proto (EnpDesnippetingOverrideRules): google3/crawler/wmconsole/proto/config_enp_desnippeting_override_rules.proto
  • status (type: String.t, default: nil) - ENP status.
  • version (type: String.t, default: nil) - The default version is V0 (for backward compatibility).

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.QualityDniExtendedNewsPreviews{
  desnippetedCountryCode: [String.t()] | nil,
  policyCriteriaBase64: String.t() | nil,
  status: String.t() | nil,
  version: 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.