
// Enregistrer les meta RankMath pour l'API REST
add_action('init', function() {
    $meta_keys = ['rank_math_focus_keyword', 'rank_math_description', 'rank_math_title'];
    foreach ($meta_keys as $key) {
        register_post_meta('post', $key, [
            'show_in_rest' => true,
            'single' => true,
            'type' => 'string',
            'auth_callback' => function() {
                return current_user_can('edit_posts');
            }
        ]);
    }
});<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//clicknmouse.fr/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://clicknmouse.fr/post-sitemap.xml</loc>
		<lastmod>2026-06-16T06:01:26+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://clicknmouse.fr/page-sitemap.xml</loc>
		<lastmod>2026-06-03T05:13:37+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://clicknmouse.fr/category-sitemap.xml</loc>
		<lastmod>2026-06-16T06:01:26+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Rank Math SEO Plugin (c) Rank Math - rankmath.com -->