TravelFlightsAirlineConfigContactInfo

AI Overview😉

  • The potential purpose of this module is to extract and store contact information, specifically phone numbers, for airlines from travel-related websites. This information is likely used to improve the search results for users searching for flight-related information.
  • This module could impact search results by providing users with direct access to airline contact information, allowing them to quickly find and contact airlines for inquiries or bookings. This could lead to more accurate and relevant search results, especially for long-tail queries related to specific airlines or flight bookings.
  • To be more favorable for this function, a website could ensure that their airline contact information is easily crawlable and accessible, perhaps by providing a dedicated page for contact information or using schema.org markup to highlight phone numbers and other relevant details. Additionally, websites could ensure that their phone numbers are consistently formatted and easily parseable, making it easier for Google's algorithm to extract and store this information.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Attributes

  • data (type: String.t, default: nil) - Typically, formatted phone number.
  • type (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.TravelFlightsAirlineConfigContactInfo{
    data: String.t() | nil,
    type: 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.