IndexingEmbeddedContentRenderCacheStats

AI Overview😉

  • The potential purpose of this module is to track how often a webpage's content is rendered from a cache instead of being re-crawled from the original source. This helps Google's algorithm to determine how fresh and up-to-date a webpage's content is, and how often it needs to be re-crawled.
  • This module could impact search results by influencing the ranking of webpages based on how frequently their content is updated. Webpages with frequently updated content may be considered more relevant and timely, and therefore ranked higher in search results. On the other hand, webpages with stale or infrequently updated content may be ranked lower.
  • To be more favorable to this function, a website may want to ensure that its content is regularly updated and refreshed. This could involve implementing a content management system that allows for easy updates, using automated scripts to update content, or having a team of content creators who regularly produce new and updated content. Additionally, websites may want to ensure that their caching mechanisms are properly configured to allow Google's algorithm to accurately track cache usage and content freshness.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Fields used to track cache use in the rendering microservice. Next tag available: 6

Attributes

  • cacheExpireTimestampUsec (type: String.t, default: nil) - When the rendered content would expire from the cache in microseconds.
  • crawledSimhashDistance (type: integer(), default: nil) -
  • lastRenderedTimestampUsec (type: String.t, default: nil) - The last time the document was rendered, in microseconds. Does not update in case of cache use.
  • renderCache (type: String.t, default: nil) -
  • renderedSimhashDistance (type: integer(), 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.IndexingEmbeddedContentRenderCacheStats{
    cacheExpireTimestampUsec: String.t() | nil,
    crawledSimhashDistance: integer() | nil,
    lastRenderedTimestampUsec: String.t() | nil,
    renderCache: String.t() | nil,
    renderedSimhashDistance: integer() | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.