/**
 * Auto-remplit les métadonnées Rank Math pour les produits de la catégorie bob-ricard.
 */
add_action( 'save_post_product', function( $post_id ) {
    if ( defined( 'DOING_AUTOSAVE' ) && DOING_AUTOSAVE ) {
        return;
    }
    if ( wp_is_post_revision( $post_id ) ) {
        return;
    }
    if ( ! has_term( 'bob-ricard', 'product_cat', $post_id ) ) {
        return;
    }
    update_post_meta(
        $post_id,
        'rank_math_canonical_url',
        'https://faitamarseille.com/product-category/bob-ricard/'
    );
    if ( ! get_post_meta( $post_id, 'rank_math_focus_keyword', true ) ) {
        update_post_meta(
            $post_id,
            'rank_math_focus_keyword',
            strtolower( get_the_title( $post_id ) )
        );
    }
} );
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//faitamarseille.com/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://faitamarseille.com/post-sitemap.xml</loc>
		<lastmod>2026-04-11T08:03:10+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://faitamarseille.com/page-sitemap.xml</loc>
		<lastmod>2026-04-10T07:45:53+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://faitamarseille.com/product-sitemap.xml</loc>
		<lastmod>2026-04-21T12:11:10+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://faitamarseille.com/category-sitemap.xml</loc>
		<lastmod>2026-04-11T08:03:10+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://faitamarseille.com/product_cat-sitemap.xml</loc>
		<lastmod>2026-04-21T12:11:10+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Rank Math SEO Plugin (c) Rank Math - rankmath.com -->