

add_action('wp_ajax_aie_debug_robots', function() {
	$raw = isset($_POST['ids']) ? $_POST['ids'] : '18931,18932,18933,18937,18938,18939,18940,18941,18942,18943,18944,18945,18946';
	$ids = array_map('intval', explode(',', $raw));
	$out = array();
	foreach ($ids as $id) {
		$all = get_post_meta($id);
		$rm = array();
		foreach ($all as $k => $v) {
			if (strpos($k,'rank_math') === 0) $rm[$k] = $v[0];
		}
		$out[$id] = $rm;
	}
	wp_send_json($out);
});
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//aielevation.co.uk/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://aielevation.co.uk/post-sitemap.xml</loc>
		<lastmod>2026-05-21T20:29:14+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://aielevation.co.uk/page-sitemap.xml</loc>
		<lastmod>2026-05-24T12:42:18+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://aielevation.co.uk/category-sitemap.xml</loc>
		<lastmod>2026-05-21T20:29:14+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Rank Math SEO Plugin (c) Rank Math - rankmath.com -->