{"id":436,"date":"2021-09-23T20:28:16","date_gmt":"2021-09-23T20:28:16","guid":{"rendered":"https:\/\/startertemplatecloud.com\/g17\/?page_id=11"},"modified":"2026-07-18T18:22:40","modified_gmt":"2026-07-18T10:22:40","slug":"contact","status":"publish","type":"page","link":"https:\/\/goindonesiatourism.com\/in\/contact\/","title":{"rendered":"Contact"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"436\" class=\"elementor elementor-436\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6b4431d e-con e-atomic-element e-flexbox-base e-72688e4 \" data-id=\"6b4431d\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"6b4431d\" data-e-type=\"e-flexbox\" data-id=\"6b4431d\">\n    \t\t<div class=\"elementor-element elementor-element-6b1253e elementor-widget elementor-widget-html\" data-id=\"6b1253e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n    <title>Contact Us - Treva Holidays<\/title>\r\n    <script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\r\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;600;700&display=swap\" rel=\"stylesheet\">\r\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\r\n    \r\n    <style>\r\n        body { font-family: 'Poppins', sans-serif; }\r\n        .bg-gradient-travel { background: linear-gradient(135deg, #FFB347 0%, #FFD700 100%); }\r\n        .floating { animation: float 3s ease-in-out infinite; }\r\n        @keyframes float {\r\n            0%, 100% { transform: translateY(0px) rotate(0deg); }\r\n            50% { transform: translateY(-20px) rotate(5deg); }\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body class=\"bg-slate-50 text-slate-800\">\r\n\r\n    <header class=\"bg-white py-8 shadow-sm\">\r\n        <div class=\"container mx-auto px-4 text-center\">\r\n            <h1 class=\"text-4xl font-bold text-orange-500 mb-2\">Treva Holidays<\/h1>\r\n            <p class=\"text-slate-500 text-lg\">Ready for your next adventure? Let us make it happen!<\/p>\r\n        <\/div>\r\n    <\/header>\r\n\r\n    <main class=\"container mx-auto px-4 py-16\">\r\n        <div class=\"grid md:grid-cols-2 gap-16 items-center\">\r\n            \r\n            <div class=\"space-y-8\">\r\n                <div>\r\n                    <h2 class=\"text-4xl font-bold text-slate-900 mb-4\">Let's Plan Your Journey<\/h2>\r\n                    <p class=\"text-slate-600 leading-relaxed\">\r\n                        Whether you are dreaming of a relaxing tropical getaway or an exciting city adventure, the Treva Holidays team is here to craft every detail of your trip with a personal touch.\r\n                    <\/p>\r\n                <\/div>\r\n                \r\n                <div class=\"space-y-6\">\r\n                    <div class=\"flex items-center space-x-5 group\">\r\n                        <div class=\"bg-yellow-100 text-orange-500 p-4 rounded-2xl\">\r\n                            <i class=\"fas fa-phone-alt text-xl\"><\/i>\r\n                        <\/div>\r\n                        <div>\r\n                            <p class=\"text-sm text-slate-400\">Phone \/ WhatsApp<\/p>\r\n                            <a href=\"https:\/\/wa.me\/628132122426\" class=\"text-lg font-semibold hover:text-orange-600\">0813 2122 426<\/a>\r\n                        <\/div>\r\n                    <\/div>\r\n\r\n                    <div class=\"flex items-center space-x-5 group\">\r\n                        <div class=\"bg-yellow-100 text-orange-500 p-4 rounded-2xl\">\r\n                            <i class=\"fas fa-envelope text-xl\"><\/i>\r\n                        <\/div>\r\n                        <div>\r\n                            <p class=\"text-sm text-slate-400\">Email Address<\/p>\r\n                            <a href=\"mailto:trevaholidays@gmail.com\" class=\"text-lg font-semibold hover:text-orange-600\">trevaholidays@gmail.com<\/a>\r\n                        <\/div>\r\n                    <\/div>\r\n\r\n                    <div class=\"flex items-start space-x-5 group\">\r\n                        <div class=\"bg-yellow-100 text-orange-500 p-4 rounded-2xl\">\r\n                            <i class=\"fas fa-map-marker-alt text-xl\"><\/i>\r\n                        <\/div>\r\n                        <div>\r\n                            <p class=\"text-sm text-slate-400\">Office Location<\/p>\r\n                            <p class=\"text-slate-700\">Jl. Joglo Raya No.99B, Kembangan, West Jakarta<\/p>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <div class=\"bg-white p-6 rounded-3xl shadow-lg border border-orange-100\">\r\n                    <h3 class=\"text-xl font-bold mb-4 text-orange-500\">Consultation Request<\/h3>\r\n                    <form id=\"bookingForm\" class=\"space-y-4\">\r\n                        <input type=\"text\" id=\"name\" placeholder=\"Full Name\" required class=\"w-full p-3 rounded-xl border border-slate-200 focus:ring-2 focus:ring-orange-400 outline-none\">\r\n                        <input type=\"text\" id=\"dest\" placeholder=\"Dream Destination\" required class=\"w-full p-3 rounded-xl border border-slate-200 focus:ring-2 focus:ring-orange-400 outline-none\">\r\n                        <input type=\"tel\" id=\"phone\" placeholder=\"Your Phone Number\" required class=\"w-full p-3 rounded-xl border border-slate-200 focus:ring-2 focus:ring-orange-400 outline-none\">\r\n                        <textarea id=\"message\" placeholder=\"Special Requests or Inquiries\" rows=\"3\" class=\"w-full p-3 rounded-xl border border-slate-200 focus:ring-2 focus:ring-orange-400 outline-none\"><\/textarea>\r\n                        <button type=\"submit\" class=\"w-full bg-gradient-travel text-white font-bold py-3 rounded-xl hover:opacity-90 transition transform hover:scale-105\">\r\n                            Send via WhatsApp\r\n                        <\/button>\r\n                    <\/form>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <div class=\"relative\">\r\n                <div class=\"absolute -top-12 -left-12 text-6xl floating\">\u2708\ufe0f<\/div>\r\n                <div class=\"w-full h-96 rounded-3xl overflow-hidden shadow-2xl border-8 border-white bg-white\">\r\n                    <iframe src=\"https:\/\/www.google.com\/maps\/embed?pb=!1m18!1m12!1m3!1d2358.4077173487567!2d106.74683623375529!3d-6.217068192112568!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x2e69c57cce64870d%3A0x527ab50d29eb69ca!2sTreva%20Holidays!5e0!3m2!1sid!2sid!4v1784369538369!5m2!1sid!2sid\" width=\"100%\" height=\"100%\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\"><\/iframe>\r\n                <\/div>\r\n                <div class=\"absolute -bottom-6 -right-6 w-32 h-32 bg-yellow-400 rounded-full opacity-20 -z-10 animate-pulse\"><\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/main>\r\n\r\n    <script>\r\n        document.getElementById('bookingForm').addEventListener('submit', function(e) {\r\n            e.preventDefault();\r\n            const name = document.getElementById('name').value;\r\n            const dest = document.getElementById('dest').value;\r\n            const phone = document.getElementById('phone').value;\r\n            const msg = document.getElementById('message').value;\r\n            \r\n            const text = `Hello Treva Holidays, I'm ${name}. I would like to inquire about a trip to ${dest}. My contact number is ${phone}. Additional info: ${msg}`;\r\n            const whatsappUrl = `https:\/\/wa.me\/628132122426?text=${encodeURIComponent(text)}`;\r\n            window.open(whatsappUrl, '_blank');\r\n        });\r\n    <\/script>\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\n<\/div>\n\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Contact Us &#8211; Treva Holidays Treva Holidays Ready for your next adventure? Let us make it happen! Let&#8217;s Plan Your Journey Whether you are dreaming of a relaxing tropical getaway&#8230;<\/p>\n","protected":false},"author":1,"featured_media":366,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_EventAllDay":false,"_EventTimezone":"","_EventStartDate":"","_EventEndDate":"","_EventStartDateUTC":"","_EventEndDateUTC":"","_EventShowMap":false,"_EventShowMapLink":false,"_EventURL":"","_EventCost":"","_EventCostDescription":"","_EventCurrencySymbol":"","_EventCurrencyCode":"","_EventCurrencyPosition":"","_EventDateTimeSeparator":"","_EventTimeRangeSeparator":"","_EventOrganizerID":[],"_EventVenueID":[],"_OrganizerEmail":"","_OrganizerPhone":"","_OrganizerWebsite":"","_VenueAddress":"","_VenueCity":"","_VenueCountry":"","_VenueProvince":"","_VenueState":"","_VenueZip":"","_VenuePhone":"","_VenueURL":"","_VenueStateProvince":"","_VenueLat":"","_VenueLng":"","_VenueShowMap":false,"_VenueShowMapLink":false,"_kadence_starter_templates_imported_post":true,"_kad_post_transparent":"","_kad_post_title":"","_kad_post_layout":"fullwidth","_kad_post_sidebar_id":"","_kad_post_content_style":"unboxed","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","footnotes":""},"class_list":["post-436","page","type-page","status-publish","has-post-thumbnail","hentry"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.10 - aioseo.com -->\n\t<meta name=\"description\" content=\"Contact Us - Treva Holidays Treva Holidays Ready for your next adventure? Let us make it happen! Let&#039;s Plan Your Journey Whether you are dreaming of a relaxing tropical getaway or an exciting city adventure, the Treva Holidays team is here to craft every detail of your trip with a personal touch. Phone \/ WhatsApp\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"google-site-verification\" content=\"HGW2Wj674dbni9w13d2x8lzulo6xojGY139shJM8dFY\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/goindonesiatourism.com\/in\/contact\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.10\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Go Indonesia - Explore indonesia in simplicity\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Contact - Go Indonesia\" \/>\n\t\t<meta property=\"og:description\" content=\"Contact Us - Treva Holidays Treva Holidays Ready for your next adventure? Let us make it happen! Let&#039;s Plan Your Journey Whether you are dreaming of a relaxing tropical getaway or an exciting city adventure, the Treva Holidays team is here to craft every detail of your trip with a personal touch. Phone \/ WhatsApp\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/goindonesiatourism.com\/in\/contact\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/goindonesiatourism.com\/in\/wp-content\/uploads\/2026\/07\/cropped-logo2.png\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/goindonesiatourism.com\/in\/wp-content\/uploads\/2026\/07\/cropped-logo2.png\" \/>\n\t\t<meta property=\"og:image:width\" content=\"303\" \/>\n\t\t<meta property=\"og:image:height\" content=\"121\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2021-09-23T20:28:16+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2026-07-18T10:22:40+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Contact - Go Indonesia\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Contact Us - Treva Holidays Treva Holidays Ready for your next adventure? Let us make it happen! Let&#039;s Plan Your Journey Whether you are dreaming of a relaxing tropical getaway or an exciting city adventure, the Treva Holidays team is here to craft every detail of your trip with a personal touch. Phone \/ WhatsApp\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/goindonesiatourism.com\/in\/wp-content\/uploads\/2026\/07\/cropped-logo2.png\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/goindonesiatourism.com\\\/in\\\/contact\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/goindonesiatourism.com\\\/in#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/goindonesiatourism.com\\\/in\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/goindonesiatourism.com\\\/in\\\/contact\\\/#listItem\",\"name\":\"Contact\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/goindonesiatourism.com\\\/in\\\/contact\\\/#listItem\",\"position\":2,\"name\":\"Contact\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/goindonesiatourism.com\\\/in#listItem\",\"name\":\"Home\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/goindonesiatourism.com\\\/in\\\/#organization\",\"name\":\"Go Indonesia\",\"description\":\"Explore indonesia in simplicity\",\"url\":\"https:\\\/\\\/goindonesiatourism.com\\\/in\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/goindonesiatourism.com\\\/in\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/cropped-logo2.png\",\"@id\":\"https:\\\/\\\/goindonesiatourism.com\\\/in\\\/contact\\\/#organizationLogo\",\"width\":303,\"height\":121},\"image\":{\"@id\":\"https:\\\/\\\/goindonesiatourism.com\\\/in\\\/contact\\\/#organizationLogo\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/goindonesiatourism.com\\\/in\\\/contact\\\/#webpage\",\"url\":\"https:\\\/\\\/goindonesiatourism.com\\\/in\\\/contact\\\/\",\"name\":\"Contact - Go Indonesia\",\"description\":\"Contact Us - Treva Holidays Treva Holidays Ready for your next adventure? Let us make it happen! Let's Plan Your Journey Whether you are dreaming of a relaxing tropical getaway or an exciting city adventure, the Treva Holidays team is here to craft every detail of your trip with a personal touch. Phone \\\/ WhatsApp\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/goindonesiatourism.com\\\/in\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/goindonesiatourism.com\\\/in\\\/contact\\\/#breadcrumblist\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/goindonesiatourism.com\\\/in\\\/wp-content\\\/uploads\\\/2021\\\/10\\\/Contact-2.jpeg\",\"@id\":\"https:\\\/\\\/goindonesiatourism.com\\\/in\\\/contact\\\/#mainImage\",\"width\":1600,\"height\":1415},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/goindonesiatourism.com\\\/in\\\/contact\\\/#mainImage\"},\"datePublished\":\"2021-09-23T20:28:16+08:00\",\"dateModified\":\"2026-07-18T18:22:40+08:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/goindonesiatourism.com\\\/in\\\/#website\",\"url\":\"https:\\\/\\\/goindonesiatourism.com\\\/in\\\/\",\"name\":\"Go Indonesia\",\"description\":\"Explore indonesia in simplicity\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/goindonesiatourism.com\\\/in\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Contact - Go Indonesia","description":"Contact Us - Treva Holidays Treva Holidays Ready for your next adventure? Let us make it happen! Let's Plan Your Journey Whether you are dreaming of a relaxing tropical getaway or an exciting city adventure, the Treva Holidays team is here to craft every detail of your trip with a personal touch. Phone \/ WhatsApp","canonical_url":"https:\/\/goindonesiatourism.com\/in\/contact\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"google-site-verification":"HGW2Wj674dbni9w13d2x8lzulo6xojGY139shJM8dFY","miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BreadcrumbList","@id":"https:\/\/goindonesiatourism.com\/in\/contact\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/goindonesiatourism.com\/in#listItem","position":1,"name":"Home","item":"https:\/\/goindonesiatourism.com\/in","nextItem":{"@type":"ListItem","@id":"https:\/\/goindonesiatourism.com\/in\/contact\/#listItem","name":"Contact"}},{"@type":"ListItem","@id":"https:\/\/goindonesiatourism.com\/in\/contact\/#listItem","position":2,"name":"Contact","previousItem":{"@type":"ListItem","@id":"https:\/\/goindonesiatourism.com\/in#listItem","name":"Home"}}]},{"@type":"Organization","@id":"https:\/\/goindonesiatourism.com\/in\/#organization","name":"Go Indonesia","description":"Explore indonesia in simplicity","url":"https:\/\/goindonesiatourism.com\/in\/","logo":{"@type":"ImageObject","url":"https:\/\/goindonesiatourism.com\/in\/wp-content\/uploads\/2026\/07\/cropped-logo2.png","@id":"https:\/\/goindonesiatourism.com\/in\/contact\/#organizationLogo","width":303,"height":121},"image":{"@id":"https:\/\/goindonesiatourism.com\/in\/contact\/#organizationLogo"}},{"@type":"WebPage","@id":"https:\/\/goindonesiatourism.com\/in\/contact\/#webpage","url":"https:\/\/goindonesiatourism.com\/in\/contact\/","name":"Contact - Go Indonesia","description":"Contact Us - Treva Holidays Treva Holidays Ready for your next adventure? Let us make it happen! Let's Plan Your Journey Whether you are dreaming of a relaxing tropical getaway or an exciting city adventure, the Treva Holidays team is here to craft every detail of your trip with a personal touch. Phone \/ WhatsApp","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/goindonesiatourism.com\/in\/#website"},"breadcrumb":{"@id":"https:\/\/goindonesiatourism.com\/in\/contact\/#breadcrumblist"},"image":{"@type":"ImageObject","url":"https:\/\/goindonesiatourism.com\/in\/wp-content\/uploads\/2021\/10\/Contact-2.jpeg","@id":"https:\/\/goindonesiatourism.com\/in\/contact\/#mainImage","width":1600,"height":1415},"primaryImageOfPage":{"@id":"https:\/\/goindonesiatourism.com\/in\/contact\/#mainImage"},"datePublished":"2021-09-23T20:28:16+08:00","dateModified":"2026-07-18T18:22:40+08:00"},{"@type":"WebSite","@id":"https:\/\/goindonesiatourism.com\/in\/#website","url":"https:\/\/goindonesiatourism.com\/in\/","name":"Go Indonesia","description":"Explore indonesia in simplicity","inLanguage":"en-US","publisher":{"@id":"https:\/\/goindonesiatourism.com\/in\/#organization"}}]},"og:locale":"en_US","og:site_name":"Go Indonesia - Explore indonesia in simplicity","og:type":"article","og:title":"Contact - Go Indonesia","og:description":"Contact Us - Treva Holidays Treva Holidays Ready for your next adventure? Let us make it happen! Let's Plan Your Journey Whether you are dreaming of a relaxing tropical getaway or an exciting city adventure, the Treva Holidays team is here to craft every detail of your trip with a personal touch. Phone \/ WhatsApp","og:url":"https:\/\/goindonesiatourism.com\/in\/contact\/","og:image":"https:\/\/goindonesiatourism.com\/in\/wp-content\/uploads\/2026\/07\/cropped-logo2.png","og:image:secure_url":"https:\/\/goindonesiatourism.com\/in\/wp-content\/uploads\/2026\/07\/cropped-logo2.png","og:image:width":303,"og:image:height":121,"article:published_time":"2021-09-23T20:28:16+00:00","article:modified_time":"2026-07-18T10:22:40+00:00","twitter:card":"summary_large_image","twitter:title":"Contact - Go Indonesia","twitter:description":"Contact Us - Treva Holidays Treva Holidays Ready for your next adventure? Let us make it happen! Let's Plan Your Journey Whether you are dreaming of a relaxing tropical getaway or an exciting city adventure, the Treva Holidays team is here to craft every detail of your trip with a personal touch. Phone \/ WhatsApp","twitter:image":"https:\/\/goindonesiatourism.com\/in\/wp-content\/uploads\/2026\/07\/cropped-logo2.png"},"aioseo_meta_data":{"post_id":"436","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_custom_url":null,"og_image_custom_fields":null,"og_image_url":null,"og_image_width":null,"og_image_height":null,"og_video":null,"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_custom_url":null,"twitter_image_custom_fields":null,"twitter_image_url":null,"twitter_title":null,"twitter_description":null,"schema_type":"default","schema_type_options":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"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":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"limit_modified_date":false,"ai":null,"breadcrumb_settings":null,"seo_analyzer_scan_date":null,"created":"2026-07-21 14:07:08","updated":"2026-07-21 14:07:08"},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/goindonesiatourism.com\/in\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tContact\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/goindonesiatourism.com\/in"},{"label":"Contact","link":"https:\/\/goindonesiatourism.com\/in\/contact\/"}],"_links":{"self":[{"href":"https:\/\/goindonesiatourism.com\/in\/wp-json\/wp\/v2\/pages\/436","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/goindonesiatourism.com\/in\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/goindonesiatourism.com\/in\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/goindonesiatourism.com\/in\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/goindonesiatourism.com\/in\/wp-json\/wp\/v2\/comments?post=436"}],"version-history":[{"count":6,"href":"https:\/\/goindonesiatourism.com\/in\/wp-json\/wp\/v2\/pages\/436\/revisions"}],"predecessor-version":[{"id":639,"href":"https:\/\/goindonesiatourism.com\/in\/wp-json\/wp\/v2\/pages\/436\/revisions\/639"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/goindonesiatourism.com\/in\/wp-json\/wp\/v2\/media\/366"}],"wp:attachment":[{"href":"https:\/\/goindonesiatourism.com\/in\/wp-json\/wp\/v2\/media?parent=436"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}