エラー内容
|
Incorrect namespace. Your Sitemap or Sitemap index file doesn't properly declare the namespace. |
発生条件/原因/対処法
サイトマップを送信した際に発生するエラー。
urlsetもしくはsitemapindexに設定するxmlnsのURLに誤りがあるので以下の様に正しく記載すること。
|
<urlset xmlns="https://www.sitemaps.org/schemas/sitemap/0.9"> <sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/sitemap1/0.9"> |