0

I get the following error when i try to open the RSS Feed of the customer page:

"This page contains the following errors:

error on line 742 at column 28: Input is not proper UTF-8, indicate encoding ! Bytes: 0x1B 0x1B 0x3C 0x61 Below is a rendering of the page up to the first error."

How can i fix this error? Thanks!

The pages url is: WEBSITE LINK

4

1 に答える 1

0

WordPress がそれを処理します。使用していない場合は、ヘッダーに次の行を追加します。

<head>
  <link rel="alternate" type="application/rss+xml" title="Vietnam Cooking" href="http://vietnam-cooking-experience.com/feed/" />
  <link rel="alternate" type="text/xml" title="RSS .92" href="http://vietnam-cooking-experience.com/feed/rss/" />
  ...
</head>

それでも、RSS フィードは正しく生成されなければなりません。

于 2012-11-20T20:06:58.740 に答える