/**
 * DEBUG: Output all anchor texts in the index for troubleshooting.
 * Accessible via ?vsea_debug_anchors=1 for admins.
 */
add_action('admin_init', function() {
    if (!current_user_can('manage_options')) return;
    if (isset($_GET['vsea_debug_anchors']) && $_GET['vsea_debug_anchors']) {
        $corpus = vsea_build_anchor_corpus(true);
        $anchors = array();
        foreach ($corpus['anchors_by_target'] as $target_url => $sources) {
            foreach ($sources as $s) {
                $anchors[] = $s['anchor'];
            }
        }
        header('Content-Type: text/plain; charset=utf-8');
        echo "Total anchors: ".count($anchors)."\n\n";
        foreach ($anchors as $a) {
            echo $a."\n";
        }
        exit;
    }
});
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//www.onlinepokersitesus.com/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://www.onlinepokersitesus.com/post-sitemap.xml</loc>
		<lastmod>2024-06-28T09:58:18+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.onlinepokersitesus.com/page-sitemap.xml</loc>
		<lastmod>2026-05-26T15:53:32+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.onlinepokersitesus.com/online-poker-sites-sitemap.xml</loc>
		<lastmod>2025-05-09T19:50:42+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.onlinepokersitesus.com/poker-glossary-sitemap.xml</loc>
		<lastmod>2024-07-11T16:57:26+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.onlinepokersitesus.com/category-sitemap.xml</loc>
		<lastmod>2024-06-28T09:58:18+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.onlinepokersitesus.com/post_tag-sitemap.xml</loc>
		<lastmod>2024-05-28T15:33:58+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.onlinepokersitesus.com/author-sitemap.xml</loc>
		<lastmod>2024-04-17T08:02:54+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->