TravelFlightsNameCatalogEntry

AI Overview😉

  • The potential purpose of this module is to help Google understand and organize flight-related search queries by creating a catalog of flight names, which can be used to improve the relevance and accuracy of search results for travel-related searches.
  • This module could impact search results by allowing Google to better understand the context and intent behind flight-related searches, and to provide more accurate and relevant results, such as displaying the correct flight information, prices, and schedules. It may also help to reduce the noise and irrelevant results that users may see when searching for flights.
  • A website may change things to be more favorable for this function by ensuring that their flight-related content is accurately and consistently labeled, and that they provide clear and structured data about their flights, such as flight numbers, departure and arrival airports, and schedules. This could involve using schema markup and other SEO best practices to help Google understand the content and context of the website.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Attributes

  • language (type: String.t, default: nil) -
  • text (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.TravelFlightsNameCatalogEntry{
  language: String.t() | nil,
  text: 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.