Use cases

Debugging the display and validating the markup

To debug and validate the RSS feed, use the DEBUG loading mode. The mode is set with the mode query parameter when receiving the upload URL.

The result of loading in the DEBUG mode contains:
  • Links to view examples of Turbo page display.
  • Information about errors, if they occur.
Attention. The RSS feed processing takes a long time. To debug the display, go to section Turbo pages for content sites → Debugging.

Uploading the RSS feed

To upload the RSS feed, use the PRODUCTION loading mode. The mode is set with the mode query parameter when receiving the upload URL. The RSS feed upload process is described in the Quick start section.
Attention. Before the upload, review RSS feed restrictions.

You can also use the Python script.

Updating the Turbo page content

To update Turbo pages, you need to reload the RSS feed with these pages. The upload process is described in the Quick start section.

Turning off Turbo pages

To stop displaying a Turbo page in the search results, send the turbo="false" attribute in the item element of the page.

Example:

...
    <item turbo="false">
        ...
    </item>
...

The Turbo page will be disabled within a few days. The basic or mobile version of the site is displayed instead.