QualitySitemapTopURL

AI Overview😉

  • The potential purpose of this module is to evaluate the quality of a website's sitemap and identify the most important URLs within it, assigning a score to each URL based on its relevance and importance.
  • This module could impact search results by influencing the ranking of a website's pages, with higher-scoring URLs potentially being prioritized in search engine results pages (SERPs). This could lead to more relevant and useful pages being displayed to users, improving the overall search experience.
  • A website may change things to be more favorable for this function by ensuring their sitemap is well-structured, up-to-date, and accurately reflects the site's content hierarchy. This could involve regularly updating the sitemap, using clear and concise URL structures, and prioritizing key pages and content. Additionally, optimizing internal linking and content relevance could also improve the score of important URLs.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Attributes

  • score (type: number(), default: nil) -
  • url (type: String.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.QualitySitemapTopURL{
  score: number() | nil,
  url: 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.