-
Notifications
You must be signed in to change notification settings - Fork 127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Couldn't fetch" error on Google Search Console #240
Comments
I'm encountering the same issue, my sitemap hadn't been fetched since February 16th. Using Nuxt 2 universal static |
same issue here! just can't fetch my sitemap at all (using Nuxt 2 in SSG just like @florian-lefebvre). only difference is that i created my sitemap with a sitemap generator and put it in /static folder. |
Update: I managed to get it working in production. I had to amend the redirects and rewrites to allow xml. Once I had updated this, the sitemap worked and Google search console shows it as successfully processed. |
+1 can't fetch my sitemap |
I am also experiencing this issue. Any update? |
same here........ |
we are having the same problem! |
still got the same problem aswell... |
Me too. And no clue why... Help would be very appreciated. |
I've posted a question on StackOverflow and described this issue more in details. Btw, does s-one have already checked servers access logs? Does GoogleBot really hits the website endpoint when it says that it cannot fetch the sitemap? |
@lArtiquel: Yes, I checked. Google does actually hit my server directly after submitting the sitemap.xml url. And the response from the server also looked fine (status code 200, valid headers, correct size, etc.). So from my point of view "Can't fetch" is definitely wrong. Maybe it's that Google for some other unknown reasons doesn't like the sitemap or the response from the server. Or it's just a bug in the search console itself. At least a lot of people are reporting the same thing in various forums and groups (with various other frameworks and servers). |
Hi can you show example on your workaround? |
Hi ! I have the same issue :/ |
Description
I am able to add @nuxtjs/sitemap with nuxt and works like a charm.
Now I am trying to add sitemap to the Google Search Console. But it failed with an error "Couldn't fetch".
If I click details, Google says "Sitemap could not be read."
Expected behavior
Since @nuxtjs/sitemap has been added to my website, associating sitemap on Google Search Console also must work.
Actual behavior
I got the errors on Google Search Console. ("Sitemap could not be read" or "Couldn't fetch")
Environment
@nuxtjs/[email protected]
@nuxtjs/[email protected]
[email protected]
Extra
My installation snippet in "nuxt.config.js"
And my robots.txt file contains that:
The text was updated successfully, but these errors were encountered: