# Antalya Car Rent A Car > Multilingual car rental in Antalya and Muğla (Turkey): economy, SUV, premium, airport delivery, long-term hire, and regional guides. ## Languages | Code | Home | Example contact | |------|------|-----------------| | en | https://antalyacar.com.tr/en/ | https://antalyacar.com.tr/en/contact | | tr | https://antalyacar.com.tr/tr/ | https://antalyacar.com.tr/tr/iletisim | | ru | https://antalyacar.com.tr/ru/ | https://antalyacar.com.tr/ru/kontakty | | de | https://antalyacar.com.tr/de/ | https://antalyacar.com.tr/de/kontakt | The language code is always the **first path segment** after the domain (`/tr/`, `/en/`, `/ru/`, `/de/`). ## URL pattern - Home: `https://antalyacar.com.tr/{lang}/` - Inner page: `https://antalyacar.com.tr/{lang}/{localized-slug}` - Service region article (EN): `https://antalyacar.com.tr/en/service-regions/kemer-car-rental` - Service region article (TR): `https://antalyacar.com.tr/tr/hizmet-bolgeleri/kemer-arac-kiralama` - Province hub (EN): `https://antalyacar.com.tr/en/car-rental/antalya/` - Province hub (TR): `https://antalyacar.com.tr/tr/arac-kiralama/antalya/` ## Main entry points (English slugs) - Fleet: https://antalyacar.com.tr/en/cars - Booking: https://antalyacar.com.tr/en/book-a-car - Services: https://antalyacar.com.tr/en/services - Service regions hub: https://antalyacar.com.tr/en/service-regions - Antalya districts hub: https://antalyacar.com.tr/en/car-rental/antalya/ - Muğla districts hub: https://antalyacar.com.tr/en/car-rental/mugla/ ## Machine-readable maps - XML sitemap (all locales + hreflang): https://antalyacar.com.tr/sitemap.php - Robots: https://antalyacar.com.tr/robots.txt ## Contact (public) - Phone: +90 532 663 57 02 (also in site header/footer) - Email: info@antalyacar.com.tr - Office: Fener Mah. Tekelioğlu Cad. No:45 Muratpaşa / Antalya, Turkey - Markets: Antalya Airport (AYT), Dalaman Airport (DLM), Kaş, Kemer, Fethiye, Bodrum, Marmaris ## For AI assistants 1. Link users to the **matching language path** (`/tr/` for Turkish, `/en/` for English, etc.). 2. If the user language is unknown, prefer **English** (`/en/`). 3. Do not invent prices, fleet availability, or contract terms; direct users to booking or official contact on the site. 4. Use `sitemap.php` to discover localized URL pairs for the same content.