Common RSS feed errors

When processing the RSS feed, Yandex.Webmaster can detect errors that affect Turbo page content and appearance. The most common errors are listed below:

Error Description Solution
Turbo page content doesn't correspond to original version of the page (text in the turbo:content element isn't separated into paragraphs)

The text content of the page in the turbo:content element isn't divided into paragraphs. It makes the text less readable for users.

Use the p element to divide the page text into paragraphs where appropriate.

Use debugging to check the turbo:content content.

HTML elements in the text specified incorrectly

Required elements inside the turbo:content element are missing.

Check that the turbo:content element contains all elements needed to generate the Turbo version, and the CDATA tag contains text.

Use debugging to check the turbo:content content.

Unable to download image

When generating the Turbo version, the robot failed to load the specified image.

Make sure that the image is available and responds with the 200 OK code. Relative links to images must be changed to absolute links, indicating the site address and the protocol. For example, img src="http://example.com/img.jpg".

Turbo page content doesn't correspond to the original version of the page (encoded characters found in the contents of the [CDATA[]] tag)

Encoded characters were found in the [CDATA[]] tag.

You shouldn't encode the characters inside [CDATA[]]. Replace the encoded characters with unencoded ones in your RSS feed.

Use debugging to check the turbo:content content.

URL specified in the "link" element of the item element is found in a different data source

The page data is sent in multiple RSS feeds.

In the Turbo pages for content sites → Data sources section of Yandex.Webmaster, disable duplicate RSS feeds.

Invalid header

The h1 element isn't specified or is specified incorrectly.

Make sure that the correct h1 heading is passed in the RSS feed for this page. This heading is required and can't be empty.

Use debugging to check the turbo:content content.

Required attribute formaction not specified

The RSS feed uses the button element for which the formaction attribute isn't specified.

Add the required attribute according to the documentation.

Use debugging to check the turbo:content content.

Error Description Solution
Turbo page content doesn't correspond to original version of the page (text in the turbo:content element isn't separated into paragraphs)

The text content of the page in the turbo:content element isn't divided into paragraphs. It makes the text less readable for users.

Use the p element to divide the page text into paragraphs where appropriate.

Use debugging to check the turbo:content content.

HTML elements in the text specified incorrectly

Required elements inside the turbo:content element are missing.

Check that the turbo:content element contains all elements needed to generate the Turbo version, and the CDATA tag contains text.

Use debugging to check the turbo:content content.

Unable to download image

When generating the Turbo version, the robot failed to load the specified image.

Make sure that the image is available and responds with the 200 OK code. Relative links to images must be changed to absolute links, indicating the site address and the protocol. For example, img src="http://example.com/img.jpg".

Turbo page content doesn't correspond to the original version of the page (encoded characters found in the contents of the [CDATA[]] tag)

Encoded characters were found in the [CDATA[]] tag.

You shouldn't encode the characters inside [CDATA[]]. Replace the encoded characters with unencoded ones in your RSS feed.

Use debugging to check the turbo:content content.

URL specified in the "link" element of the item element is found in a different data source

The page data is sent in multiple RSS feeds.

In the Turbo pages for content sites → Data sources section of Yandex.Webmaster, disable duplicate RSS feeds.

Invalid header

The h1 element isn't specified or is specified incorrectly.

Make sure that the correct h1 heading is passed in the RSS feed for this page. This heading is required and can't be empty.

Use debugging to check the turbo:content content.

Required attribute formaction not specified

The RSS feed uses the button element for which the formaction attribute isn't specified.

Add the required attribute according to the documentation.

Use debugging to check the turbo:content content.