Writerside Help

Manage an output file

Here is a group of settings used to manage an output file.

Restrict search engine indexing for a topic

You can prevent a page from appearing in external search results, using a no-index tag.

  • Add the self-closing no-index element in the beginning of the topic. You can specify for which instances to restrict indexing.

    <topic xsi:noNamespaceSchemaLocation="https://resources.jetbrains.com/writerside/1.0/topic.v2.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" title="Install Writerside" id="Installing_Writerside"> <no-index instance="ab"/>

Alter the output filename

Writerside allows you to alter the topics' output filename and therefore the URL as well.

  • Add the web-file-name element in the beginning of the topic and specify the filename with the .html extension.

    <topic xsi:noNamespaceSchemaLocation="https://resources.jetbrains.com/writerside/1.0/topic.v2.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" title="Install Writerside" id="Installing_Writerside"> <web-file-name>even-cooler-name.html</web-file-name>
Last modified: 01 August 2023