Has anyone experienced issues with Google Search Console showing "Couldn't fetch" for sitemap.xml on websites hosted with Vercel?
I've noticed this across multiple sites hosted on Vercel. When submitting a sitemap to Google Search Console, Google often reports that it cannot fetch the sitemap, even though:
-
The
sitemap.xmlURL is publicly accessible -
The sitemap returns HTTP 200
-
robots.txtcorrectly references the sitemap -
There are no redirect loops or authentication restrictions
-
URL Inspection works normally
What puzzles me is that when I host similar websites on traditional hosting providers, Google usually fetches and processes the sitemap much faster. On Vercel, however, some sites take weeks or even close to a month before the sitemap is successfully fetched.
Has anyone else encountered this issue?
-
Is there a known Vercel-specific cause?
-
Are there any recommended configurations or headers to check?
-
Is there any way to encourage Google to fetch the sitemap more quickly?
For context, most of these sites are built with Next.js and hosted entirely on Vercel.
Any insights would be greatly appreciated. Thanks!