CompositeDocPartialUpdateInfoLastFullIndexingInfo

AI Overview😉

  • The potential purpose of this module is to track when a document was last fully indexed by Google's search engine. This information can be used to determine how fresh or up-to-date the content is, and to prioritize more recent updates in search results.
  • This module could impact search results by influencing the ranking of documents based on their freshness and update frequency. Documents that are updated more frequently may be considered more relevant or authoritative, and therefore may be ranked higher in search results. On the other hand, documents that have not been updated in a long time may be considered stale or outdated, and may be ranked lower.
  • A website may change things to be more favorable for this function by ensuring that their content is regularly updated and refreshed. This could include implementing a content calendar, using automated content generation tools, or incentivizing users to contribute fresh content. Additionally, websites can ensure that their content is easily crawlable and indexable by Google's search engine, by using proper meta tags, header tags, and internal linking structures.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Last full indexing information for the partial CDoc.

Attributes

  • corpus (type: String.t, default: nil) - The corpus of last full updates.
  • lastFullIndexingTsMicros (type: String.t, default: nil) - Last full update indexing timestamp in microseconds.

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.CompositeDocPartialUpdateInfoLastFullIndexingInfo{
    corpus: String.t() | nil,
    lastFullIndexingTsMicros: 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.