QualityRichsnippetsAppsProtosLaunchAppInfoPerDocData

AI Overview😉

  • The potential purpose of this module is to analyze and evaluate the presence and quality of "rich snippets" (enhanced search results) on a webpage, specifically focusing on app-related content. This includes assessing the availability and relevance of apps related to the search query, and potentially using this information to improve the search result ranking.
  • This module could impact search results by promoting webpages that provide high-quality, relevant, and well-structured app-related content, making it easier for users to find and engage with apps related to their search queries. This could lead to more informative and user-friendly search results, especially for queries related to apps, software, or digital products.
  • To be more favorable to this function, a website could:
    • Implement structured data (e.g., schema.org) to provide clear and concise information about apps, such as descriptions, ratings, and download links.
    • Ensure that app-related content is easily accessible, well-organized, and relevant to the search query.
    • Provide high-quality, engaging, and informative content related to apps, such as reviews, tutorials, or comparisons.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Attributes

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

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.