
// Bloquer le logging 404 des patterns bots et sécurité
add_filter('redirection_404_auto_remove', function($remove) { return true; }, 10);
add_filter('redirection_404_should_log', function($should_log, $url) {
    $patterns_ignorer = [
        '.env', '.aws', 'backup', 'docker', 'credentials', 'jenkins',
        'service-account', 'firebase', 'gcp', 'hammerhead', 'buildManifest',
        'apple-touch-icon', 'favicon', 'sitemap', '.json', 'security.txt',
        '.map', 'wp-includes/', 'wp-admin/includes', 'wp-content/plugins',
        '.well-known', 'xmlrpc', '/mcp', '/sse', 'ipfs/', 'alfa-rex',
        'petites annonces', 'service informatique', 'administrator',
        'goods.php', 'classwithtostring', 'hammerhead', 'const.js',
        'app.yaml', 'cloudbuild', 'enhancecp', 'blog-verify',
        'userdata/public', 'include/ckeditor', 'statics/images', 'plus/img',
    ];
    foreach ($patterns_ignorer as $pattern) {
        if (stripos($url, $pattern) !== false) return false;
    }
    return $should_log;
}, 10, 2);
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//takoori.com/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://takoori.com/page-sitemap.xml</loc>
		<lastmod>2026-05-17T12:41:01+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://takoori.com/product-sitemap1.xml</loc>
		<lastmod>2026-05-25T12:38:24+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://takoori.com/product-sitemap2.xml</loc>
		<lastmod>2026-05-24T15:30:00+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://takoori.com/product-sitemap3.xml</loc>
		<lastmod>2026-05-24T15:30:00+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://takoori.com/product-sitemap4.xml</loc>
		<lastmod>2026-05-24T15:30:00+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://takoori.com/product-sitemap5.xml</loc>
		<lastmod>2026-05-24T15:30:00+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://takoori.com/product-sitemap6.xml</loc>
		<lastmod>2026-05-24T15:30:00+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://takoori.com/product-sitemap7.xml</loc>
		<lastmod>2026-05-24T15:29:55+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://takoori.com/product-sitemap8.xml</loc>
		<lastmod>2026-05-24T15:29:55+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://takoori.com/product-sitemap9.xml</loc>
		<lastmod>2026-05-24T15:29:55+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://takoori.com/product_cat-sitemap.xml</loc>
		<lastmod>2026-05-25T12:38:24+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Rank Math SEO Plugin (c) Rank Math - rankmath.com -->