QualitySitemapSubresult

AI Overview😉

  • The potential purpose of this module is to evaluate the quality of a website's sitemap, specifically the metadata of third-party carousels (e.g. featured snippets, knowledge graphs, etc.) and associate it with a specific document ID (docid). This helps Google understand the structure and content of a website.
  • This module could impact search results by influencing the ranking of a website based on the quality of its sitemap and metadata. If a website's sitemap is well-structured and its metadata is accurate and relevant, it may be considered a higher-quality website and therefore rank higher in search results. Conversely, a website with a poorly structured sitemap or inaccurate metadata may be penalized.
  • To be more favorable for this function, a website may:
    • Ensure its sitemap is up-to-date, comprehensive, and accurately reflects the website's structure and content.
    • Provide high-quality, relevant, and accurate metadata for third-party carousels, such as featured snippets and knowledge graphs.
    • Use schema markup and other structured data formats to help Google understand the website's content and context.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Information about a single sub-result.

Attributes

  • docid (type: String.t, default: nil) -
  • itemMetadata (type: GoogleApi.ContentWarehouse.V1.Model.QualitySitemapThirdPartyCarouselsListItemMuppetMetadata.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.QualitySitemapSubresult{
  docid: String.t() | nil,
  itemMetadata:
    GoogleApi.ContentWarehouse.V1.Model.QualitySitemapThirdPartyCarouselsListItemMuppetMetadata.t()
    | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.