IndexingEmbeddedContentEmbedderInfo

AI Overview😉

  • The potential purpose of this module is to determine the importance of embedded content (such as videos, images, or iframes) within a webpage and how it relates to the overall content of the page. This could help Google's algorithm understand the relevance and context of the embedded content and how it contributes to the user's search query.
  • This module could impact search results by influencing the ranking of webpages that heavily rely on embedded content. For instance, if a webpage has a high "importanceAsEmbedder" score, it may indicate to Google that the embedded content is crucial to the page's meaning and relevance, potentially boosting its search ranking. Conversely, a low score may suggest that the embedded content is not essential to the page's content, potentially demoting its ranking.
  • A website may change things to be more favorable for this function by ensuring that their embedded content is relevant, high-quality, and closely related to the surrounding content. This could include using descriptive alt tags for images, providing transcripts for audio/video content, and using schema markup to provide additional context about the embedded content. Additionally, websites may want to focus on creating a clear and concise structure for their embedded content, making it easy for Google's algorithm to understand its importance and relevance.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Attributes

  • importanceAsEmbedder (type: integer(), default: nil) -
  • linkInfo (type: GoogleApi.ContentWarehouse.V1.Model.IndexingEmbeddedContentLinkInfo.t, 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.IndexingEmbeddedContentEmbedderInfo{
  importanceAsEmbedder: integer() | nil,
  linkInfo:
    GoogleApi.ContentWarehouse.V1.Model.IndexingEmbeddedContentLinkInfo.t()
    | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.