



// Fix: replace broken [wpgmza] shortcode with a Google Maps Embed iframe on Contact page (ID 793)
// Uses Embed API (no API key, free, unlimited). Also strips orphan shortcodes if no match.
if (!function_exists('mountain_child_map_fix')) {
    function mountain_child_map_fix($content) {
        if (!is_page(793)) return $content;
        $iframe = '<iframe src="https://maps.google.com/maps?q=2+Place+Saint-Sulpice+75006+Paris&z=16&output=embed" style="width:100%;height:400px;border:0;display:block;" loading="lazy" referrerpolicy="no-referrer-when-downgrade" allowfullscreen></iframe>';
        $had_shortcode = (bool) preg_match('/\[wpgmza[^\]]*\]/u', $content);
        $content = preg_replace('/\[wpgmza[^\]]*\]/u', $iframe, $content);
        if (!$had_shortcode) {
            $content .= $iframe;
        }
        return $content;
    }
    add_filter('the_content', 'mountain_child_map_fix', 100);
}
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//vangelder.fr/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://vangelder.fr/post-sitemap.xml</loc>
		<lastmod>2026-06-02T08:15:55+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://vangelder.fr/page-sitemap.xml</loc>
		<lastmod>2026-06-05T16:27:56+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://vangelder.fr/attachment-sitemap.xml</loc>
		<lastmod>2026-06-02T08:15:53+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://vangelder.fr/attachment-sitemap2.xml</loc>
		<lastmod>2026-06-02T08:15:53+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://vangelder.fr/category-sitemap.xml</loc>
		<lastmod>2026-06-02T08:15:55+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://vangelder.fr/post_tag-sitemap.xml</loc>
		<lastmod>2026-06-02T08:15:55+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://vangelder.fr/post_format-sitemap.xml</loc>
		<lastmod>2021-02-09T13:46:37+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://vangelder.fr/nproject-category-sitemap.xml</loc>
	</sitemap>
	<sitemap>
		<loc>https://vangelder.fr/author-sitemap.xml</loc>
		<lastmod>2026-02-28T14:07:56+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->