                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                sitemap_rules();

		foreach ( $registered_sitemaps as $sitemap ) {
			$robots_txt_content .= self::SITEMAP_FIELD . ': ' . $sitemap . \PHP_EOL;
		}

		return $robots_txt_content;
	}

	/**
	 * Handles adding schema map content to the robots txt content.
	 *
	 * @phpcs:disable VariableAnalysis.CodeAnalysis.VariableAnalysis.UnusedVariable
	 *
	 * @deprecated 27.5
	 * @codeCoverageIgnore
	 *
	 * @param string $robots_txt_content The current working robots txt string.
	 *
	 * @return string
	 */
	private function handle_schema_maps( $robots_txt_content ) {
		\_deprecated_function( __METHOD__, 'Yoast SEO 27.5' );
		return '';
	}
}
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//clementdineros.com/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://clementdineros.com/post-sitemap.xml</loc>
		<lastmod>2025-09-05T08:30:40+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://clementdineros.com/page-sitemap.xml</loc>
		<lastmod>2025-09-05T08:30:40+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://clementdineros.com/project-sitemap.xml</loc>
		<lastmod>2026-07-09T20:39:47+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://clementdineros.com/category-sitemap.xml</loc>
		<lastmod>2025-09-05T08:30:40+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://clementdineros.com/author-sitemap.xml</loc>
		<lastmod>2026-07-12T15:36:49+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->