Crawler custom sitemap

#1
Hi,
Is custom sitemap supports XML Sitemaps by Yoast SEO?
Yoast SEO create a list of sitemap at: domain/sitemap_index.xml

When adding to custom sitemap field, it return error: ERROR 3030: Can not fetch Custom Sitemap: domain/sitemap_index.xml

Thanks.
 

hai

Well-Known Member
#2
Yes it supports.

If you got 3030 error, that means your `domain/sitemap_index.xml` sitemap can not be visited by php.

If you create a test.php file:
<?php
echo file_get_contents('domain/sitemap_index.xml');

Then run it, you will see the content can't be loaded.
 
Top