QualitySitemapTwoLevelTarget

AI Overview😉

  • The potential purpose of this module is to evaluate the quality and structure of a website's sitemap, particularly in terms of its hierarchical organization and categorization. It appears to assess the relationships between different levels of targets or categories within the sitemap.
  • This module could impact search results by influencing how well a website's content is organized and presented to users. A well-structured sitemap with clear hierarchies and categorizations may be seen as more authoritative and relevant, potentially leading to higher rankings. Conversely, a poorly organized sitemap may lead to lower rankings or decreased visibility.
  • To be more favorable to this function, a website may: Ensure their sitemap is up-to-date, accurate, and submitted to Google Search Console. Organize their content using clear, logical hierarchies and categorizations. Use descriptive and consistent naming conventions for targets and categories. Regularly audit and refine their sitemap to ensure it remains relevant and well-structured.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Attributes

  • firstLevelTarget (type: GoogleApi.ContentWarehouse.V1.Model.QualitySitemapTarget.t, default: nil) -
  • secondLevelTarget (type: list(GoogleApi.ContentWarehouse.V1.Model.QualitySitemapTarget.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.QualitySitemapTwoLevelTarget{
  firstLevelTarget:
    GoogleApi.ContentWarehouse.V1.Model.QualitySitemapTarget.t() | nil,
  secondLevelTarget:
    [GoogleApi.ContentWarehouse.V1.Model.QualitySitemapTarget.t()] | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.