Replies: 1 comment
-
Hi, yeah, this was added to fix another issue, but was reverted here, #81934 - EditMy bad, I missed that we had released Which contains this fix :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
I noticed an issue in Google console, that sitemap generated with

sitemap.ts
file has incorrect namespace value.It uses
https
instead ofhttp
in schema address. The targetNamespace parameter 'https://www.sitemaps.org/schemas/sitemap/0.9' should be the same value as the targetNamespace 'http://www.sitemaps.org/schemas/sitemap/0.9' of the schema.Does anybody know how to fix this?
Next.js version - 15.4.2
Additional information
No response
Example
No response
Beta Was this translation helpful? Give feedback.
All reactions