johnthan
New member
- Joined
- Nov 17, 2016
- Messages
- 6
- Points
- 1
I am not sure if it is a good section to post this question.
I am facing the sitemap submission error on Google search consoles. It says "sitemap index can be read, but has error".
The reason is: Your sitemap or Sitemap index file doesn't properly declare the namespace.
Examples:
Line 1
Tag: sitemapindex
Below is my xml code
Can you tell me the correct format or point out the mistake I have done there?
I am facing the sitemap submission error on Google search consoles. It says "sitemap index can be read, but has error".
The reason is: Your sitemap or Sitemap index file doesn't properly declare the namespace.
Examples:
Line 1
Tag: sitemapindex
Below is my xml code
Code:
<sitemapindex xmlns="http://www.sitemaps.org/schema/sitemap/0.9">
<sitemap>
<loc>https://...../sitemap/posts</loc>
</sitemap>
</sitemapindex>