IndexingEmbeddedContentSelectionResult

AI Overview😉

  • The potential purpose of this module is to determine whether a URL should be included in Google's search index and to what extent the content of the URL should be rendered or crawled. The "renderEffort" attribute suggests that the module assesses the effort required to render the content of the URL, which could impact the decision to include it in the index.
  • This module could impact search results by influencing which URLs are included in the search index and how prominently they are displayed. If a URL is deemed to require too much "renderEffort", it may be excluded from the index or ranked lower in search results. This could affect the visibility of websites that have complex or resource-intensive content.
  • A website may change things to be more favorable for this function by optimizing their content to be easily renderable by Google's crawlers. This could involve simplifying webpage layouts, reducing the use of JavaScript or other dynamic content, and ensuring that important content is accessible without requiring excessive rendering effort. Additionally, websites could focus on creating high-quality, relevant content that is worth the "renderEffort", increasing the likelihood of being included in the search index.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 1

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

Output that indicates a url should be in our corpus.

Attributes

  • renderEffort (type: String.t, default: nil) -
  • selectorId (type: String.t, default: nil) - Indicate which selector has made the decision.

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.IndexingEmbeddedContentSelectionResult{
    renderEffort: String.t() | nil,
    selectorId: 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.