Fix Sitemap Couldn't Fetch Error for blogger on Google console
π ️ How I Fixed the “Sitemap Couldn't Fetch” Error
While setting up my blog on Google Search Console, I came across this frustrating error: “Couldn't fetch – General HTTP Error” after submitting a sitemap.
π The Mistake I Made
I submitted the following sitemap URL, thinking it was correct:
https://www.drsaddamkenya.site/sitemap.pages.xml
However, this is not a valid Blogger sitemap format.
✅ The Correct Sitemap URL
Here’s the correct link for static pages:
https://www.drsaddamkenya.site/sitemap-pages.xml
π Robots.txt Fix
Make sure your robots.txt includes both valid sitemaps like this:
Sitemap: https://www.drsaddamkenya.site/sitemap.xml
Sitemap: https://www.drsaddamkenya.site/sitemap-pages.xml
Sitemap: https://www.drsaddamkenya.site/sitemap-pages.xml
π Why does the wrong sitemap cause a fetch error?
Because sitemap.pages.xml
does not exist — it's not a valid Blogger structure. Google tries to access it but gets an HTTP 404 or error, resulting in a fetch failure.
π§ How do I fix it?
- Remove the invalid sitemap from Google Search Console.
- Add sitemap-pages.xml instead.
- Update your robots.txt file accordingly.
π Need help?
If you’re still stuck, reach out to me directly on WhatsApp. I'm happy to assist!