TrawlerFetchReplyDataCrawlDates

AI Overview😉

  • The potential purpose of this module is to track and manage crawl dates for web pages, which helps Google's algorithm determine when to reuse cached content and when to fetch new content from the web.
  • This module could impact search results by influencing how often a webpage's content is updated in Google's index. If a webpage's content is not changed, the algorithm may reuse cached content, which could lead to outdated information being served to users. On the other hand, if a webpage's content is updated frequently, the algorithm may fetch new content more often, providing users with more up-to-date information.
  • To be more favorable to this function, a website could ensure that its content is updated regularly and that its caching mechanisms are properly configured to allow Google's algorithm to detect changes. Additionally, using standard caching headers (e.g., Cache-Control, ETag) and providing a clear modification date for content can help the algorithm determine when to reuse cached content and when to fetch new content.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 2

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

Reuse information returned if UrlState == CRAWLED, specifying when we may have reused from cache. See also ReuseInfo below. NOTE: Please use the CrawlTimes below. CrawlDates is deprecated. use CrawlTimes instead!

Attributes

  • NotChangedDate (type: integer(), default: nil) - fetched from the web. Timestamp indicates when
  • OriginalCrawlDate (type: integer(), default: nil) - Timestamp when the page was
  • ReuseDate (type: integer(), default: nil) - the page was last checked but found to be the same as before. If set, timestamp to indicate

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.TrawlerFetchReplyDataCrawlDates{
  NotChangedDate: integer() | nil,
  OriginalCrawlDate: integer() | nil,
  ReuseDate: integer() | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.