質問するログイン新規登録

質問編集履歴

2

追記

2020/03/10 00:58

投稿

kaito3desuyo
kaito3desuyo

スコア143

title CHANGED
File without changes
body CHANGED
@@ -27,4 +27,17 @@
27
27
 
28
28
  xmlファイル実体はAWS S3にあり、CloudFrontを通して配信しています。
29
29
 
30
- ほかに何か確認すべきことはありますでしょうか。
30
+ ほかに何か確認すべきことはありますでしょうか。
31
+
32
+ # 追記
33
+ ひとまず検索して出てきたチェッカー3つに通してみましたが、
34
+ https://www.websiteplanet.com/ja/webtools/sitemap-validator/
35
+ →これはサイトマップファイルではありません。リンクを確認してください。
36
+ https://www.xml-sitemaps.com/validate-xml-sitemap.html
37
+ →Incorrect http header content-type: "text/html" (expected: "application/xml")
38
+ https://trickster.tools/sitemap/checker/
39
+ →正常に終了
40
+ という感じです。
41
+
42
+ 「Content-Typeがtext/htmlになっている」という指摘ですが、
43
+ ブラウザでアクセスする限りはapplication/xmlになっています。

1

インフラ面追記

2020/03/10 00:57

投稿

kaito3desuyo
kaito3desuyo

スコア143

title CHANGED
File without changes
body CHANGED
@@ -25,4 +25,6 @@
25
25
  xmlファイルが配信されているアドレスは以下です。
26
26
  https://v3.sotetsu-lab.com/sitemap.xml
27
27
 
28
+ xmlファイル実体はAWS S3にあり、CloudFrontを通して配信しています。
29
+
28
30
  ほかに何か確認すべきことはありますでしょうか。