質問編集履歴
2
追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -57,3 +57,29 @@
|
|
57
57
|
|
58
58
|
|
59
59
|
ほかに何か確認すべきことはありますでしょうか。
|
60
|
+
|
61
|
+
|
62
|
+
|
63
|
+
# 追記
|
64
|
+
|
65
|
+
ひとまず検索して出てきたチェッカー3つに通してみましたが、
|
66
|
+
|
67
|
+
https://www.websiteplanet.com/ja/webtools/sitemap-validator/
|
68
|
+
|
69
|
+
→これはサイトマップファイルではありません。リンクを確認してください。
|
70
|
+
|
71
|
+
https://www.xml-sitemaps.com/validate-xml-sitemap.html
|
72
|
+
|
73
|
+
→Incorrect http header content-type: "text/html" (expected: "application/xml")
|
74
|
+
|
75
|
+
https://trickster.tools/sitemap/checker/
|
76
|
+
|
77
|
+
→正常に終了
|
78
|
+
|
79
|
+
という感じです。
|
80
|
+
|
81
|
+
|
82
|
+
|
83
|
+
「Content-Typeがtext/htmlになっている」という指摘ですが、
|
84
|
+
|
85
|
+
ブラウザでアクセスする限りはapplication/xmlになっています。
|
1
インフラ面追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -52,4 +52,8 @@
|
|
52
52
|
|
53
53
|
|
54
54
|
|
55
|
+
xmlファイル実体はAWS S3にあり、CloudFrontを通して配信しています。
|
56
|
+
|
57
|
+
|
58
|
+
|
55
59
|
ほかに何か確認すべきことはありますでしょうか。
|