質問編集履歴
1
W3C Validatorでのチェック結果を記載
title
CHANGED
File without changes
|
body
CHANGED
@@ -16,11 +16,33 @@
|
|
16
16
|
```
|
17
17
|
[https://moqlog.jp/feed/](https://moqlog.jp/feed/)
|
18
18
|
```
|
19
|
+
以下、W3C Validatorでチェックしてみました。
|
20
|
+
結果、1行目の「<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"」が正しくないと出ました。
|
21
|
+
```
|
22
|
+
Sorry
|
23
|
+
This feed does not validate.
|
19
24
|
|
25
|
+
line 1, column 1: XML parsing error: <unknown>:1:1: not well-formed (invalid token) [help]
|
26
|
+
|
27
|
+
<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
|
28
|
+
^
|
29
|
+
Source: https://moqlog.jp/feed/
|
30
|
+
<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
|
31
|
+
xmlns:content="http://purl.org/rss/1.0/modules/content/"
|
32
|
+
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
|
33
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
34
|
+
xmlns:atom="http://www.w3.org/2005/Atom"
|
35
|
+
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
|
36
|
+
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
|
37
|
+
xmlns:media="http://search.yahoo.com/mrss/"
|
38
|
+
xmlns:snf="http://www.smartnews.be/snf"
|
39
|
+
>
|
40
|
+
```
|
20
41
|
### 試したこと
|
21
42
|
|
22
43
|
WordPress Ping Optimizerインストール。
|
23
44
|
レンタルサーバーはWAFオフにしてあります。
|
45
|
+
W3C ValidatorでXMLに問題があるかチェック。
|
24
46
|
|
25
47
|
### 補足情報
|
26
48
|
|