IndexingEmbeddedContentRenderingFetchStats

AI Overview😉

  • The potential purpose of this module is to track and analyze how many embedded links from each host are being crawled by Google's indexing system during the rendering process. This helps Google understand which hosts are providing the most valuable content and which ones may be redundant or low-quality.
  • This module could impact search results by influencing the ranking of websites based on the quality and relevance of their embedded content. If a website has a high number of embedded links from high-quality hosts, it may be considered more authoritative and relevant, leading to higher search engine rankings. Conversely, websites with a high number of low-quality or redundant embedded links may be penalized.
  • To be more favorable to this function, a website could focus on embedding high-quality content from reputable hosts, such as news articles or academic research. They could also ensure that their embedded links are relevant to the content of their page and provide value to the user. Additionally, websites could consider using schema markup to provide Google with additional context about their embedded content, which could help improve their search engine rankings.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Fetch stats during rendering.

Attributes

  • fetchHostCount (type: list(GoogleApi.ContentWarehouse.V1.Model.IndexingEmbeddedContentFetchHostCount.t), default: nil) - A host->count mapping to log how many embedded_links in each host finally goes to trawler during rendering.

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.IndexingEmbeddedContentRenderingFetchStats{
    fetchHostCount:
      [
        GoogleApi.ContentWarehouse.V1.Model.IndexingEmbeddedContentFetchHostCount.t()
      ]
      | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.