//     <script>
//     function injectUtmToWhatsApp() {
//         function getCookie(name) {
//             let match = document.cookie.match('(^|;)\\s*' + name + '\\s*=\\s*([^;]+)');
//             return match ? decodeURIComponent(match.pop()) : null;
//         }

//         const ads_id = getCookie('ads_id');
//         const utm_source = getCookie('utm_source');
//         const utm_medium = getCookie('utm_medium');
//         const utm_campaign = getCookie('utm_campaign');
//         const utm_term = getCookie('utm_term');
        
// const waLinks = document.querySelectorAll(
//   '.wa__popup_content_item a.wa__stt.wa__stt_online[href*="whatsapp.com/send"]'
// );

// waLinks.forEach(waLink => {
//   let url = new URL(waLink.href);
//   let text = url.searchParams.get("text") || "";

//   if (text.includes("source:")) return;

//   if (ads_id) {
//     text += `\n\nsource: ${ads_id}`;
//   } else {
//     const utmParams = [];
//     if (utm_source) utmParams.push(`utm_source=${utm_source}`);
//     if (utm_medium) utmParams.push(`utm_medium=${utm_medium}`);
//     if (utm_campaign) utmParams.push(`utm_campaign=${utm_campaign}`);
//     if (utm_term) utmParams.push(`utm_term=${utm_term}`);

//     if (utmParams.length > 0) {
//       text += `\n\nsource: ${utmParams.join("&")}`;
//     }
//   }

//   url.searchParams.set("text", text);
//   waLink.href = url.toString();
// });

//     }

//     setTimeout(injectUtmToWhatsApp, 1500);
//     </script>
//     <?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//menarasantosa.com/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://menarasantosa.com/post-sitemap.xml</loc>
		<lastmod>2026-07-15T11:55:51+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://menarasantosa.com/page-sitemap.xml</loc>
		<lastmod>2026-07-22T11:53:51+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->