QualitySitemapSporcSignals

AI Overview😉

  • Potential purpose of module: This module, QualitySitemapSporcSignals, appears to be a ranking factor that evaluates the quality of a website's sitemap and its ability to provide a good user experience. It assesses the website's sitelinks, which are links to specific sections or pages within the site, and assigns scores based on their quality and usability.
  • Impact on search results: This module could impact search results by promoting websites with well-structured and easily navigable sitemaps, while demoting those with poorly organized or hard-to-use sitemaps. This could lead to more relevant and user-friendly search results, as users are more likely to find what they're looking for on a website with a high-quality sitemap.
  • Optimization for this function: To be more favorable for this function, a website could improve its sitemap by: creating clear and concise sitelinks, organizing sitelinks in a logical and easy-to-follow manner, ensuring sitelinks are accurate and up-to-date, and making sure the sitemap is easily accessible and crawlable by search engines.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

MESSAGE SHOULD ONLY BE POPULATED DURING ONLINE/SERVING TIME.

Attributes

  • oslScore (type: number(), default: nil) - Score for normal oneline sitelink
  • scrolltoScore (type: number(), default: nil) - Score for scroll-to sitelink
  • tocScore (type: number(), default: nil) - Score for table of contents sitelink

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.QualitySitemapSporcSignals{
  oslScore: number() | nil,
  scrolltoScore: number() | nil,
  tocScore: number() | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.