harlan-zw / nuxt-seo

The complete SEO solution for Nuxt.
https://nuxtseo.com
1.03k stars 65 forks source link

sitemap.xml valid but google cant fetch it #101

Closed impronta48 closed 11 months ago

impronta48 commented 1 year ago

Describe the bug

I've generated a static site using Nuxt3. I get a sitemap, which looks valid (and is validated by https://www.xml-sitemaps.com/validate-xml-sitemap.html

https://mobilitysquare.eu/sitemap.xml

The website is up and running, google lightspeed finds it ok... But: Google Search Console says "Sitemap can't be retrieved"

Any idea about what I'm doing wrong? Thanks

Reproduction

No response

System / Nuxt Info

Nuxt3

  "devDependencies": {
    "@nuxt/content": "^2.7.2",
    "@nuxt/devtools": "latest",
    "@nuxt/image": "1.0.0-rc.1",
    "@types/node": "^18.17.12",
    "nuxt": "^3.7.0",
    "sass": "~1.64.2"
  },
  "dependencies": {
    "@dargmuesli/nuxt-cookie-control": "^6.4.1",
    "@popperjs/core": "^2.11.8",
    "@productdevbook/chatwoot": "^1.2.0",
    "aos": "^2.3.4",
    "bootstrap": "^5.3.1",
    "glightbox": "^3.2.0",
    "nuxt-seo-kit": "^1.3.9",
    "nuxt-swiper": "^1.2.2",
    "vue-slick-carousel": "^1.0.6"
  },
cwaring commented 1 year ago

I received the same error today after submitting a site but I believe it is a problem Google's side as it eventually resolved, try checking back in 1h.

harlan-zw commented 1 year ago

Should solve itself, see https://github.com/harlan-zw/nuxt-simple-sitemap/issues/125

harlan-zw commented 1 year ago

Any update?