FatcatCompactTaxonomicClassificationCategory

AI Overview😉

  • The potential purpose of this module is to categorize and classify content into specific taxonomic categories, such as sports, news, or entertainment, and assign a weight or importance to each category. This helps Google's algorithm understand the context and relevance of a webpage.
  • This module could impact search results by influencing the ranking of pages based on their categorization and weight. Pages that are more accurately categorized and have a higher weight in a specific category may be considered more relevant and authoritative, and therefore rank higher in search results.
  • A website may change things to be more favorable for this function by ensuring that their content is accurately categorized and relevant to their target audience. This could be achieved by using clear and descriptive metadata, such as title tags and meta descriptions, and organizing content into logical categories and subcategories. Additionally, creating high-quality and authoritative content that is relevant to a specific category may help increase the weight assigned to that category.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

A taxonomic category. A classification consists of weight (totalling 1.0) distributed among one or more categories.

Attributes

  • discreteWeight (type: integer(), default: nil) - go/petacat-faq#how-should-i-interpret-classification-weights Discrete to reduce size. Range is [0,127], corresponding to [0.0,1.0].
  • id (type: integer(), default: nil) - The category's ID, e.g. 20 for /Sports in the go/verticals4 taxonomy.

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.FatcatCompactTaxonomicClassificationCategory{
    discreteWeight: integer() | nil,
    id: integer() | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.