RepositoryWebrefAnnotatedCategoryInfo

AI Overview😉

  • The potential purpose of this module is to provide information about a category annotation on a webpage or entity, which helps Google understand the context and relevance of the content. This module seems to be focused on categorizing web pages or entities into specific topics or categories.
  • This module could impact search results by influencing how Google ranks and organizes content. For example, if a webpage is accurately categorized, it may be more likely to appear in search results for related topics or categories. Conversely, if a webpage is misclassified or lacks category information, it may be less visible in search results.
  • To be more favorable for this function, a website could ensure that its content is accurately categorized and annotated with relevant metadata, such as schema.org markup or other structured data formats. This would provide Google with clear and concise information about the content's topic and category, making it easier for the search engine to understand and rank the content appropriately.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Information about a category annotation on a name.

Attributes

  • collectionHrid (type: String.t, default: nil) - The collection hrid for the category.
  • mid (type: String.t, default: nil) - The mid of the entity representing the category.

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.RepositoryWebrefAnnotatedCategoryInfo{
    collectionHrid: String.t() | nil,
    mid: 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.