QualityCopiaFireflySiteSignal

AI Overview😉

  • The potential purpose of this module is to gather and analyze various metrics about a website, such as its click-through rates, article quality, and URL structure, to determine its overall quality and relevance for search users.
  • This module could impact search results by influencing the ranking of websites based on their quality and relevance. Websites with higher click-through rates, more high-quality articles, and a well-structured URL hierarchy may be considered more trustworthy and relevant, and thus ranked higher in search results.
  • A website may change things to be more favorable for this function by:
    • Improving click-through rates by creating more compelling and relevant titles and meta descriptions.
    • Producing high-quality, engaging, and informative content that resonates with users.
    • Organizing URLs in a logical and hierarchical structure to facilitate crawling and indexing.
    • Reducing the number of gambling-related pages or content that may be considered low-quality.
    • Ensuring that article bylines and timestamps are accurate and up-to-date.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Proto message containing site-level signal for search stack. Because firefly_stats.proto depends on "//segindexer:compositedoc_proto", we cannot make perdocdata contain it.

Attributes

  • dailyClicks (type: String.t, default: nil) -
  • dailyGoodClicks (type: String.t, default: nil) -
  • dataTimeSec (type: String.t, default: nil) -
  • firstBoostedTimeSec (type: String.t, default: nil) -
  • impressionsInBoostedPeriod (type: String.t, default: nil) -
  • latestBylineDateSec (type: String.t, default: nil) -
  • latestFirstseenSec (type: String.t, default: nil) -
  • numOfArticles8 (type: String.t, default: nil) -
  • numOfArticlesByPeriods (type: list(String.t), default: nil) - number of articles (lattice article score is 0.8 or more) sliced by 30 days (num_of_articles_by_periods[0] is the newest).
  • numOfGamblingPages (type: String.t, default: nil) -
  • numOfUrls (type: String.t, default: nil) -
  • numOfUrlsByPeriods (type: list(String.t), default: nil) - number of urls sliced by 30 days (num_of_urls_by_periods[0] is the newest).
  • recentImpForQuotaSystem (type: String.t, default: nil) -
  • siteFp (type: String.t, default: nil) - Hash value of the site. This will be used by our experiment and analysis.
  • totalImpressions (type: String.t, 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.QualityCopiaFireflySiteSignal{
  dailyClicks: String.t() | nil,
  dailyGoodClicks: String.t() | nil,
  dataTimeSec: String.t() | nil,
  firstBoostedTimeSec: String.t() | nil,
  impressionsInBoostedPeriod: String.t() | nil,
  latestBylineDateSec: String.t() | nil,
  latestFirstseenSec: String.t() | nil,
  numOfArticles8: String.t() | nil,
  numOfArticlesByPeriods: [String.t()] | nil,
  numOfGamblingPages: String.t() | nil,
  numOfUrls: String.t() | nil,
  numOfUrlsByPeriods: [String.t()] | nil,
  recentImpForQuotaSystem: String.t() | nil,
  siteFp: String.t() | nil,
  totalImpressions: 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.