QualityActionsReminderLocationCategoryInfo

AI Overview😉

  • The potential purpose of this module is to provide more accurate and relevant search results by understanding the context and category of a location-based search query. It helps to identify the type of location being searched for, such as a grocery store, and provides additional information about the category.
  • This module could impact search results by allowing Google to return more targeted and relevant results for location-based searches. For example, if a user searches for "supermarkets near me", Google can use this module to understand that the user is looking for a specific type of location (grocery stores) and return results that are more relevant to that category.
  • To be more favorable for this function, a website could optimize its content by including clear and concise location categories, such as "Grocery Store" or "Restaurant", and providing additional context about the location, such as its address, hours of operation, and services offered. This would help Google's algorithm to better understand the context of the location and provide more accurate and relevant search results.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

If LocationType is CATEGORICAL, this is info about the category. For example, the category "Grocery Stores" includes chains such as Safeway and Whole Foods.

Attributes

  • displayName (type: String.t, default: nil) - A (localized) display string describing the category. This is s generic string describing the category, and may be different than the term the user actually said, e.g. name: "supermarket", display_name: "Grocery Stores"
  • locationCategory (type: String.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.QualityActionsReminderLocationCategoryInfo{
    displayName: String.t() | nil,
    locationCategory: 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.