QualitySitemapSubresultList

AI Overview😉

  • The potential purpose of this module is to analyze and evaluate the quality of a website's sitemap, which is a file that lists a website's URLs and helps search engines like Google understand the site's structure. This module appears to be responsible for processing and storing the results of this analysis.
  • This module could impact search results by influencing how well a website's pages are indexed and ranked. If a website's sitemap is deemed to be of high quality, it may improve the website's visibility and ranking in search results. Conversely, a low-quality sitemap may lead to poorer rankings or even indexing issues.
  • To be more favorable to this function, a website may ensure that its sitemap is accurate, up-to-date, and follows best practices for sitemap creation. This includes submitting a sitemap to Google Search Console, using a consistent URL structure, and avoiding errors or broken links in the sitemap. Additionally, a website may focus on improving its overall website quality, such as having high-quality and relevant content, a user-friendly interface, and fast page loading speeds.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

A container for encapsulating a list of sub-results.

Attributes

  • subresult (type: list(GoogleApi.ContentWarehouse.V1.Model.QualitySitemapSubresult.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.QualitySitemapSubresultList{
  subresult:
    [GoogleApi.ContentWarehouse.V1.Model.QualitySitemapSubresult.t()] | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.