{"id":984,"date":"2025-10-18T13:44:41","date_gmt":"2025-10-18T13:44:41","guid":{"rendered":"https:\/\/sootransfer.com\/?page_id=984"},"modified":"2025-11-08T10:41:28","modified_gmt":"2025-11-08T10:41:28","slug":"antalya-mahmutlar-transfer","status":"publish","type":"page","link":"https:\/\/sootransfer.com\/ru\/antalya-mahmutlar-transfer\/","title":{"rendered":"Antalya Mahmutlar Transfer"},"content":{"rendered":"<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n  <meta charset=\"UTF-8\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n  <title>Antalya Airport Mahmutlar Transfers | SooTransfer<\/title>\n\n  <style>\n  \/* ==== ANA BLOK ==== *\/\n  .transfer-article, .cta-banner {\n    max-width: 900px;\n    margin: 0 auto;\n    line-height: 1.1;\n    padding: 60px 25px;\n    background: linear-gradient(135deg, #fff9e6, #fdf3d1, #fffdf6, #fff6cc);\n    background-size: 400% 400%;\n    border-radius: 18px;\n    box-shadow: 0 16px 52px rgba(0,0,0,0.15);\n    opacity: 0;\n    transform: translateY(40px);\n    transition: opacity 1.4s ease-out, transform 1.4s ease-out;\n    animation: softGradient 18s ease infinite;\n  }\n\n  \/* \ud83d\udd39 Gradient hareketi *\/\n  @keyframes softGradient {\n    0% { background-position: 0% 50%; }\n    50% { background-position: 100% 50%; }\n    100% { background-position: 0% 50%; }\n  }\n\n  \/* ==== LOGO & FOOTER ALTIN AURA ==== *\/\n  .logo-glow, .footer-glow {\n    animation: goldenGlow 4s ease-in-out infinite;\n    display: inline-block;\n  }\n\n  \/* Alt\u0131n aura animasyonu *\/\n  @keyframes goldenGlow {\n    0%, 100% {\n      text-shadow: 0 0 8px rgba(238,185,2,0.3),\n                   0 0 20px rgba(238,185,2,0.4);\n    }\n    50% {\n      text-shadow: 0 0 20px rgba(255,230,120,0.6),\n                   0 0 40px rgba(255,210,80,0.4);\n    }\n  }\n\n  \/* ==== BA\u015eLIKLAR ==== *\/\n  .transfer-article h1,\n  .transfer-article h2 {\n    text-align: center;\n  }\n  .transfer-article h1 {\n    font-size: 2rem;\n    font-weight: 700;\n    margin: 0 0 12px 0;\n    color: #111;\n  }\n  .transfer-article h2 {\n    font-size: 1.3rem;\n    font-weight: 600;\n    margin-top: 40px;\n    margin-bottom: 8px;\n    color: #333;\n  }\n\n  \/* ==== PARAGRAFLAR ==== *\/\n  .transfer-article p {\n    color: #222;\n    margin: 0;\n    padding: 0;\n    text-align: justify;\n    text-justify: inter-word;\n  }\n\n  \/* ==== L\u0130NKLER ==== *\/\n  .transfer-article a,\n  .cta-banner a {\n    color: #eeb902;\n    font-weight: 600;\n    text-decoration: none;\n    transition: 0.3s;\n  }\n  .transfer-article a:hover,\n  .cta-banner a:hover {\n    color: #000;\n    text-decoration: underline;\n  }\n\n  \/* ==== L\u0130STELER ==== *\/\n  .transfer-article ul {\n    list-style: none;\n    padding: 0;\n    text-align: left;\n    display: inline-block;\n    margin: 10px 0 20px;\n    color: #222;\n  }\n  .transfer-article li::before {\n    content: \"\u2022 \";\n    color: #eeb902;\n  }\n\n  \/* ==== HOTEL L\u0130NKLER ==== *\/\n  .hotel-links {\n    list-style: none;\n    padding: 0;\n    margin-top: 20px;\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));\n    gap: 8px 20px;\n    text-align: left;\n  }\n  .hotel-links a {\n    color: #eeb902;\n    text-decoration: none;\n    font-weight: 500;\n    transition: 0.3s;\n  }\n  .hotel-links a:hover {\n    color: #000;\n    text-decoration: underline;\n  }\n\n  \/* ==== CTA BANNER ==== *\/\n  .cta-banner {\n    text-align: center;\n    background: linear-gradient(135deg, #fcd93b, #ffeb7a, #fff9d9);\n    color: #000;\n    padding: 45px 30px;\n    border-radius: 16px;\n    margin: 60px auto;\n    box-shadow: 0 6px 20px rgba(0,0,0,0.12);\n    line-height: 1.6;\n    animation: softGradient 20s ease infinite;\n    position: relative;\n    overflow: hidden;\n  }\n  .cta-banner h2 {\n    font-size: 1.8rem;\n    margin-bottom: 15px;\n    font-weight: 700;\n    position: relative;\n    display: inline-block;\n    color: #000;\n    animation: goldenGlow 4s ease-in-out infinite;\n  }\n  .cta-banner p {\n    font-size: 1.05rem;\n    margin-bottom: 20px;\n  }\n\n  \/* \ud83d\udd25 GOLD BUTTON SWEEP *\/\n  .cta-banner a {\n    position: relative;\n    background: #000;\n    color: #fff;\n    padding: 12px 28px;\n    border-radius: 8px;\n    display: inline-block;\n    font-weight: 600;\n    overflow: hidden;\n    transition: transform 0.3s ease;\n  }\n  .cta-banner a::before {\n    content: \"\";\n    position: absolute;\n    top: 0;\n    left: -75%;\n    width: 50%;\n    height: 100%;\n    background: linear-gradient(120deg, rgba(255,255,255,0.3), rgba(255,255,255,0));\n    transform: skewX(-25deg);\n  }\n  .cta-banner a:hover {\n    transform: translateY(-2px);\n  }\n  .cta-banner a:hover::before {\n    animation: shine 0.9s forwards;\n  }\n  @keyframes shine {\n    100% { left: 125%; }\n  }\n\n  \/* ==== RESPONSIVE ==== *\/\n  @media (max-width: 768px) {\n    .transfer-article, .cta-banner {\n      padding: 30px 18px;\n    }\n    .transfer-article h1 {\n      font-size: 1.5rem;\n    }\n    .transfer-article h2, .cta-banner h2 {\n      font-size: 1.1rem;\n    }\n  }\n  <\/style>\n\n  <script>\n  \/* \ud83d\udd39 Fade & slide animasyonu sadece ilk y\u00fcklemede *\/\n  document.addEventListener(\"DOMContentLoaded\", () => {\n    const elements = document.querySelectorAll(\".transfer-article, .cta-banner\");\n    if (!sessionStorage.getItem(\"transferAnimated\")) {\n      setTimeout(() => {\n        elements.forEach(el => {\n          el.style.opacity = \"1\";\n          el.style.transform = \"translateY(0)\";\n        });\n        sessionStorage.setItem(\"transferAnimated\", \"true\");\n      }, 100);\n    } else {\n      elements.forEach(el => {\n        el.style.opacity = \"1\";\n        el.style.transform = \"translateY(0)\";\n      });\n    }\n  });\n  <\/script>\n<\/head>\n\n<body>\n<article class=\"transfer-article\">\n  <h1>Antalya Airport Mahmutlar Transfers<\/h1>\n\n  <h2>How to Get from Antalya Airport (AYT) to Mahmutlar<\/h2>\n  <p>Mahmutlar, located in the Alanya district of Antalya Province, is about <strong>\u2248 140 km from Antalya Airport (AYT)<\/strong> \u2014 approximately 2 hours by car. The most comfortable and safe way to travel from Antalya Airport to Mahmutlar is by booking a <strong>private airport transfer<\/strong>.<\/p>\n  <br>\n\n  <p><a href=\"https:\/\/sootransfer.com\/ru\/\">SooTransfer<\/a> provides 24\/7 Antalya\u2013Mahmutlar private transfers with professional, English-speaking drivers. Choose between economy sedans, VIP Mercedes Vito vans, or large Sprinters for family or group travel \u2014 all including flight tracking, meet &#038; greet, and fixed transparent pricing.<\/p>\n  <br>\n\n  <p>Searching for a <strong>reliable Mahmutlar transfer company<\/strong>? <a href=\"https:\/\/sootransfer.com\/ru\/antalya-mahmutlar-transfer\/\">SooTransfer<\/a> ensures a smooth, punctual, and comfortable journey from Antalya Airport to your hotel in Mahmutlar. Enjoy a direct, private service with no delays or shared shuttles.<\/p>\n\n  <h2>Antalya Airport to Mahmutlar Transfers<\/h2>\n  <p>After your flight arrives, your driver will be waiting at the arrival gate with your name sign, ready to assist with luggage and take you directly to your Mahmutlar hotel or resort. <strong>No waiting lines or taxi stress<\/strong> \u2014 just a comfortable door-to-door ride.<\/p>\n  <br>\n\n  <p>Every <strong>Antalya Airport to Mahmutlar transfer<\/strong> includes free baby seats, flight monitoring, and clean, air-conditioned vehicles. With <a href=\"https:\/\/sootransfer.com\/ru\/\">SooTransfer<\/a>, your Antalya holiday begins the moment you land.<\/p>\n\n  <h2>Mahmutlar to Antalya Airport Transfers<\/h2>\n  <p>Returning home? <a href=\"https:\/\/sootransfer.com\/ru\/\">SooTransfer<\/a> also provides <strong>Mahmutlar to Antalya Airport<\/strong> transfers with flexible pickup times and always on-time service. Arrive at your terminal relaxed and ready for your flight.<\/p>\n  <br>\n\n  <p>Book your Mahmutlar airport transfer online \u2014 visit <a href=\"https:\/\/sootransfer.com\/ru\/antalya-mahmutlar-transfer\/\">SooTransfer.com<\/a>, select your date and vehicle, and confirm your ride instantly.<\/p>\n\n  <h2>Why Choose SooTransfer for Your Mahmutlar Transfers<\/h2>\n  <ul>\n    <li>24\/7 Antalya Airport \u2013 Mahmutlar private transfers<\/li>\n    <li>Professional, English-speaking chauffeurs<\/li>\n    <li>Free baby &#038; booster seats<\/li>\n    <li>Comfortable Mercedes vehicles with A\/C<\/li>\n    <li>Fixed, transparent prices with no surprises<\/li>\n    <li>Instant booking &#038; 24\/7 WhatsApp support<\/li>\n  <\/ul>\n\n  <p>Choose <a href=\"https:\/\/sootransfer.com\/ru\/\">SooTransfer<\/a> \u2014 your trusted Antalya Airport transfer partner for hotels and resorts in Mahmutlar.<\/p>\n\n  <p>Book online now at <a href=\"https:\/\/sootransfer.com\/ru\/book-airport-transfer\/\">SooTransfer.com<\/a> or contact via WhatsApp at <a href=\"https:\/\/wa.me\/905514642632\">+90 551 464 2632<\/a>.<\/p>\n\n  <h2>Popular Hotels &#038; Resorts in Mahmutlar \u2013 Private Transfer Destinations<\/h2>\n  <p>Below are some of the most popular hotels and resorts in Mahmutlar where <a href=\"https:\/\/sootransfer.com\/ru\/\">SooTransfer<\/a> provides private transfers from Antalya Airport.<\/p>\n\n  <ul class=\"hotel-links\">\n    <li><a href=\"https:\/\/sootransfer.com\/ru\/antalya-mahmutlar-transfer\/hotel-sunrise-mahmutlar-transfer\/\">Hotel Sunrise Mahmutlar Transfer<\/a><\/li>\n    <li><a href=\"https:\/\/sootransfer.com\/ru\/antalya-mahmutlar-transfer\/starlight-resort-mahmutlar-transfer\/\">Starlight Resort Mahmutlar Transfer<\/a><\/li>\n    <li><a href=\"https:\/\/sootransfer.com\/ru\/antalya-mahmutlar-transfer\/club-nena-mahmutlar-transfer\/\">Club Nena Hotel Mahmutlar Transfer<\/a><\/li>\n    <li><a href=\"https:\/\/sootransfer.com\/ru\/antalya-mahmutlar-transfer\/sea-world-mahmutlar-transfer\/\">Sea World Resort Mahmutlar Transfer<\/a><\/li>\n    <li><a href=\"https:\/\/sootransfer.com\/ru\/antalya-mahmutlar-transfer\/alyssa-beach-mahmutlar-transfer\/\">Alyssa Beach Hotel Mahmutlar Transfer<\/a><\/li>\n    <li><a href=\"https:\/\/sootransfer.com\/ru\/antalya-mahmutlar-transfer\/washington-resort-mahmutlar-transfer\/\">Washington Resort Hotel Mahmutlar Transfer<\/a><\/li>\n    <li><a href=\"https:\/\/sootransfer.com\/ru\/antalya-mahmutlar-transfer\/club-hotel-turan-prince-mahmutlar-transfer\/\">Club Hotel Turan Prince Mahmutlar Transfer<\/a><\/li>\n    <li><a href=\"https:\/\/sootransfer.com\/ru\/antalya-mahmutlar-transfer\/alyssa-deluxe-mahmutlar-transfer\/\">Alyssa Deluxe Resort Mahmutlar Transfer<\/a><\/li>\n    <li><a href=\"https:\/\/sootransfer.com\/ru\/antalya-mahmutlar-transfer\/sunmelia-beach-mahmutlar-transfer\/\">Sunmelia Beach Resort Mahmutlar Transfer<\/a><\/li>\n    <li><a href=\"https:\/\/sootransfer.com\/ru\/antalya-mahmutlar-transfer\/doris-aytur-hotel-transfer\/\">Doris Aytur Hotel Mahmutlar Transfer<\/a><\/li>\n    <li><a href=\"https:\/\/sootransfer.com\/ru\/antalya-mahmutlar-transfer\/xoria-deluxe-hotel-mahmutlar-transfer\/\">Xoria Deluxe Hotel Mahmutlar Transfer<\/a><\/li>\n    <li><a href=\"https:\/\/sootransfer.com\/ru\/antalya-mahmutlar-transfer\/goldcity-hotel-mahmutlar-transfer\/\">Goldcity Hotel Mahmutlar Transfer<\/a><\/li>\n    <li><a href=\"https:\/\/sootransfer.com\/ru\/antalya-mahmutlar-transfer\/first-class-hotel-mahmutlar-transfer\/\">First Class Hotel Mahmutlar Transfer<\/a><\/li>\n    <li><a href=\"https:\/\/sootransfer.com\/ru\/antalya-mahmutlar-transfer\/lumos-deluxe-resort-mahmutlar-transfer\/\">Lumos Deluxe Resort Mahmutlar Transfer<\/a><\/li>\n    <li><a href=\"https:\/\/sootransfer.com\/ru\/antalya-mahmutlar-transfer\/day-one-beach-resort-mahmutlar-transfer\/\">Day One Beach Resort Mahmutlar Transfer<\/a><\/li>\n    <li><a href=\"https:\/\/sootransfer.com\/ru\/antalya-mahmutlar-transfer\/sun-star-resort-mahmutlar-transfer\/\">Sun Star Resort Mahmutlar Transfer<\/a><\/li>\n    <li><a href=\"https:\/\/sootransfer.com\/ru\/antalya-mahmutlar-transfer\/drita-hotel-mahmutlar-transfer\/\">Drita Hotel Mahmutlar Transfer<\/a><\/li>\n    <li><a href=\"https:\/\/sootransfer.com\/ru\/antalya-mahmutlar-transfer\/green-beach-resort-mahmutlar-transfer\/\">Green Beach Resort Mahmutlar Transfer<\/a><\/li>\n    <li><a href=\"https:\/\/sootransfer.com\/ru\/antalya-mahmutlar-transfer\/meryan-hotel-mahmutlar-transfer\/\">Meryan Hotel Mahmutlar Transfer<\/a><\/li>\n    <li><a href=\"https:\/\/sootransfer.com\/ru\/antalya-mahmutlar-transfer\/numa-beach-resort-transfer\/\">Numa Beach Resort Mahmutlar Transfer<\/a><\/li>\n    <li><a href=\"https:\/\/sootransfer.com\/ru\/antalya-mahmutlar-transfer\/utopia-world-hotel-mahmutlar-transfer\/\">Utopia World Hotel Mahmutlar Transfer<\/a><\/li>\n    <li><a href=\"https:\/\/sootransfer.com\/ru\/antalya-mahmutlar-transfer\/blue-wave-suite-mahmutlar-transfer\/\">Blue Wave Suite Mahmutlar Transfer<\/a><\/li>\n    <li><a href=\"https:\/\/sootransfer.com\/ru\/antalya-mahmutlar-transfer\/mirador-resort-transfer\/\">Mirador Resort Mahmutlar Transfer<\/a><\/li>\n    <li><a href=\"https:\/\/sootransfer.com\/ru\/antalya-mahmutlar-transfer\/karat-hotel-transfer\/\">Karat Hotel Mahmutlar Transfer<\/a><\/li>\n    \n  <\/ul>\n<!-- \ud83d\udfe1 NAVIGATION BUTTON SECTION -->\n<div class=\"back-button-section\">\n  \n  \n  <div class=\"back-button-container\">\n    <button class=\"back-button\" onclick=\"window.location.href='https:\/\/sootransfer.com\/'\">\n      \u2190 Return to Homepage\n    <\/button>\n    <button class=\"back-button\" onclick=\"window.location.href='https:\/\/sootransfer.com\/antalya-airport-transfer\/'\">\n      \u2190 Back to Antalya Transfers\n    <\/button>\n  <\/div>\n<\/div>\n\n<style>\n.back-button-section {\n  text-align: center;\n  margin: 60px 0 30px;\n}\n\n.back-button-text {\n  font-size: 1.1rem;\n  color: #444;\n  margin-bottom: 18px;\n  font-weight: 500;\n  letter-spacing: 0.3px;\n}\n\n.back-button-container {\n  display: flex;\n  flex-wrap: wrap;\n  justify-content: center;\n  gap: 12px;\n}\n\n.back-button {\n  background: linear-gradient(135deg, #fcd93b, #eeb902);\n  color: #000;\n  font-weight: 600;\n  padding: 14px 32px;\n  border: none;\n  border-radius: 10px;\n  cursor: pointer;\n  font-size: 1rem;\n  letter-spacing: 0.4px;\n  position: relative;\n  overflow: hidden;\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\n  box-shadow: 0 6px 18px rgba(238,185,2,0.25);\n}\n\n.back-button::before {\n  content: \"\";\n  position: absolute;\n  top: 0;\n  left: -75%;\n  width: 50%;\n  height: 100%;\n  background: linear-gradient(120deg, rgba(255,255,255,0.4), rgba(255,255,255,0));\n  transform: skewX(-25deg);\n}\n\n.back-button:hover {\n  transform: translateY(-2px);\n  box-shadow: 0 8px 22px rgba(238,185,2,0.45);\n}\n\n.back-button:hover::before {\n  animation: shineBack 0.9s forwards;\n}\n\n@keyframes shineBack {\n  100% { left: 125%; }\n}\n\n\/* \ud83d\udcf1 Responsive uyum *\/\n@media (max-width: 600px) {\n  .back-button {\n    width: 100%;\n  }\n}\n<\/style>\n\n\n<\/article>\n<\/body>\n<\/html>","protected":false},"excerpt":{"rendered":"<p>Antalya Airport Mahmutlar Transfers | SooTransfer Antalya Airport Mahmutlar Transfers How to Get from Antalya Airport (AYT) to Mahmutlar Mahmutlar, located in the Alanya district of Antalya Province, is about \u2248 140 km from Antalya Airport (AYT) \u2014 approximately 2 hours by car. The most comfortable and safe way to travel from Antalya Airport to [&hellip;]<\/p>","protected":false},"author":1,"featured_media":990,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-984","page","type-page","status-publish","has-post-thumbnail","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Antalya Mahmutlar Transfer - SooTransfer.Com - Affordable Airport Transfer &amp; Taxi Service Across Turkey<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/sootransfer.com\/ru\/antalya-mahmutlar-transfer\/\" \/>\n<meta property=\"og:locale\" content=\"ru_RU\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Antalya Mahmutlar Transfer - SooTransfer.Com - Affordable Airport Transfer &amp; Taxi Service Across Turkey\" \/>\n<meta property=\"og:description\" content=\"Antalya Airport Mahmutlar Transfers | SooTransfer Antalya Airport Mahmutlar Transfers How to Get from Antalya Airport (AYT) to Mahmutlar Mahmutlar, located in the Alanya district of Antalya Province, is about \u2248 140 km from Antalya Airport (AYT) \u2014 approximately 2 hours by car. The most comfortable and safe way to travel from Antalya Airport to [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/sootransfer.com\/ru\/antalya-mahmutlar-transfer\/\" \/>\n<meta property=\"og:site_name\" content=\"SooTransfer.Com - Affordable Airport Transfer &amp; Taxi Service Across Turkey\" \/>\n<meta property=\"article:modified_time\" content=\"2025-11-08T10:41:28+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/sootransfer.com\/wp-content\/uploads\/2025\/10\/mahmutlar-transfer-taxi.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"1360\" \/>\n\t<meta property=\"og:image:height\" content=\"1020\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u041f\u0440\u0438\u043c\u0435\u0440\u043d\u043e\u0435 \u0432\u0440\u0435\u043c\u044f \u0434\u043b\u044f \u0447\u0442\u0435\u043d\u0438\u044f\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 \u043c\u0438\u043d\u0443\u0442\u044b\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/sootransfer.com\\\/antalya-mahmutlar-transfer\\\/\",\"url\":\"https:\\\/\\\/sootransfer.com\\\/antalya-mahmutlar-transfer\\\/\",\"name\":\"Antalya Mahmutlar Transfer - SooTransfer.Com - Affordable Airport Transfer &amp; Taxi Service Across Turkey\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/sootransfer.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/sootransfer.com\\\/antalya-mahmutlar-transfer\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/sootransfer.com\\\/antalya-mahmutlar-transfer\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/sootransfer.com\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/mahmutlar-transfer-taxi.webp\",\"datePublished\":\"2025-10-18T13:44:41+00:00\",\"dateModified\":\"2025-11-08T10:41:28+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/sootransfer.com\\\/antalya-mahmutlar-transfer\\\/#breadcrumb\"},\"inLanguage\":\"ru-RU\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/sootransfer.com\\\/antalya-mahmutlar-transfer\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"ru-RU\",\"@id\":\"https:\\\/\\\/sootransfer.com\\\/antalya-mahmutlar-transfer\\\/#primaryimage\",\"url\":\"https:\\\/\\\/sootransfer.com\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/mahmutlar-transfer-taxi.webp\",\"contentUrl\":\"https:\\\/\\\/sootransfer.com\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/mahmutlar-transfer-taxi.webp\",\"width\":1360,\"height\":1020},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/sootransfer.com\\\/antalya-mahmutlar-transfer\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Anasayfa\",\"item\":\"https:\\\/\\\/sootransfer.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Antalya Mahmutlar Transfer\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/sootransfer.com\\\/#website\",\"url\":\"https:\\\/\\\/sootransfer.com\\\/\",\"name\":\"sootransfer.com\",\"description\":\"Affordable Airport Transfer &amp; Taxi Service Across Turkey\",\"publisher\":{\"@id\":\"https:\\\/\\\/sootransfer.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/sootransfer.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ru-RU\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/sootransfer.com\\\/#organization\",\"name\":\"sootransfer.com\",\"url\":\"https:\\\/\\\/sootransfer.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ru-RU\",\"@id\":\"https:\\\/\\\/sootransfer.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/sootransfer.com\\\/wp-content\\\/uploads\\\/2025\\\/09\\\/sootransfer_logo_big.webp\",\"contentUrl\":\"https:\\\/\\\/sootransfer.com\\\/wp-content\\\/uploads\\\/2025\\\/09\\\/sootransfer_logo_big.webp\",\"width\":1536,\"height\":1024,\"caption\":\"sootransfer.com\"},\"image\":{\"@id\":\"https:\\\/\\\/sootransfer.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Antalya Mahmutlar Transfer - SooTransfer.Com - Affordable Airport Transfer &amp; Taxi Service Across Turkey","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/sootransfer.com\/ru\/antalya-mahmutlar-transfer\/","og_locale":"ru_RU","og_type":"article","og_title":"Antalya Mahmutlar Transfer - SooTransfer.Com - Affordable Airport Transfer &amp; Taxi Service Across Turkey","og_description":"Antalya Airport Mahmutlar Transfers | SooTransfer Antalya Airport Mahmutlar Transfers How to Get from Antalya Airport (AYT) to Mahmutlar Mahmutlar, located in the Alanya district of Antalya Province, is about \u2248 140 km from Antalya Airport (AYT) \u2014 approximately 2 hours by car. The most comfortable and safe way to travel from Antalya Airport to [&hellip;]","og_url":"https:\/\/sootransfer.com\/ru\/antalya-mahmutlar-transfer\/","og_site_name":"SooTransfer.Com - Affordable Airport Transfer &amp; Taxi Service Across Turkey","article_modified_time":"2025-11-08T10:41:28+00:00","og_image":[{"width":1360,"height":1020,"url":"https:\/\/sootransfer.com\/wp-content\/uploads\/2025\/10\/mahmutlar-transfer-taxi.webp","type":"image\/webp"}],"twitter_card":"summary_large_image","twitter_misc":{"\u041f\u0440\u0438\u043c\u0435\u0440\u043d\u043e\u0435 \u0432\u0440\u0435\u043c\u044f \u0434\u043b\u044f \u0447\u0442\u0435\u043d\u0438\u044f":"4 \u043c\u0438\u043d\u0443\u0442\u044b"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/sootransfer.com\/antalya-mahmutlar-transfer\/","url":"https:\/\/sootransfer.com\/antalya-mahmutlar-transfer\/","name":"Antalya Mahmutlar Transfer - SooTransfer.Com - Affordable Airport Transfer &amp; Taxi Service Across Turkey","isPartOf":{"@id":"https:\/\/sootransfer.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/sootransfer.com\/antalya-mahmutlar-transfer\/#primaryimage"},"image":{"@id":"https:\/\/sootransfer.com\/antalya-mahmutlar-transfer\/#primaryimage"},"thumbnailUrl":"https:\/\/sootransfer.com\/wp-content\/uploads\/2025\/10\/mahmutlar-transfer-taxi.webp","datePublished":"2025-10-18T13:44:41+00:00","dateModified":"2025-11-08T10:41:28+00:00","breadcrumb":{"@id":"https:\/\/sootransfer.com\/antalya-mahmutlar-transfer\/#breadcrumb"},"inLanguage":"ru-RU","potentialAction":[{"@type":"ReadAction","target":["https:\/\/sootransfer.com\/antalya-mahmutlar-transfer\/"]}]},{"@type":"ImageObject","inLanguage":"ru-RU","@id":"https:\/\/sootransfer.com\/antalya-mahmutlar-transfer\/#primaryimage","url":"https:\/\/sootransfer.com\/wp-content\/uploads\/2025\/10\/mahmutlar-transfer-taxi.webp","contentUrl":"https:\/\/sootransfer.com\/wp-content\/uploads\/2025\/10\/mahmutlar-transfer-taxi.webp","width":1360,"height":1020},{"@type":"BreadcrumbList","@id":"https:\/\/sootransfer.com\/antalya-mahmutlar-transfer\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Anasayfa","item":"https:\/\/sootransfer.com\/"},{"@type":"ListItem","position":2,"name":"Antalya Mahmutlar Transfer"}]},{"@type":"WebSite","@id":"https:\/\/sootransfer.com\/#website","url":"https:\/\/sootransfer.com\/","name":"sootransfer.com","description":"Affordable Airport Transfer &amp; Taxi Service Across Turkey","publisher":{"@id":"https:\/\/sootransfer.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/sootransfer.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ru-RU"},{"@type":"Organization","@id":"https:\/\/sootransfer.com\/#organization","name":"sootransfer.com","url":"https:\/\/sootransfer.com\/","logo":{"@type":"ImageObject","inLanguage":"ru-RU","@id":"https:\/\/sootransfer.com\/#\/schema\/logo\/image\/","url":"https:\/\/sootransfer.com\/wp-content\/uploads\/2025\/09\/sootransfer_logo_big.webp","contentUrl":"https:\/\/sootransfer.com\/wp-content\/uploads\/2025\/09\/sootransfer_logo_big.webp","width":1536,"height":1024,"caption":"sootransfer.com"},"image":{"@id":"https:\/\/sootransfer.com\/#\/schema\/logo\/image\/"}}]}},"_hostinger_reach_plugin_has_subscription_block":false,"_hostinger_reach_plugin_is_elementor":false,"_links":{"self":[{"href":"https:\/\/sootransfer.com\/ru\/wp-json\/wp\/v2\/pages\/984","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sootransfer.com\/ru\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/sootransfer.com\/ru\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/sootransfer.com\/ru\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/sootransfer.com\/ru\/wp-json\/wp\/v2\/comments?post=984"}],"version-history":[{"count":23,"href":"https:\/\/sootransfer.com\/ru\/wp-json\/wp\/v2\/pages\/984\/revisions"}],"predecessor-version":[{"id":1482,"href":"https:\/\/sootransfer.com\/ru\/wp-json\/wp\/v2\/pages\/984\/revisions\/1482"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/sootransfer.com\/ru\/wp-json\/wp\/v2\/media\/990"}],"wp:attachment":[{"href":"https:\/\/sootransfer.com\/ru\/wp-json\/wp\/v2\/media?parent=984"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}