What is the name of the domain?
What is the error number?
sitemap doesn’t work on google search console
What is the issue you’re encountering
goolge search console
sitemap doesn’t work on google search console
goolge search console
Issue with Google Search Console and Sitemap.xml on swa-recloud.fun
Google Search Console couldn’t process sitemap.xml
because:
Cloudflare was blocking Googlebot – requests were returning
403 Forbidden
.
Incorrect Content-Type – Google was rendering
sitemap.xml
as HTML instead of XML.
Cloudflare caching issues – Googlebot was receiving an outdated version of the file.
Missing
robots.txt
– no reference to sitemap.xml
for search engines.
How it was fixed:
Allowed Googlebot in Cloudflare (Firewall Rule + disabled Bot Fight Mode).
Set
Content-Type: application/xml
in app.py
.
Cleared Cloudflare cache to apply updates.
Created
robots.txt
with the correct sitemap.xml
reference.
Final Result:
Google can now access the site and Sitemap.
Sitemap is available, but Search Console may take time to process it.
The robots.txt
file is correctly configured.
Next Step: Wait for Google Search Console to reprocess the Sitemap.