# 247jet > 247jet is a comprehensive airport intelligence platform providing live flight boards, terminal guides, parking comparison, and carrier profiles for airports worldwide. It is built and operated by Yorkshire.com (International) Ltd. ## Core airport data Airports are the primary entity on 247jet. Each airport has a canonical URL based on country ISO2 code, city slug, and airport IATA code. URL pattern: `/{country-iso2}/{city-slug}/{airport-iata}/` Example: `/gb/lon/lhr` — London Heathrow Airport Each airport page includes: - Live arrivals and departures boards - Terminal guides - Parking car park comparison - Hotel information (coming soon) Sub-pages follow the pattern: - `/{country}/{city}/{airport}/departures` — full departures board - `/{country}/{city}/{airport}/arrivals` — full arrivals board - `/{country}/{city}/{airport}/terminals` — list of terminals - `/{country}/{city}/{airport}/{terminal-slug}/` — terminal guide with arrivals and departures - `/{country}/{city}/{airport}/parking` — car park comparison with price and booking links - `/{country}/{city}/{airport}/hotels` — hotels near the airport ## Canonical flight pages Individual flight instances are identified by airport, flight number (IATA), and service date. URL pattern: `/{country}/{city}/{airport}/departures/{flight-iata}/{YYYY-MM-DD}` Example: `/gb/lon/lhr/departures/BA115/2026-05-16` — British Airways BA115 departing London Heathrow on 16 May 2026 Each flight page includes: - Scheduled and estimated departure/arrival times (UTC) - Terminal and gate information - Aircraft registration and type - Flight status timeline - Codeshare information ## Flight resolver shortcuts For convenience, flights can also be resolved globally: - `/flights/{flight-iata}` — resolves to the most recent or upcoming flight with that number - `/flights/{flight-iata}/{YYYY-MM-DD}` — resolves to the specific date's flight across all airports These routes redirect to the canonical airport-prefixed URL. ## Carrier (airline) pages URL pattern: `/carriers/{iata-code}` Example: `/carriers/ba` — British Airways Each carrier page includes: - IATA and ICAO codes - Alliance membership - Customer service phone numbers - Check-in and baggage policy links - Fleet summary - Recent flights in our database Full carrier directory: `/carriers` ## Sitemap - [Main sitemap](/sitemap.xml) — all indexed airport, carrier, terminal, and recent flight pages ## About Built by Yorkshire.com (International) Ltd — https://www.yorkshire.com 247jet is part of the Yorkshire.com travel intelligence portfolio. The platform is designed to be the most comprehensive and SEO-friendly airport guide in the world, with a focus on real data, editorial quality, and commercial travel affiliate integration. ## Optional - [About 247jet](/about) - [Robots.txt](/robots.txt)