IndexingEmbeddedContentFetchHostCountCounter

AI Overview😉

  • The potential purpose of this module is to count the number of times a specific host (e.g. a website) is crawled or indexed by Google's search engine, and to associate this count with a specific piece of embedded content (e.g. an image or video). This could be used to determine the importance or relevance of a particular host or piece of content.
  • This module could impact search results by influencing the ranking of websites or content based on their crawl or index frequency. Websites or content that are crawled or indexed more frequently may be considered more important or relevant, and therefore may be ranked higher in search results.
  • To be more favorable for this function, a website could ensure that their content is easily crawlable and indexable by Google's search engine. This could be achieved by using clear and consistent URL structures, providing accurate and descriptive metadata, and ensuring that content is not blocked by robots.txt files or other technical barriers. Additionally, websites could focus on creating high-quality, engaging, and regularly updated content to encourage more frequent crawling and indexing.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Attributes

  • name (type: String.t, default: nil) -
  • num (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.IndexingEmbeddedContentFetchHostCountCounter{
    name: String.t() | nil,
    num: integer() | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.