NlpSemanticParsingLocalStarRatings

AI Overview😉

  • The potential purpose of this module is to help Google understand and filter search results based on star ratings, particularly for hotels. It allows the algorithm to recognize and prioritize search queries that include specific star ratings, such as "three-star hotel" or "four-star hotel".
  • This module could impact search results by:
    • Returning more relevant results for users searching for hotels with specific star ratings
    • Helping to filter out irrelevant results that don't match the user's desired star rating
    • Improving the overall accuracy and usefulness of search results for hotel-related queries
  • To be more favorable for this function, a website may:
    • Clearly display their star rating on their website, particularly on key pages such as the homepage or accommodation details
    • Use schema markup to highlight their star rating in search engine results pages (SERPs)
    • Optimize their content to include relevant keywords related to their star rating, such as "luxury 5-star hotel" or "budget 2-star hotel"

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Star ratings constraints, mostly relevant for hotels. There is an implicit OR relation between these. E.g., for "three star or four star hotel" both three and four would be set to true. Next Available ID: 13.

Attributes

  • five (type: boolean(), default: nil) -
  • four (type: boolean(), default: nil) -
  • fourAndAHalf (type: boolean(), default: nil) -
  • one (type: boolean(), default: nil) -
  • oneAndAHalf (type: boolean(), default: nil) -
  • orFewer (type: boolean(), default: nil) -
  • orMore (type: boolean(), default: nil) - If this field is set, exactly one of the star classes above should be set, and the interpretation should be that at least that many stars should be present.
  • three (type: boolean(), default: nil) -
  • threeAndAHalf (type: boolean(), default: nil) -
  • two (type: boolean(), default: nil) -
  • twoAndAHalf (type: boolean(), default: nil) -
  • unspecified (type: boolean(), 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.NlpSemanticParsingLocalStarRatings{
  five: boolean() | nil,
  four: boolean() | nil,
  fourAndAHalf: boolean() | nil,
  one: boolean() | nil,
  oneAndAHalf: boolean() | nil,
  orFewer: boolean() | nil,
  orMore: boolean() | nil,
  three: boolean() | nil,
  threeAndAHalf: boolean() | nil,
  two: boolean() | nil,
  twoAndAHalf: boolean() | nil,
  unspecified: boolean() | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.