{"id":96339,"date":"2026-07-26T11:50:29","date_gmt":"2026-07-26T02:20:29","guid":{"rendered":"https:\/\/thechampagnemile.com.au\/deals\/?page_id=96339"},"modified":"2026-09-04T15:16:29","modified_gmt":"2026-09-04T05:46:29","slug":"guides","status":"publish","type":"page","link":"https:\/\/thechampagnemile.com.au\/deals\/guides\/","title":{"rendered":"Guides"},"content":{"rendered":"\n<style data-wp-block-html=\"css\">\n\/* Fix: grid\/flex items default to min-width:auto, which lets long\n   card content (icon + heading + \"Coming Soon\" chip) blow past its\n   1fr track and overflow the viewport on mobile. *\/\n.tcm-grid {\n  grid-template-columns: repeat(3, minmax(0, 1fr));\n}\n@media (max-width: 600px) {\n  .tcm-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }\n}\n@media (max-width: 380px) {\n@media (max-width: 600px) { .tcm-grid { grid-template-columns: minmax(0, 1fr); } }}\n\n.tcm-card {\n  min-width: 0;\n}\n\n.tcm-card-header {\n  min-width: 0;\n}\n\n.tcm-card-name {\n  min-width: 0;\n  overflow-wrap: break-word;\n  word-break: break-word;\n}\n\n\/* Safety net so a future overflow degrades to wrapping\/scroll\n   inside the page instead of pushing the whole layout sideways *\/\n.tcm-page {\n  overflow-x: hidden;\n  max-width: 100%;\n}\n\/* Buying Guides cards: icon stacked above heading instead of\n   side-by-side, so the heading has full card width to wrap into *\/\n.tcm-card-header {\n  flex-direction: column !important;\n  align-items: flex-start !important;\n  gap: 10px !important;\n}\n\n.tcm-card-icon {\n  width: 42px !important;\n  height: 42px !important;\n}\n\n.tcm-card-icon i {\n  font-size: 20px !important;\n}\n\n.tcm-card-name {\n  font-size: 16px !important;\n  line-height: 1.35 !important;\n}\n\n\/* \"Coming Soon\" chip currently sits inline after the name on the\n   same line \u2014 drop it to its own line now that name has full width *\/\n.tcm-chip-soon {\n  display: block !important;\n  margin: 6px 0 0 0 !important;\n  width: fit-content;\n}\n\/* Buying Guides cards: single column on mobile \u2014 two columns\n   was too narrow once the icon moved above the heading *\/\n@media (max-width: 600px) {\n  .tcm-grid { grid-template-columns: minmax(0, 1fr); }\n}\n<\/style>\n\n<link rel=\"stylesheet\" href=\"https:\/\/cdn.jsdelivr.net\/npm\/@tabler\/icons-webfont@latest\/dist\/tabler-icons.min.css\">\n\n<style>\n\/* =============================================================\n   SHARED DESIGN SYSTEM \u2014 copied verbatim from \/deals\/categories\/\n   ============================================================= *\/\n.tcm-page { max-width: 860px; margin: 0 auto; padding: 0 0 3rem; }\n.tcm-page * { box-sizing: border-box; margin: 0; padding: 0; }\n\n.tcm-hero {\n  text-align: center;\n  padding: 2.5rem 1.5rem 2rem;\n  margin-bottom: 2rem;\n  border-radius: 12px;\n  background: #F7F8FC;\n  position: relative;\n  overflow: hidden;\n  border: 1px solid rgba(184,153,46,0.25);\n}\n.tcm-hero::before {\n  content: '';\n  position: absolute;\n  top: -40px; right: -40px;\n  width: 220px; height: 220px;\n  border-radius: 50%;\n  background: rgba(184,153,46,0.13);\n  pointer-events: none;\n}\n.tcm-hero::after {\n  content: '';\n  position: absolute;\n  bottom: -40px; left: -40px;\n  width: 180px; height: 180px;\n  border-radius: 50%;\n  background: rgba(184,153,46,0.09);\n  pointer-events: none;\n}\n.tcm-hero-title,\nhtml body.wp-theme-rehub-theme .elementor-widget-container h1.tcm-hero-title,\nhtml body.wp-theme-rehub-theme .elementor-widget-container h2.tcm-hero-title {\n  font-size: 26px;\n  font-weight: 700 !important;\n  color: #0a1f5c !important;\n  line-height: 1.25 !important;\n  letter-spacing: normal !important;\n  margin: 0 0 0.6rem !important;\n  background: none !important;\n  position: relative; z-index: 1;\n}\n.tcm-hero-title span,\nhtml body.wp-theme-rehub-theme .elementor-widget-container h1.tcm-hero-title span,\nhtml body.wp-theme-rehub-theme .elementor-widget-container h2.tcm-hero-title span { color: #b8992e !important; }\n.tcm-hero-sub {\n  font-size: 13.5px;\n  color: #5a6478;\n  max-width: 480px;\n  margin: 0 auto;\n  line-height: 1.65;\n  position: relative; z-index: 1;\n}\n\n\/* =============================================================\n   JUMP NAV \u2014 pill buttons under the main hero, one per category,\n   scrolls down to that category's slim header.\n   ============================================================= *\/\n.tcm-jumpnav {\n  display: flex;\n  flex-wrap: wrap;\n  justify-content: center;\n  gap: 8px;\n  margin-bottom: 3rem;\n}\n.tcm-jumpnav-btn {\n  display: inline-flex;\n  align-items: center;\n  gap: 6px;\n  font-size: 12px;\n  font-weight: 700;\n  color: #0a1f5c;\n  background: #ffffff;\n  border: 1px solid rgba(10,31,92,0.15);\n  border-radius: 999px;\n  padding: 0.5rem 0.9rem;\n  text-decoration: none;\n  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;\n}\n.tcm-jumpnav-btn i { font-size: 13px; color: #b8992e; transition: color 0.15s ease; }\n.tcm-jumpnav-btn:hover {\n  background: #F7F8FC;\n  border-color: #b8992e;\n  color: #0a1f5c;\n}\n.tcm-jumpnav-btn:hover i { color: #b8992e; }\n\n\/* =============================================================\n   SLIM CATEGORY HEADER \u2014 replaces the old per-category tcm-hero.\n   Single-row bar: icon + title + one-line desc.\n   ============================================================= *\/\n.tcm-cat-header {\n  background: #F7F8FC;\n  border-left: 4px solid #b8992e;\n  border-radius: 10px;\n  padding: 1rem 1.25rem;\n  margin-bottom: 1.5rem;\n  box-shadow: 0 3px 10px rgba(10,31,92,0.3);\n  scroll-margin-top: 90px;\n}\n.tcm-cat-header-text { min-width: 0; }\n.tcm-cat-header-title,\nhtml body.wp-theme-rehub-theme .elementor-widget-container h2.tcm-cat-header-title {\n  font-size: 19px !important;\n  font-weight: 700 !important;\n  color: #0a1f5c !important;\n  line-height: 1.3 !important;\n  margin: 0 0 3px !important;\n  background: none !important;\n}\n.tcm-cat-header-desc {\n  font-size: 12.5px;\n  color: #5a6478;\n  line-height: 1.5;\n}\n\n.tcm-section { margin-bottom: 3rem; }\n\n.tcm-section-header {\n  display: flex;\n  align-items: center;\n  gap: 12px;\n  margin-bottom: 6px;\n  padding-bottom: 12px;\n  border-bottom: 2px solid #0a1f5c;\n}\n.tcm-section-title,\nhtml body.wp-theme-rehub-theme .elementor-widget-container h3.tcm-section-title {\n  font-size: 20px !important;\n  font-weight: 700 !important;\n  color: #0a1f5c !important;\n  letter-spacing: -0.01em !important;\n  margin: 0 !important;\n  line-height: 1.3 !important;\n  background: none !important;\n}\n.tcm-section-desc {\n  font-size: 13px;\n  color: #555;\n  line-height: 1.65;\n  margin: 10px 0 16px;\n  max-width: 100%;\n}\n\n\/* =============================================================\n   .tcm-grid \/ .tcm-card \u2014 compact pill style\n   ============================================================= *\/\n.tcm-grid {\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 8px;\n}\n\n.tcm-card {\n  background: #ffffff;\n  border: 1px solid rgba(10,31,92,0.1);\n  border-left: 3px solid #b8992e;\n  border-radius: 8px;\n  padding: 0.5rem 0.75rem;\n  text-decoration: none;\n  display: flex;\n  align-items: center;\n  gap: 10px;\n  box-shadow: 0 1px 4px rgba(10,31,92,0.06);\n  transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease, background 0.15s ease;\n}\n.tcm-card:hover {\n  transform: translateY(-1px);\n  box-shadow: 0 4px 12px rgba(10,31,92,0.12);\n  border-color: rgba(184,153,46,0.6);\n  background: #fbfaf5;\n}\n.tcm-card-icon {\n  width: 26px; height: 26px;\n  border-radius: 6px;\n  background: #F7F8FC;\n  border: 1px solid rgba(10,31,92,0.15);\n  display: flex; align-items: center; justify-content: center;\n  flex-shrink: 0;\n  transition: background 0.15s ease;\n}\n.tcm-card-icon i { font-size: 13px; color: #b8992e; }\n.tcm-card:hover .tcm-card-icon { background: #b8992e; }\n.tcm-card:hover .tcm-card-icon i { color: #0a1f5c; }\n.tcm-card-text {\n  flex: 1;\n  min-width: 0;\n  display: flex;\n  flex-direction: column;\n  gap: 1px;\n}\n.tcm-card-name {\n  font-size: 12.5px;\n  font-weight: 700;\n  color: #0a1f5c;\n  line-height: 1.3;\n  white-space: nowrap;\n  overflow: hidden;\n  text-overflow: ellipsis;\n}\n.tcm-card-desc {\n  font-size: 10.5px;\n  color: #838ba3;\n  line-height: 1.3;\n  white-space: nowrap;\n  overflow: hidden;\n  text-overflow: ellipsis;\n}\n\n@media (max-width: 600px) {\n  .tcm-grid { grid-template-columns: minmax(0, 1fr); }\n  .tcm-card-name,\n  .tcm-card-desc {\n    white-space: normal;\n    overflow: visible;\n    text-overflow: clip;\n  }\n}\n\n\/* --- Coming soon state (applies to .tcm-card and .tcm-country-link) --- *\/\n.tcm-card-soon {\n  cursor: default;\n  pointer-events: none;\n  opacity: 0.55;\n}\n.tcm-card-soon .tcm-card-icon { background: #ccd2e0 !important; }\n.tcm-card-soon .tcm-card-icon i { color: #ffffff !important; }\n.tcm-chip-soon {\n  display: inline-block;\n  font-size: 8.5px;\n  font-weight: 700;\n  letter-spacing: 0.05em;\n  text-transform: uppercase;\n  background: rgba(184,153,46,0.18);\n  color: #9c8026;\n  padding: 2px 6px;\n  border-radius: 4px;\n  margin-left: 6px;\n  vertical-align: middle;\n}\n\n\/* --- Region accordion (eSIM section only) --- *\/\n.tcm-region-list { display: flex; flex-direction: column; gap: 12px; }\n.tcm-region-card {\n  background: #ffffff;\n  border: 1px solid rgba(10,31,92,0.1);\n  border-radius: 10px;\n  overflow: hidden;\n  box-shadow: 0 2px 6px rgba(10,31,92,0.07);\n}\n.tcm-region-summary {\n  list-style: none;\n  cursor: pointer;\n  display: flex;\n  align-items: center;\n  justify-content: space-between;\n  gap: 12px;\n  padding: 0.9rem 1.1rem;\n  user-select: none;\n}\n.tcm-region-summary::-webkit-details-marker { display: none; }\n.tcm-region-summary-left { display: flex; align-items: center; gap: 12px; }\n.tcm-region-icon {\n  width: 40px; height: 40px;\n  border-radius: 9px;\n  background: #F7F8FC;\n  border: 1px solid rgba(10,31,92,0.15);\n  display: flex; align-items: center; justify-content: center;\n  flex-shrink: 0;\n}\n.tcm-region-icon i { font-size: 18px; color: #b8992e; }\n.tcm-region-name { font-size: 15.5px; font-weight: 700; color: #0a1f5c; display: block; }\n.tcm-region-count { font-size: 11.5px; color: #888; font-weight: 500; display: block; margin-top: 1px; }\n.tcm-region-chevron { font-size: 15px; color: #b8992e; transition: transform 0.2s ease; flex-shrink: 0; }\n.tcm-region-card[open] .tcm-region-chevron { transform: rotate(180deg); }\n.tcm-region-body { padding: 0 1.1rem 1.1rem; border-top: 1px solid rgba(10,31,92,0.07); }\n.tcm-region-hub-link {\n  display: inline-flex;\n  align-items: center;\n  gap: 6px;\n  font-size: 12.5px;\n  font-weight: 700;\n  color: #0a1f5c;\n  margin: 0.9rem 0 0;\n  text-decoration: none;\n}\n.tcm-region-hub-link i { font-size: 12px; color: #b8992e; }\n.tcm-country-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));\n  gap: 8px;\n  margin-top: 0.85rem;\n}\n.tcm-country-link {\n  display: flex;\n  align-items: center;\n  justify-content: space-between;\n  gap: 6px;\n  background: #f8f9fc;\n  border: 1px solid rgba(10,31,92,0.08);\n  border-radius: 7px;\n  padding: 0.55rem 0.75rem;\n  font-size: 12.5px;\n  font-weight: 600;\n  color: #0a1f5c;\n  text-decoration: none;\n  transition: border-color 0.15s ease, background 0.15s ease;\n}\n.tcm-country-link:hover { border-color: #b8992e; background: #ffffff; }\n.tcm-country-link.tcm-soon {\n  color: #9aa3b5;\n  cursor: default;\n  pointer-events: none;\n  background: #f2f3f6;\n}\n.tcm-country-link-label {\n  display: inline-flex;\n  align-items: center;\n  gap: 7px;\n}\n.tcm-country-link-icon {\n  font-size: 13px;\n  color: #b8992e;\n  flex-shrink: 0;\n}\n.tcm-country-link.tcm-soon .tcm-country-link-icon {\n  color: #b3b8c7;\n}\n.tcm-country-link-logo {\n  width: 16px;\n  height: 16px;\n  border-radius: 3px;\n  flex-shrink: 0;\n  object-fit: contain;\n  background: #fff;\n}\n.tcm-country-link-flag {\n  width: 18px;\n  height: 13px;\n  border-radius: 2px;\n  flex-shrink: 0;\n  object-fit: cover;\n  box-shadow: 0 0 0 1px rgba(10,31,92,0.1);\n  background: #fff;\n}\n\n.tcm-pricematch-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));\n  gap: 8px;\n  margin-top: 0.85rem;\n}\n.tcm-pricematch-link .tcm-country-link-label {\n  font-size: 12.5px;\n}\n\n@media (max-width: 600px) {\n  .tcm-hero-title { font-size: 22px; }\n  .tcm-cat-header { padding: 0.85rem 1rem; }\n  .tcm-cat-header-title { font-size: 16px !important; }\n  .tcm-country-grid { grid-template-columns: repeat(auto-fill, minmax(130px, 1fr)); }\n  .tcm-pricematch-grid { grid-template-columns: minmax(0, 1fr); }\n}\n<\/style>\n\n<div class=\"tcm-page\">\n\n  <!-- =====================================================================\n       PAGE HERO \u2014 generic, replaces the six individual category heroes\n       ===================================================================== -->\n\n  <div class=\"tcm-hero\">\n    <h1 class=\"tcm-hero-title\">Deals <span>Guides<\/span><\/h1>\n    <p class=\"tcm-hero-sub\">In-depth comparisons across travel insurance, eSIMs, car rental, airport parking and price matching \u2014 reviewed one by one, so you can pick with confidence.<\/p>\n  <\/div>\n\n  <nav class=\"tcm-jumpnav\" id=\"tcm-jumpnav\" aria-label=\"Jump to guide category\"><\/nav>\n\n  <!-- =====================================================================\n       CATEGORY 1 \u2014 TRAVEL INSURANCE GUIDES\n       ===================================================================== -->\n\n  <div class=\"tcm-cat-header\" id=\"travel-insurance-guides\">\n    <div class=\"tcm-cat-header-text\">\n      <h2 class=\"tcm-cat-header-title\">Travel Insurance Guides<\/h2>\n      <p class=\"tcm-cat-header-desc\">Compare providers, understand what&#8217;s covered, and get a policy that suits how you travel.<\/p>\n    <\/div>\n  <\/div>\n\n  <div class=\"tcm-section\">\n    <div class=\"tcm-section-header\">\n      <h3 class=\"tcm-section-title\">Buying Guides<\/h3>\n    <\/div>\n    <p class=\"tcm-section-desc\">New to travel insurance, or just want to double-check you&#8217;re covered for what matters? Start here.<\/p>\n    <div class=\"tcm-grid\" id=\"tcm-insurance-guides-grid\"><\/div>\n  <\/div>\n\n  <div class=\"tcm-section\">\n    <div class=\"tcm-section-header\">\n      <h3 class=\"tcm-section-title\">By Country<\/h3>\n    <\/div>\n    <p class=\"tcm-section-desc\">Cover needs vary a lot by destination \u2014 here&#8217;s what to look for depending on where you&#8217;re headed.<\/p>\n    <div class=\"tcm-country-grid\" id=\"tcm-insurance-country-grid\"><\/div>\n  <\/div>\n\n  <div class=\"tcm-section\">\n    <div class=\"tcm-section-header\">\n      <h3 class=\"tcm-section-title\">By Provider<\/h3>\n    <\/div>\n    <p class=\"tcm-section-desc\">Cover, excess and price all vary between insurers \u2014 it pays to compare more than one before you book.<\/p>\n    <div class=\"tcm-country-grid\" id=\"tcm-insurance-grid\"><\/div>\n  <\/div>\n\n  <!-- =====================================================================\n       CATEGORY 2 \u2014 TRAVEL eSIM GUIDES\n       ===================================================================== -->\n\n  <div class=\"tcm-cat-header\" id=\"esim-guides\">\n    <div class=\"tcm-cat-header-text\">\n      <h2 class=\"tcm-cat-header-title\">Travel eSIM Guides<\/h2>\n      <p class=\"tcm-cat-header-desc\">Stay connected overseas \u2014 by destination, by region, and how to pick the right plan the first time.<\/p>\n    <\/div>\n  <\/div>\n\n  <div class=\"tcm-section\">\n    <div class=\"tcm-section-header\">\n      <h3 class=\"tcm-section-title\">By Region<\/h3>\n    <\/div>\n    <p class=\"tcm-section-desc\">Not sure exactly where to start? Open a region below to see every destination guide we cover there.<\/p>\n    <div class=\"tcm-region-list\" id=\"tcm-region-list\"><\/div>\n  <\/div>\n\n  <div class=\"tcm-section\">\n    <div class=\"tcm-section-header\">\n      <h3 class=\"tcm-section-title\">Buying Guides<\/h3>\n    <\/div>\n    <p class=\"tcm-section-desc\">New to travel eSIMs, or just want to double-check you&#8217;re getting the right plan? Start here.<\/p>\n    <div class=\"tcm-grid\" id=\"tcm-guides-grid\"><\/div>\n  <\/div>\n\n  <div class=\"tcm-section\">\n    <div class=\"tcm-section-header\">\n      <h3 class=\"tcm-section-title\">By Provider<\/h3>\n    <\/div>\n    <p class=\"tcm-section-desc\">Coverage, data allowances and pricing all vary between eSIM providers \u2014 it pays to compare more than one before you buy.<\/p>\n    <div class=\"tcm-country-grid\" id=\"tcm-esim-provider-grid\"><\/div>\n  <\/div>\n\n  <!-- =====================================================================\n       CATEGORY 3 \u2014 CAR RENTAL GUIDES\n       ===================================================================== -->\n\n  <div class=\"tcm-cat-header\" id=\"car-rental-guides\">\n    <div class=\"tcm-cat-header-text\">\n      <h2 class=\"tcm-cat-header-title\">Car Rental Guides<\/h2>\n      <p class=\"tcm-cat-header-desc\">Compare rental brokers before you book \u2014 excess, inclusions and who actually delivers on price.<\/p>\n    <\/div>\n  <\/div>\n\n  <div class=\"tcm-section\">\n    <div class=\"tcm-section-header\">\n      <h3 class=\"tcm-section-title\">Hiring Guides<\/h3>\n    <\/div>\n    <p class=\"tcm-section-desc\">New to renting overseas, or just want to avoid the excess traps? Start here.<\/p>\n    <div class=\"tcm-grid\" id=\"tcm-carrental-guides-grid\"><\/div>\n  <\/div>\n\n  <div class=\"tcm-section\">\n    <div class=\"tcm-section-header\">\n      <h3 class=\"tcm-section-title\">By Provider<\/h3>\n    <\/div>\n    <p class=\"tcm-section-desc\">Excess, inclusions and fees vary a lot between rental brokers \u2014 comparing more than one before you book usually pays off.<\/p>\n    <div class=\"tcm-country-grid\" id=\"tcm-carrental-grid\"><\/div>\n  <\/div>\n\n  <!-- =====================================================================\n       CATEGORY 4 \u2014 AIRPORT PARKING GUIDES\n       ===================================================================== -->\n\n  <div class=\"tcm-cat-header\" id=\"airport-parking-guides\">\n    <div class=\"tcm-cat-header-text\">\n      <h2 class=\"tcm-cat-header-title\">Airport Parking Guides<\/h2>\n      <p class=\"tcm-cat-header-desc\">Official car parks vs off-airport operators, valet, and how to actually save \u2014 verified airport by airport.<\/p>\n    <\/div>\n  <\/div>\n\n  <div class=\"tcm-section\">\n    <div class=\"tcm-section-header\">\n      <h3 class=\"tcm-section-title\">By Airport<\/h3>\n    <\/div>\n    <p class=\"tcm-section-desc\">Pricing, transfer times and customer ratings vary a lot between operators at every airport \u2014 we compare all of them so you don&#8217;t have to.<\/p>\n    <div class=\"tcm-pricematch-grid\" id=\"tcm-airportparking-grid\"><\/div>\n  <\/div>\n\n  <!-- =====================================================================\n       CATEGORY 5 \u2014 PRICE MATCH GUIDES\n       ===================================================================== -->\n\n  <div class=\"tcm-cat-header\" id=\"price-match-guides\">\n    <div class=\"tcm-cat-header-text\">\n      <h2 class=\"tcm-cat-header-title\">Price Match Guides<\/h2>\n      <p class=\"tcm-cat-header-desc\">Which major Australian retailers price match \u2014 and how to actually claim it, in-store or online.<\/p>\n    <\/div>\n  <\/div>\n\n  <div class=\"tcm-section\">\n    <div class=\"tcm-section-header\">\n      <h3 class=\"tcm-section-title\">By Retailer<\/h3>\n    <\/div>\n    <p class=\"tcm-section-desc\">Some retailers will beat a competitor&#8217;s price, not just match it. Others have no official policy at all but will still play ball if you ask the right way.<\/p>\n    <div class=\"tcm-pricematch-grid\" id=\"tcm-pricematch-grid\"><\/div>\n  <\/div>\n\n<\/div>\n\n<script>\n(function () {\n\n  \/* =====================================================================\n     Jump nav \u2014 one pill per category, links to the matching\n     .tcm-cat-header id. Edit labels\/icons\/targets here if the\n     category list above ever changes.\n     ===================================================================== *\/\n  const jumpLinks = [\n    { name: \"Travel Insurance\", icon: \"ti-shield-check\",    target: \"travel-insurance-guides\" },\n    { name: \"eSIMs\",            icon: \"ti-wifi\",             target: \"esim-guides\" },\n    { name: \"Car Rental\",       icon: \"ti-car\",              target: \"car-rental-guides\" },\n    { name: \"Airport Parking\",  icon: \"ti-parking\",          target: \"airport-parking-guides\" },\n    { name: \"Price Match\",      icon: \"ti-tag\",               target: \"price-match-guides\" },\n  ];\n\n  \/* =====================================================================\n     EDIT ME \u2014 Travel insurance buying guides. Leave url: \"\" for \"Coming Soon\".\n     ===================================================================== *\/\n  const insuranceGuides = [\n{ name: \"How to Make a Successful Claim\", icon: \"ti-clipboard-check\", url: \"https:\/\/thechampagnemile.com.au\/deals\/guides\/travel-insurance-claim-guide\/\", desc: \"What to document, when to report, and the deadlines insurers expect you to meet.\" },\n\n\n    { name: \"Travel Insurance for Families\",           icon: \"ti-users-group\",              url: \"https:\/\/thechampagnemile.com.au\/deals\/guides\/best-travel-insurance-for-families\/\", desc: \"Free kids cover, real claims, and what to check before you book.\" },\n   \n    { name: \"Pre-Existing Medical Conditions\", icon: \"ti-heart-rate-monitor\", url: \"https:\/\/thechampagnemile.com.au\/deals\/guides\/travel-insurance-pre-existing-medical-conditions\/\", desc: \"What gets covered, how declarations work, and who to ask.\" },\n { name: \"Travel Insurance for Cruises\", icon: \"ti-anchor\", url: \"https:\/\/thechampagnemile.com.au\/deals\/guides\/best-travel-insurance-for-cruises\/\", desc: \"Cabin confinement, missed ports, and the cover most policies leave out.\" },\n\n{ name: \"Travel Insurance for Backpackers\", icon: \"ti-backpack\", url: \"https:\/\/thechampagnemile.com.au\/deals\/guides\/best-travel-insurance-for-backpackers\/\", desc: \"Insure what actually matters when you're living out of one bag.\" },\n\n{ name: \"Travel Insurance for Students\", icon: \"ti-school\", url: \"https:\/\/thechampagnemile.com.au\/deals\/guides\/best-travel-insurance-for-students\/\", desc: \"Tuition deposit cover, semester-length policies, and what your uni needs to see.\" },\n\n { name: \"Travel Insurance for Seniors\", icon: \"ti-heart-handshake\", url: \"https:\/\/thechampagnemile.com.au\/deals\/guides\/best-travel-insurance-for-seniors-in-australia\/\", desc: \"Compare age limits, pre-existing conditions, and the traps to avoid.\" },\n\n    { name: \"Travel Insurance COVID Cover\", icon: \"ti-virus\", url: \"https:\/\/thechampagnemile.com.au\/deals\/guides\/best-travel-insurance-covid-cover\/\", desc: \"What's standard, what's still an add-on, and the exclusions that catch people out.\" },\n\n\n { name: \"Travel Insurance for Adventure Sports\", icon: \"ti-mountain\", url: \"https:\/\/thechampagnemile.com.au\/deals\/guides\/travel-insurance-for-adventure-sports\/\", desc: \"Compare activity add-ons, licence rules, and the traps to avoid.\" },\n\n { name: \"Travel Insurance for Pregnant Travellers\", icon: \"ti-baby-carriage\", url: \"https:\/\/thechampagnemile.com.au\/deals\/guides\/best-travel-insurance-for-pregnant-travellers\/\", desc: \"Compare gestation limits, childbirth cover, and the exclusions to avoid.\" },\n\n    { name: \"Annual vs Single Trip\",           icon: \"ti-scale\",              url: \"https:\/\/thechampagnemile.com.au\/deals\/guides\/annual-vs-single-trip-travel-insurance\/\", desc: \"Which one actually saves you money depending on how you travel.\" },\n\n    { name: \"Credit Card Travel Insurance\",           icon: \"ti-credit-card\",              url: \"https:\/\/thechampagnemile.com.au\/deals\/guides\/credit-card-travel-insurance\/\", desc: \"Discover what it covers, how it activates and where it falls short.\" },\n\n    { name: \"Domestic Travel Insurance\",           icon: \"ti-map-pin-check\",              url: \"https:\/\/thechampagnemile.com.au\/deals\/guides\/domestic-travel-insurance\/\", desc: \"Medicare generally has you covered for medical needs, but what about other eventualities?\" },\n  ];\n\n  \/* =====================================================================\n     EDIT ME \u2014 Travel insurance by-country guides. Leave url: \"\" for\n     \"Coming Soon\".\n     ===================================================================== *\/\n  const insuranceCountries = [\n    { name: \"Indonesia (Bali)\", flag: \"id\", url: \"https:\/\/thechampagnemile.com.au\/deals\/guides\/best-travel-insurance-for-bali\/\" },\n    { name: \"USA\",              flag: \"us\", url: \"https:\/\/thechampagnemile.com.au\/deals\/guides\/best-travel-insurance-for-usa\/\" },\n  ];\n\n  \/* =====================================================================\n     EDIT ME \u2014 Travel insurance provider reviews. Leave url: \"\" for\n     \"Coming Soon\". Fill in your live \/deals\/ slugs for each provider \u2014\n     left blank here rather than guessing.\n     ===================================================================== *\/\n  const insuranceProviders = [\n    { name: \"AllClear\",       icon: \"ti-shield-check\", url: \"https:\/\/thechampagnemile.com.au\/deals\/allclear-travel-insurance-promo-code\/\", domain: \"allcleartravel.com.au\" },\n    { name: \"Butter\",         icon: \"ti-shield-check\", url: \"https:\/\/thechampagnemile.com.au\/deals\/butter-travel-insurance-discount-code\/\", domain: \"butterinsurance.com.au\" },\n    { name: \"CoverMore\",      icon: \"ti-shield-check\", url: \"https:\/\/thechampagnemile.com.au\/deals\/covermore-promo-code\/\", domain: \"covermore.com.au\" },\n    { name: \"Fast Cover\",     icon: \"ti-shield-check\", url: \"https:\/\/thechampagnemile.com.au\/deals\/fast-cover-promo-code\/\", domain: \"fastcover.com.au\" },\n    { name: \"Freely\",         icon: \"ti-shield-check\", url: \"https:\/\/thechampagnemile.com.au\/deals\/freely-discount-code\/\", domain: \"freely.me\" },\n    { name: \"SCTI\",           icon: \"ti-shield-check\", url: \"https:\/\/thechampagnemile.com.au\/deals\/southern-cross-travel-insurance-promo-codes\/\", domain: \"scti.com.au\" },\n    { name: \"Tick\",           icon: \"ti-shield-check\", url: \"https:\/\/thechampagnemile.com.au\/deals\/tick-travel-insurance-promo-code\/\", domain: \"tickinsurance.com.au\" },\n    { name: \"TID\",            icon: \"ti-shield-check\", url: \"https:\/\/thechampagnemile.com.au\/deals\/travel-insurance-direct-promo-code\/\", domain: \"travelinsurancedirect.com.au\" },\n    { name: \"Travel Protect\", icon: \"ti-shield-check\", url: \"https:\/\/thechampagnemile.com.au\/deals\/travel-protect-promo-code\/\", domain: \"travelprotect.au\" },\n    { name: \"WAS\",            icon: \"ti-shield-check\", url: \"https:\/\/thechampagnemile.com.au\/deals\/was-travel-insurance-promo-code\/\", domain: \"wiseandsilent.com\" },\n    { name: \"Zoom\",           icon: \"ti-shield-check\", url: \"https:\/\/thechampagnemile.com.au\/deals\/zoom-travel-insurance-promo-code\/\", domain: \"zoomtravelinsurance.com.au\" },\n  ];\n\n  \/* =====================================================================\n     EDIT ME \u2014 eSIM destination guides. Leave url: \"\" for \"Coming Soon\".\n     ===================================================================== *\/\n  const destinations = [\n    \/\/ Europe\n    { name: \"United Kingdom\", region: \"Europe\", flag: \"gb\", url: \"https:\/\/thechampagnemile.com.au\/deals\/guides\/best-esim-for-uk\/\" },\n    { name: \"France\",         region: \"Europe\", flag: \"fr\", url: \"https:\/\/thechampagnemile.com.au\/deals\/guides\/best-esim-for-france\/\" },\n    { name: \"Italy\",          region: \"Europe\", flag: \"it\", url: \"https:\/\/thechampagnemile.com.au\/deals\/guides\/best-esim-for-italy\/\" },\n    { name: \"Spain\",          region: \"Europe\", flag: \"es\", url: \"https:\/\/thechampagnemile.com.au\/deals\/guides\/best-esim-for-spain\/\" },\n    { name: \"Germany\",        region: \"Europe\", flag: \"de\", url: \"https:\/\/thechampagnemile.com.au\/deals\/guides\/best-esim-for-germany\/\" },\n    { name: \"Greece\",         region: \"Europe\", flag: \"gr\", url: \"https:\/\/thechampagnemile.com.au\/deals\/guides\/best-esim-for-greece\/\" },\n { name: \"Portugal\",         region: \"Europe\", flag: \"pt\", url: \"https:\/\/thechampagnemile.com.au\/deals\/guides\/best-esim-for-portugal\/\" },\n\n\n    \/\/ Asia\n    { name: \"Japan\",              region: \"Asia\", flag: \"jp\", url: \"https:\/\/thechampagnemile.com.au\/deals\/guides\/best-esim-for-japan\/\" },\n{ name: \"China\",              region: \"Asia\", flag: \"cn\", url: \"https:\/\/thechampagnemile.com.au\/deals\/guides\/best-esim-for-china\/\" },\n\n    { name: \"Thailand\",           region: \"Asia\", flag: \"th\", url: \"https:\/\/thechampagnemile.com.au\/deals\/guides\/best-esim-for-thailand\/\" },\n    { name: \"Vietnam\",            region: \"Asia\", flag: \"vn\", url: \"https:\/\/thechampagnemile.com.au\/deals\/guides\/best-esim-for-vietnam\/\" },\n    { name: \"Cambodia\",           region: \"Asia\", flag: \"kh\", url: \"https:\/\/thechampagnemile.com.au\/deals\/guides\/best-esim-for-cambodia\/\" },\n    { name: \"Singapore\",          region: \"Asia\", flag: \"sg\", url: \"https:\/\/thechampagnemile.com.au\/deals\/guides\/best-esim-for-singapore\/\" },\n    { name: \"Malaysia\",           region: \"Asia\", flag: \"my\", url: \"https:\/\/thechampagnemile.com.au\/deals\/guides\/best-esim-for-malaysia\/\" },\n    { name: \"South Korea\",        region: \"Asia\", flag: \"kr\", url: \"https:\/\/thechampagnemile.com.au\/deals\/guides\/best-esim-for-south-korea\/\" },\n    { name: \"Philippines\",        region: \"Asia\", flag: \"ph\", url: \"https:\/\/thechampagnemile.com.au\/deals\/guides\/best-esim-for-philippines\/\" },\n    { name: \"India\",              region: \"Asia\", flag: \"in\", url: \"https:\/\/thechampagnemile.com.au\/deals\/guides\/best-esim-for-india\/\" },\n    { name: \"Sri Lanka\",          region: \"Asia\", flag: \"lk\", url: \"https:\/\/thechampagnemile.com.au\/deals\/guides\/best-esim-for-sri-lanka\/\" },\n    { name: \"Indonesia (Bali)\",   region: \"Asia\", flag: \"id\", url: \"https:\/\/thechampagnemile.com.au\/deals\/guides\/best-esim-for-bali\/\" },\n\n    \/\/ North America\n    { name: \"USA\", region: \"North America\", flag: \"us\", url: \"https:\/\/thechampagnemile.com.au\/deals\/guides\/best-esim-for-usa\/\" },\n  { name: \"Canada\", region: \"North America\", flag: \"ca\", url: \"https:\/\/thechampagnemile.com.au\/deals\/guides\/best-esim-for-canada\/\" },\n  { name: \"Mexico\", region: \"North America\", flag: \"mx\", url: \"https:\/\/thechampagnemile.com.au\/deals\/guides\/best-esim-for-mexico\/\" },\n\n    \/\/ Oceania\n{ name: \"Australia\", region: \"Oceania\", flag: \"au\", url: \"https:\/\/thechampagnemile.com.au\/deals\/guides\/best-esim-for-australia\/\" },\n    { name: \"New Zealand\", region: \"Oceania\", flag: \"nz\", url: \"https:\/\/thechampagnemile.com.au\/deals\/guides\/best-esim-for-new-zealand\/\" },\n    { name: \"Fiji\",         region: \"Oceania\", flag: \"fj\", url: \"https:\/\/thechampagnemile.com.au\/deals\/guides\/best-esim-for-fiji\/\" },\n  ];\n\n  const regions = [\n    { name: \"Europe\",        icon: \"ti-map-2\",              hubUrl: \"https:\/\/thechampagnemile.com.au\/deals\/guides\/best-esim-for-europe\/\" },\n    { name: \"Asia\",           icon: \"ti-building-monument\", hubUrl: \"\" },\n    { name: \"North America\", icon: \"ti-flag\",               hubUrl: \"\" },\n    { name: \"Oceania\",        icon: \"ti-beach\",              hubUrl: \"\" },\n  ];\n\n  const buyingGuides = [\n    { name: \"Best Travel eSIM\",         icon: \"ti-medal\",     url: \"\", desc: \"Our top picks across the major providers, compared side by side.\" },\n    { name: \"eSIM Guide\",               icon: \"ti-book-2\",    url: \"\", desc: \"New to eSIMs? Start here for the basics before you buy.\" },\n    { name: \"How Much Data Do I Need?\", icon: \"ti-chart-bar\", url: \"\", desc: \"A quick way to work out the right data plan for your trip.\" },\n    { name: \"eSIM vs Roaming\",          icon: \"ti-scale\",     url: \"\", desc: \"Which one actually saves you money \u2014 and when roaming still wins.\" },\n  ];\n\n  \/* =====================================================================\n     EDIT ME \u2014 eSIM provider reviews. Leave url: \"\" for \"Coming Soon\".\n     ===================================================================== *\/\n  const esimProviders = [\n    { name: \"Airalo\",      icon: \"ti-device-sim\", url: \"https:\/\/thechampagnemile.com.au\/deals\/airalo-discount-code\/\", domain: \"airalo.com\" },\n    { name: \"Airhub\",      icon: \"ti-device-sim\", url: \"https:\/\/thechampagnemile.com.au\/deals\/airhub-promo-code\/\", domain: \"airhubapp.com\" },\n    { name: \"Amigo eSIM\",  icon: \"ti-device-sim\", url: \"https:\/\/thechampagnemile.com.au\/deals\/amigo-esim-promo-code\/\", domain: \"amigosim.com\" },\n    { name: \"GigSky\",      icon: \"ti-device-sim\", url: \"https:\/\/thechampagnemile.com.au\/deals\/gigsky-promo-code\/\", domain: \"gigsky.com\" },\n    { name: \"Global YO\",   icon: \"ti-device-sim\", url: \"https:\/\/thechampagnemile.com.au\/deals\/global-yo-promo-code\/\", domain: \"globalyo.com\" },\n    { name: \"Holafly\",     icon: \"ti-device-sim\", url: \"https:\/\/thechampagnemile.com.au\/deals\/holafly-discount-code\/\", domain: \"holafly.com\" },\n    { name: \"Jetpac\",      icon: \"ti-device-sim\", url: \"https:\/\/thechampagnemile.com.au\/deals\/jetpac-promo-code\/\", domain: \"jetpacglobal.com\" },\n    { name: \"Maya Mobile\", icon: \"ti-device-sim\", url: \"https:\/\/thechampagnemile.com.au\/deals\/maya-mobile-esim-promo-code\/\", domain: \"maya.net\" },\n    { name: \"Nomad\",       icon: \"ti-device-sim\", url: \"https:\/\/thechampagnemile.com.au\/deals\/nomad-esim-discount-code\/\", domain: \"getnomad.app\" },\n    { name: \"Roamless\",    icon: \"ti-device-sim\", url: \"https:\/\/thechampagnemile.com.au\/deals\/roamless-promo-code\/\", domain: \"roamless.com\" },\n    { name: \"Saily\",       icon: \"ti-device-sim\", url: \"https:\/\/thechampagnemile.com.au\/deals\/saily-discount-code\/\", domain: \"saily.com\" },\n    { name: \"Simify\",      icon: \"ti-device-sim\", url: \"https:\/\/thechampagnemile.com.au\/deals\/simify-discount-code\/\", domain: \"simify.com\" },\n    { name: \"SimOptions\",  icon: \"ti-device-sim\", url: \"https:\/\/thechampagnemile.com.au\/deals\/simoptions-promo-code\/\", domain: \"simoptions.com\" },\n    { name: \"Ubigi\",       icon: \"ti-device-sim\", url: \"https:\/\/thechampagnemile.com.au\/deals\/ubigi-promo-code\/\", domain: \"ubigi.com\" },\n  ];\n\n  \/* =====================================================================\n     EDIT ME \u2014 Airport parking guides. Leave url: \"\" for \"Coming Soon\".\n     ===================================================================== *\/\n  const airportParking = [\n    { name: \"Sydney Airport Parking\",    icon: \"ti-parking\", url: \"https:\/\/thechampagnemile.com.au\/deals\/guides\/sydney-airport-parking\/\", domain: \"\" },\n    { name: \"Melbourne Airport Parking\", icon: \"ti-parking\", url: \"https:\/\/thechampagnemile.com.au\/deals\/guides\/melbourne-airport-parking\/\", domain: \"\" },\n    { name: \"Brisbane Airport Parking\",  icon: \"ti-parking\", url: \"https:\/\/thechampagnemile.com.au\/deals\/guides\/brisbane-airport-parking\/\", domain: \"\" },\n    { name: \"Perth Airport Parking\",     icon: \"ti-parking\", url: \"https:\/\/thechampagnemile.com.au\/deals\/guides\/perth-airport-parking\/\", domain: \"\" },\n    { name: \"Adelaide Airport Parking\",  icon: \"ti-parking\", url: \"https:\/\/thechampagnemile.com.au\/deals\/guides\/adelaide-airport-parking\/\", domain: \"\" },\n    { name: \"Gold Coast Airport Parking\",icon: \"ti-parking\", url: \"https:\/\/thechampagnemile.com.au\/deals\/guides\/gold-coast-airport-parking\/\", domain: \"\" },\n    { name: \"Canberra Airport Parking\",  icon: \"ti-parking\", url: \"https:\/\/thechampagnemile.com.au\/deals\/guides\/canberra-airport-parking\/\", domain: \"\" },\n  ];\n\n  \/* =====================================================================\n     EDIT ME \u2014 Price match retailer guides. Leave url: \"\" for \"Coming Soon\".\n     ===================================================================== *\/\n  const retailers = [\n    { name: \"Bunnings\",          icon: \"ti-hammer\",            url: \"https:\/\/thechampagnemile.com.au\/deals\/guides\/bunnings-price-match-guide\/\",          desc: \"Yes \u2014 Bunnings matches and beats it by 10%.\", domain: \"bunnings.com.au\" },\n    { name: \"Officeworks\",       icon: \"ti-printer\",           url: \"https:\/\/thechampagnemile.com.au\/deals\/guides\/officeworks-price-match-guide\/\",       desc: \"Yes \u2014 beats it by 5% with their Price Beat Guarantee.\", domain: \"officeworks.com.au\" },\n    { name: \"JB Hi-Fi\",          icon: \"ti-disc\",              url: \"https:\/\/thechampagnemile.com.au\/deals\/guides\/jb-hi-fi-price-match-guide\/\",          desc: \"Find out if JB Hi-Fi price match in-store and online.\", domain: \"jbhifi.com.au\" },\n    { name: \"The Good Guys\",     icon: \"ti-device-tv\",         url: \"https:\/\/thechampagnemile.com.au\/deals\/guides\/good-guys-price-match-guide\/\",         desc: \"Find out if The Good Guys price match in-store or online.\", domain: \"thegoodguys.com.au\" },\n    { name: \"Harvey Norman\",     icon: \"ti-sofa\",              url: \"https:\/\/thechampagnemile.com.au\/deals\/guides\/harvey-norman-price-match-guide\/\",     desc: \"How to get the best deal with Harvey Norman's price match.\", domain: \"harveynorman.com.au\" },\n    { name: \"Big W\",             icon: \"ti-building-warehouse\",url: \"https:\/\/thechampagnemile.com.au\/deals\/guides\/big-w-price-match-guide\/\",             desc: \"No official policy \u2014 here's what actually works.\", domain: \"bigw.com.au\" },\n    { name: \"Myer\",              icon: \"ti-shopping-bag\",      url: \"https:\/\/thechampagnemile.com.au\/deals\/guides\/myer-price-match-guide\/\",              desc: \"The full guide to Myer's price match policy.\", domain: \"myer.com.au\" },\n    { name: \"David Jones\",       icon: \"ti-shirt\",             url: \"https:\/\/thechampagnemile.com.au\/deals\/guides\/david-jones-price-match-guide\/\",       desc: \"Find out if David Jones price match in-store and online.\", domain: \"davidjones.com\" },\n    { name: \"Chemist Warehouse\", icon: \"ti-pill\",              url: \"https:\/\/thechampagnemile.com.au\/deals\/guides\/chemist-warehouse-price-match-guide\/\", desc: \"Find out if Chemist Warehouse price match in-store or online.\", domain: \"chemistwarehouse.com.au\" },\n{ name: \"Priceline\", icon: \"ti-pill\",              url: \"https:\/\/thechampagnemile.com.au\/deals\/guides\/priceline-price-match-guide\/\", desc: \"Find out if Priceline price match in-store or online.\", domain: \"priceline.com.au\" },\n    { name: \"EB Games\",          icon: \"ti-device-gamepad-2\",  url: \"https:\/\/thechampagnemile.com.au\/deals\/guides\/eb-games-price-match-guide\/\",          desc: \"Find out if EB Games price match in-store and online.\", domain: \"ebgames.com.au\" },\n\n    { name: \"BWS\",          icon: \"ti-device-gamepad-2\",  url: \"https:\/\/thechampagnemile.com.au\/deals\/guides\/bws-price-match-guide\/\",          desc: \"Find out if BWS price match in-store and online.\", domain: \"bws.com.au\" },\n\n    { name: \"Liquorland\",          icon: \"ti-device-gamepad-2\",  url: \"https:\/\/thechampagnemile.com.au\/deals\/guides\/liquorland-price-match-guide\/\",          desc: \"Find out if Liquorland price match in-store and online.\", domain: \"liquorland.com.au\" },\n\n    { name: \"Dan Murphy's\",          icon: \"ti-device-gamepad-2\",  url: \"https:\/\/thechampagnemile.com.au\/deals\/guides\/dan-murphys-price-match-guide\/\",          desc: \"Find out if Dan Murphy's price match in-store and online.\", domain: \"danmurphys.com.au\" },\n\n   { name: \"Kmart\",          icon: \"ti-device-gamepad-2\",  url: \"https:\/\/thechampagnemile.com.au\/deals\/guides\/kmart-price-match-guide\/\",          desc: \"Find out if Kmart's price match in-store and online.\", domain: \"kmart.com.au\" },\n\n   { name: \"Target\",          icon: \"ti-device-gamepad-2\",  url: \"https:\/\/thechampagnemile.com.au\/deals\/guides\/target-price-match-guide\/\",          desc: \"Find out if Target's price match in-store and online.\", domain: \"target.com.au\" },\n\n   { name: \"Coles\",          icon: \"ti-device-gamepad-2\",  url: \"https:\/\/thechampagnemile.com.au\/deals\/guides\/coles-price-match-guide\/\",          desc: \"Find out if Coles' price match in-store and online.\", domain: \"coles.com.au\" },\n\n   { name: \"Woolworths\",          icon: \"ti-device-gamepad-2\",  url: \"https:\/\/thechampagnemile.com.au\/deals\/guides\/woolworths-price-match-guide\/\",          desc: \"Find out if Woolworths price match in-store and online.\", domain: \"woolworths.com.au\" },\n\n  ];\n\n  \/* =====================================================================\n     EDIT ME \u2014 Car rental hiring guides. Leave url: \"\" for \"Coming Soon\".\n     ===================================================================== *\/\n  const carRentalGuides = [\n    { name: \"How Rental Excess Works\",        icon: \"ti-receipt-2\",  url: \"\", desc: \"The difference between the bond, the excess and what an excess reduction product actually buys you.\" },\n    { name: \"What's Included in Your Rental\", icon: \"ti-list-check\", url: \"\", desc: \"Standard inclusions vs the add-ons that get pitched at the counter.\" },\n    { name: \"One-Way vs Return Rentals\",      icon: \"ti-arrows-right-left\", url: \"\", desc: \"When a one-way drop-off fee is worth it, and when it isn't.\" },\n    { name: \"Renting a Car Overseas\",         icon: \"ti-world\",      url: \"\", desc: \"Licence requirements, deposits and what catches first-time renters out.\" },\n    { name: \"Relocation Vehicle Rentals\",     icon: \"ti-truck\",      url: \"https:\/\/thechampagnemile.com.au\/deals\/guides\/relocation-vehicle-rentals\/\", desc: \"One-way rentals discounted to as little as $1 a day, because it beats the rental company trucking the car back empty.\" },\n  ];\n\n  \/* =====================================================================\n     EDIT ME \u2014 Car rental provider reviews. Leave url: \"\" for \"Coming Soon\".\n     ===================================================================== *\/\n  const carRentalProviders = [\n    { name: \"Apex Car Rentals\", icon: \"ti-car\", url: \"https:\/\/thechampagnemile.com.au\/deals\/apex-car-rentals-discount-code-australia\/\", domain: \"https:\/\/www.apexrentals.com.au\/\" },\n    { name: \"Avis\",             icon: \"ti-car\", url: \"https:\/\/thechampagnemile.com.au\/deals\/avis-discount-code-australia\/\", domain: \"avis.com.au\" },\n    { name: \"Budget\",           icon: \"ti-car\", url: \"https:\/\/thechampagnemile.com.au\/deals\/budget-car-rental-discount-code-australia\/\", domain: \"budget.com.au\" },\n    { name: \"DiscoverCars\",     icon: \"ti-car\", url: \"https:\/\/thechampagnemile.com.au\/deals\/discovercars-discount-code-australia\/\", domain: \"discovercars.com\" },\n    { name: \"Europcar\",         icon: \"ti-car\", url: \"https:\/\/thechampagnemile.com.au\/deals\/europcar-discount-code-australia\/\", domain: \"europcar.com.au\" },\n    { name: \"Hertz\",            icon: \"ti-car\", url: \"https:\/\/thechampagnemile.com.au\/deals\/hertz-discount-code-australia\/\", domain: \"hertz.com.au\" },\n    { name: \"Qeeq\",             icon: \"ti-car\", url: \"https:\/\/thechampagnemile.com.au\/deals\/qeeq-discount-code-australia\/\", domain: \"https:\/\/www.qeeq.com\/\" },\n    { name: \"Snap Rentals NZ\",  icon: \"ti-car\", url: \"https:\/\/thechampagnemile.com.au\/deals\/snap-rentals-nz-discount-code\/\", domain: \"https:\/\/www.snaprentals.co.nz\/\" },\n  ];\n\n  \/* =====================================================================\n     Rendering \u2014 no need to touch anything below this line.\n     ===================================================================== *\/\n\n  function esc(s) {\n    return String(s).replace(\/[&<>\"']\/g, function (c) {\n      return { \"&\": \"&amp;\", \"<\": \"&lt;\", \">\": \"&gt;\", '\"': \"&quot;\", \"'\": \"&#39;\" }[c];\n    });\n  }\n\n  function jumpBtn(j) {\n    return (\n      '<a class=\"tcm-jumpnav-btn\" href=\"#' + esc(j.target) + '\" data-scroll=\"' + esc(j.target) + '\">' +\n        '<i class=\"ti ' + esc(j.icon) + '\"><\/i>' + esc(j.name) +\n      '<\/a>'\n    );\n  }\n\n  function card(item) {\n    const soon = !item.url;\n    const href = soon ? \"#\" : esc(item.url);\n    return (\n      '<a class=\"tcm-card' + (soon ? \" tcm-card-soon\" : \"\") + '\" href=\"' + href + '\"' +\n      (soon ? ' aria-disabled=\"true\" tabindex=\"-1\"' : \"\") +\n      (item.desc ? ' title=\"' + esc(item.desc) + '\"' : \"\") + '>' +\n        '<div class=\"tcm-card-icon\"><i class=\"ti ' + esc(item.icon) + '\"><\/i><\/div>' +\n        '<div class=\"tcm-card-text\">' +\n          '<span class=\"tcm-card-name\">' + esc(item.name) + (soon ? '<span class=\"tcm-chip-soon\">Coming Soon<\/span>' : \"\") + '<\/span>' +\n          (item.desc ? '<span class=\"tcm-card-desc\">' + esc(item.desc) + '<\/span>' : \"\") +\n        '<\/div>' +\n      '<\/a>'\n    );\n  }\n\n  function countryLink(c) {\n    const soon = !c.url;\n    const href = soon ? \"#\" : esc(c.url);\n    const flagMarkup = c.flag\n      ? '<img decoding=\"async\" class=\"tcm-country-link-flag\" src=\"https:\/\/flagcdn.com\/w40\/' + esc(c.flag) + '.png\" alt=\"\" loading=\"lazy\" onerror=\"this.style.display=\\'none\\';\">'\n      : '';\n    const iconMarkup = (c.icon && !c.flag)\n      ? '<i class=\"ti ' + esc(c.icon) + ' tcm-country-link-icon\" style=\"' + (c.domain ? 'display:none' : '') + '\"><\/i>'\n      : '';\n    const logoMarkup = (c.domain && !c.flag)\n      ? '<img decoding=\"async\" class=\"tcm-country-link-logo\" src=\"https:\/\/www.google.com\/s2\/favicons?domain=' + esc(c.domain) + '&#038;sz=64\" alt=\"\" loading=\"lazy\" onerror=\"this.style.display=\\'none\\'; this.nextElementSibling &#038;&#038; (this.nextElementSibling.style.display=\\'inline-block\\');\">'\n      : '';\n    return (\n      '<a class=\"tcm-country-link' + (soon ? \" tcm-soon\" : \"\") + '\" href=\"' + href + '\"' +\n      (soon ? ' aria-disabled=\"true\" tabindex=\"-1\"' : \"\") + '>' +\n        '<span class=\"tcm-country-link-label\">' + flagMarkup + logoMarkup + iconMarkup + esc(c.name) + '<\/span>' +\n        (soon ? '<span class=\"tcm-chip-soon\">Soon<\/span>' : \"\") +\n      '<\/a>'\n    );\n  }\n\n  function priceMatchLink(c) {\n    const soon = !c.url;\n    const href = soon ? \"#\" : esc(c.url);\n    const iconMarkup = c.icon\n      ? '<i class=\"ti ' + esc(c.icon) + ' tcm-country-link-icon\" style=\"' + (c.domain ? 'display:none' : '') + '\"><\/i>'\n      : '';\n    const logoMarkup = c.domain\n      ? '<img decoding=\"async\" class=\"tcm-country-link-logo\" src=\"https:\/\/www.google.com\/s2\/favicons?domain=' + esc(c.domain) + '&#038;sz=64\" alt=\"\" loading=\"lazy\" onerror=\"this.style.display=\\'none\\'; this.nextElementSibling &#038;&#038; (this.nextElementSibling.style.display=\\'inline-block\\');\">'\n      : '';\n    return (\n      '<a class=\"tcm-country-link tcm-pricematch-link' + (soon ? \" tcm-soon\" : \"\") + '\" href=\"' + href + '\"' +\n      (soon ? ' aria-disabled=\"true\" tabindex=\"-1\"' : \"\") + '>' +\n        '<span class=\"tcm-country-link-label\">' + logoMarkup + iconMarkup + 'Does ' + esc(c.name) + ' Price Match?<\/span>' +\n        (soon ? '<span class=\"tcm-chip-soon\">Soon<\/span>' : \"\") +\n      '<\/a>'\n    );\n  }\n\n  function regionCard(r, isFirst) {\n    const countries = destinations.filter(function (d) { return d.region === r.name; });\n    const hubLink = r.hubUrl\n      ? '<a class=\"tcm-region-hub-link\" href=\"' + esc(r.hubUrl) + '\">View full ' + esc(r.name) + ' hub <i class=\"ti ti-arrow-right\"><\/i><\/a>'\n      : \"\";\n    return (\n      '<details class=\"tcm-region-card\"' + (isFirst ? \" open\" : \"\") + '>' +\n        '<summary class=\"tcm-region-summary\">' +\n          '<span class=\"tcm-region-summary-left\">' +\n            '<span class=\"tcm-region-icon\"><i class=\"ti ' + esc(r.icon) + '\"><\/i><\/span>' +\n            '<span>' +\n              '<span class=\"tcm-region-name\">' + esc(r.name) + '<\/span>' +\n              '<span class=\"tcm-region-count\">' + countries.length + ' destination' + (countries.length === 1 ? \"\" : \"s\") + '<\/span>' +\n            '<\/span>' +\n          '<\/span>' +\n          '<span class=\"tcm-region-chevron\"><i class=\"ti ti-chevron-down\"><\/i><\/span>' +\n        '<\/summary>' +\n        '<div class=\"tcm-region-body\">' +\n          hubLink +\n          '<div class=\"tcm-country-grid\">' + countries.map(countryLink).join(\"\") + '<\/div>' +\n        '<\/div>' +\n      '<\/details>'\n    );\n  }\n\n  document.getElementById(\"tcm-jumpnav\").innerHTML =\n    jumpLinks.map(jumpBtn).join(\"\");\n\n  document.getElementById(\"tcm-insurance-guides-grid\").innerHTML =\n    insuranceGuides.map(card).join(\"\");\n\n  document.getElementById(\"tcm-insurance-country-grid\").innerHTML =\n    insuranceCountries.map(countryLink).join(\"\");\n\n  document.getElementById(\"tcm-insurance-grid\").innerHTML =\n    insuranceProviders.map(countryLink).join(\"\");\n\n  document.getElementById(\"tcm-region-list\").innerHTML =\n    regions.map(function (r, i) { return regionCard(r, i === 0); }).join(\"\");\n\n  document.getElementById(\"tcm-guides-grid\").innerHTML =\n    buyingGuides.map(card).join(\"\");\n\n  document.getElementById(\"tcm-esim-provider-grid\").innerHTML =\n    esimProviders.map(countryLink).join(\"\");\n\n  document.getElementById(\"tcm-airportparking-grid\").innerHTML =\n    airportParking.map(countryLink).join(\"\");\n\n  document.getElementById(\"tcm-pricematch-grid\").innerHTML =\n    retailers.map(priceMatchLink).join(\"\");\n\n  document.getElementById(\"tcm-carrental-guides-grid\").innerHTML =\n    carRentalGuides.map(card).join(\"\");\n\n  document.getElementById(\"tcm-carrental-grid\").innerHTML =\n    carRentalProviders.map(countryLink).join(\"\");\n\n  \/* Smooth-scroll for the jump nav, scoped to this page's own\n     buttons only (doesn't touch global anchor\/scroll behaviour). *\/\n  document.getElementById(\"tcm-jumpnav\").addEventListener(\"click\", function (e) {\n    const btn = e.target.closest(\"[data-scroll]\");\n    if (!btn) return;\n    const target = document.getElementById(btn.getAttribute(\"data-scroll\"));\n    if (!target) return;\n    e.preventDefault();\n    target.scrollIntoView({ behavior: \"smooth\", block: \"start\" });\n  });\n\n})();\n<\/script>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Deals Guides In-depth comparisons across travel insurance, eSIMs, car rental, airport parking and price matching \u2014 reviewed one by one, so you can pick with confidence. Travel Insurance Guides Compare providers, understand what&#8217;s covered, and get a policy that suits how you travel. Buying Guides New to travel insurance, or just want to double-check you&#8217;re [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":98937,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"categories":[],"tags":[],"class_list":["post-96339","page","type-page","status-publish","has-post-thumbnail","hentry"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO Pro 5.0.1.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"Compare travel insurance, eSIMs, price match policies and paid survey sites \u2014 honest, provider-by-provider guides to help you choose with confidence.\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"google-site-verification\" content=\"Lb-YNjKnkpLidK0Mw6a1JQ5pvIJpY2aovB5oxBuwgxo\" \/>\n\t<meta name=\"msvalidate.01\" content=\"81ff27c196c04306b8b6d2c52967f5e8\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/thechampagnemile.com.au\/deals\/guides\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO Pro (AIOSEO) 5.0.1.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_AU\" \/>\n\t\t<meta property=\"og:site_name\" content=\"THE CHAMPAGNE MILE\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Travel Guides: Insurance, eSIMs &amp; More | The Champagne Mile\" \/>\n\t\t<meta property=\"og:description\" content=\"Compare travel insurance, eSIMs, price match policies and paid survey sites \u2014 honest, provider-by-provider guides to help you choose with confidence.\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/thechampagnemile.com.au\/deals\/guides\/\" \/>\n\t\t<meta property=\"fb:admins\" content=\"522783484576523\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/thechampagnemile.com.au\/deals\/wp-content\/uploads\/2026\/08\/travel-guides-feature-image.jpg\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/thechampagnemile.com.au\/deals\/wp-content\/uploads\/2026\/08\/travel-guides-feature-image.jpg\" \/>\n\t\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t\t<meta property=\"og:image:height\" content=\"630\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2026-07-26T02:20:29+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2026-09-04T05:46:29+00:00\" \/>\n\t\t<meta property=\"article:publisher\" content=\"https:\/\/facebook.com\/champmile\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:site\" content=\"@milechampagne\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Travel Guides: Insurance, eSIMs &amp; More | The Champagne Mile\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Compare travel insurance, eSIMs, price match policies and paid survey sites \u2014 honest, provider-by-provider guides to help you choose with confidence.\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/thechampagnemile.com.au\/deals\/wp-content\/uploads\/2026\/08\/travel-guides-feature-image.jpg\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/thechampagnemile.com.au\\\/deals\\\/guides\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/thechampagnemile.com.au\\\/deals#listItem\",\"position\":1,\"name\":\"Home\"}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/thechampagnemile.com.au\\\/deals\\\/#organization\",\"name\":\"The Champagne Mile\",\"description\":\"The Champagne Mile helps Australians maximise frequent flyer points and rewards programs for smarter travel and better value.\",\"url\":\"https:\\\/\\\/thechampagnemile.com.au\\\/deals\\\/\",\"email\":\"info@thechampagnemile.com.au\",\"foundingDate\":\"2016-07-01\",\"numberOfEmployees\":{\"@type\":\"QuantitativeValue\",\"minValue\":1,\"maxValue\":5},\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/thechampagnemile.com.au\\\/wp-content\\\/uploads\\\/2022\\\/01\\\/TCM-logo-200-transparent.png\",\"@id\":\"https:\\\/\\\/thechampagnemile.com.au\\\/deals\\\/guides\\\/#organizationLogo\"},\"image\":{\"@id\":\"https:\\\/\\\/thechampagnemile.com.au\\\/deals\\\/guides\\\/#organizationLogo\"},\"sameAs\":[\"https:\\\/\\\/www.instagram.com\\\/champagnemile\\\/\",\"https:\\\/\\\/www.pinterest.com.au\\\/champagnemile\\\/\",\"https:\\\/\\\/www.youtube.com\\\/@TheChampagneMile\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/the-champagne-mile\\\/\"],\"address\":{\"@id\":\"https:\\\/\\\/thechampagnemile.com.au\\\/deals\\\/#postaladdress\",\"@type\":\"PostalAddress\",\"streetAddress\":\"U4\\\/2 East Terrace, Adelaide\",\"postalCode\":\"5000\",\"addressLocality\":\"Adelaide\",\"addressRegion\":\"South Australia\",\"addressCountry\":\"AU\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/thechampagnemile.com.au\\\/deals\\\/guides\\\/#webpage\",\"url\":\"https:\\\/\\\/thechampagnemile.com.au\\\/deals\\\/guides\\\/\",\"name\":\"Travel Guides: Insurance, eSIMs & More | The Champagne Mile\",\"description\":\"Compare travel insurance, eSIMs, price match policies and paid survey sites \\u2014 honest, provider-by-provider guides to help you choose with confidence.\",\"inLanguage\":\"en-AU\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/thechampagnemile.com.au\\\/deals\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/thechampagnemile.com.au\\\/deals\\\/guides\\\/#breadcrumblist\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/thechampagnemile.com.au\\\/deals\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/travel-guides-feature-image.jpg\",\"@id\":\"https:\\\/\\\/thechampagnemile.com.au\\\/deals\\\/guides\\\/#mainImage\",\"width\":1200,\"height\":630},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/thechampagnemile.com.au\\\/deals\\\/guides\\\/#mainImage\"},\"datePublished\":\"2026-07-26T11:50:29+09:30\",\"dateModified\":\"2026-09-04T15:16:29+09:30\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/thechampagnemile.com.au\\\/deals\\\/#website\",\"url\":\"https:\\\/\\\/thechampagnemile.com.au\\\/deals\\\/\",\"name\":\"The Champagne Mile\",\"alternateName\":\"TCM\",\"description\":\"Big savings and discounts on travel and accommodation are only a click away\",\"inLanguage\":\"en-AU\",\"publisher\":{\"@id\":\"https:\\\/\\\/thechampagnemile.com.au\\\/deals\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO Pro -->\r\n\t\t<title>Travel Guides: Insurance, eSIMs &amp; More | The Champagne Mile<\/title>\n\n","aioseo_head_json":{"title":"Travel Guides: Insurance, eSIMs & More | The Champagne Mile","description":"Compare travel insurance, eSIMs, price match policies and paid survey sites \u2014 honest, provider-by-provider guides to help you choose with confidence.","canonical_url":"https:\/\/thechampagnemile.com.au\/deals\/guides\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"google-site-verification":"Lb-YNjKnkpLidK0Mw6a1JQ5pvIJpY2aovB5oxBuwgxo","msvalidate.01":"81ff27c196c04306b8b6d2c52967f5e8","miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BreadcrumbList","@id":"https:\/\/thechampagnemile.com.au\/deals\/guides\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/thechampagnemile.com.au\/deals#listItem","position":1,"name":"Home"}]},{"@type":"Organization","@id":"https:\/\/thechampagnemile.com.au\/deals\/#organization","name":"The Champagne Mile","description":"The Champagne Mile helps Australians maximise frequent flyer points and rewards programs for smarter travel and better value.","url":"https:\/\/thechampagnemile.com.au\/deals\/","email":"info@thechampagnemile.com.au","foundingDate":"2016-07-01","numberOfEmployees":{"@type":"QuantitativeValue","minValue":1,"maxValue":5},"logo":{"@type":"ImageObject","url":"https:\/\/thechampagnemile.com.au\/wp-content\/uploads\/2022\/01\/TCM-logo-200-transparent.png","@id":"https:\/\/thechampagnemile.com.au\/deals\/guides\/#organizationLogo"},"image":{"@id":"https:\/\/thechampagnemile.com.au\/deals\/guides\/#organizationLogo"},"sameAs":["https:\/\/www.instagram.com\/champagnemile\/","https:\/\/www.pinterest.com.au\/champagnemile\/","https:\/\/www.youtube.com\/@TheChampagneMile","https:\/\/www.linkedin.com\/company\/the-champagne-mile\/"],"address":{"@id":"https:\/\/thechampagnemile.com.au\/deals\/#postaladdress","@type":"PostalAddress","streetAddress":"U4\/2 East Terrace, Adelaide","postalCode":"5000","addressLocality":"Adelaide","addressRegion":"South Australia","addressCountry":"AU"}},{"@type":"WebPage","@id":"https:\/\/thechampagnemile.com.au\/deals\/guides\/#webpage","url":"https:\/\/thechampagnemile.com.au\/deals\/guides\/","name":"Travel Guides: Insurance, eSIMs & More | The Champagne Mile","description":"Compare travel insurance, eSIMs, price match policies and paid survey sites \u2014 honest, provider-by-provider guides to help you choose with confidence.","inLanguage":"en-AU","isPartOf":{"@id":"https:\/\/thechampagnemile.com.au\/deals\/#website"},"breadcrumb":{"@id":"https:\/\/thechampagnemile.com.au\/deals\/guides\/#breadcrumblist"},"image":{"@type":"ImageObject","url":"https:\/\/thechampagnemile.com.au\/deals\/wp-content\/uploads\/2026\/08\/travel-guides-feature-image.jpg","@id":"https:\/\/thechampagnemile.com.au\/deals\/guides\/#mainImage","width":1200,"height":630},"primaryImageOfPage":{"@id":"https:\/\/thechampagnemile.com.au\/deals\/guides\/#mainImage"},"datePublished":"2026-07-26T11:50:29+09:30","dateModified":"2026-09-04T15:16:29+09:30"},{"@type":"WebSite","@id":"https:\/\/thechampagnemile.com.au\/deals\/#website","url":"https:\/\/thechampagnemile.com.au\/deals\/","name":"The Champagne Mile","alternateName":"TCM","description":"Big savings and discounts on travel and accommodation are only a click away","inLanguage":"en-AU","publisher":{"@id":"https:\/\/thechampagnemile.com.au\/deals\/#organization"}}]},"og:locale":"en_AU","og:site_name":"THE CHAMPAGNE MILE","og:type":"article","og:title":"Travel Guides: Insurance, eSIMs &amp; More | The Champagne Mile","og:description":"Compare travel insurance, eSIMs, price match policies and paid survey sites \u2014 honest, provider-by-provider guides to help you choose with confidence.","og:url":"https:\/\/thechampagnemile.com.au\/deals\/guides\/","fb:admins":"522783484576523","og:image":"https:\/\/thechampagnemile.com.au\/deals\/wp-content\/uploads\/2026\/08\/travel-guides-feature-image.jpg","og:image:secure_url":"https:\/\/thechampagnemile.com.au\/deals\/wp-content\/uploads\/2026\/08\/travel-guides-feature-image.jpg","og:image:width":1200,"og:image:height":630,"article:published_time":"2026-07-26T02:20:29+00:00","article:modified_time":"2026-09-04T05:46:29+00:00","article:publisher":"https:\/\/facebook.com\/champmile","twitter:card":"summary_large_image","twitter:site":"@milechampagne","twitter:title":"Travel Guides: Insurance, eSIMs &amp; More | The Champagne Mile","twitter:description":"Compare travel insurance, eSIMs, price match policies and paid survey sites \u2014 honest, provider-by-provider guides to help you choose with confidence.","twitter:image":"https:\/\/thechampagnemile.com.au\/deals\/wp-content\/uploads\/2026\/08\/travel-guides-feature-image.jpg"},"aioseo_meta_data":{"post_id":"96339","title":"Travel Guides: Insurance, eSIMs &amp; More | The Champagne Mile","description":"Compare travel insurance, eSIMs, price match policies and paid survey sites \u2014 honest, provider-by-provider guides to help you choose with confidence.","keywords":null,"keyphrases":{"focus":{"keyphrase":"","score":0,"analysis":{"keyphraseInTitle":{"score":0,"maxScore":9,"error":1}}},"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"none","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","local_seo":null,"seo_analyzer_scan_date":"2026-09-04 05:48:35","breadcrumb_settings":null,"limit_modified_date":false,"reviewed_by":"0","open_ai":null,"ai":{"faqs":[],"keyPoints":[],"schemas":[],"titles":[],"descriptions":[],"socialPosts":{"email":{"subject":"","preview":"","content":""},"linkedin":[],"twitter":[],"facebook":[],"instagram":[]}},"created":"2026-07-26 02:19:37","updated":"2026-09-04 05:48:35","focus_keyword":null,"additional_keywords":null,"truseo_locale":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t<a href=\"https:\/\/thechampagnemile.com.au\/deals\" title=\"Home\">Home<\/a>\n<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/thechampagnemile.com.au\/deals"}],"_links":{"self":[{"href":"https:\/\/thechampagnemile.com.au\/deals\/wp-json\/wp\/v2\/pages\/96339","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/thechampagnemile.com.au\/deals\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/thechampagnemile.com.au\/deals\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/thechampagnemile.com.au\/deals\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/thechampagnemile.com.au\/deals\/wp-json\/wp\/v2\/comments?post=96339"}],"version-history":[{"count":86,"href":"https:\/\/thechampagnemile.com.au\/deals\/wp-json\/wp\/v2\/pages\/96339\/revisions"}],"predecessor-version":[{"id":99844,"href":"https:\/\/thechampagnemile.com.au\/deals\/wp-json\/wp\/v2\/pages\/96339\/revisions\/99844"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/thechampagnemile.com.au\/deals\/wp-json\/wp\/v2\/media\/98937"}],"wp:attachment":[{"href":"https:\/\/thechampagnemile.com.au\/deals\/wp-json\/wp\/v2\/media?parent=96339"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/thechampagnemile.com.au\/deals\/wp-json\/wp\/v2\/categories?post=96339"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/thechampagnemile.com.au\/deals\/wp-json\/wp\/v2\/tags?post=96339"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}