DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

Exclude URLsΒΆ

You can exclude URLs from this procedure by Typoscript.

Example:

tx_pb_rel_nofollow {
    excludeUrls{
        100 = http://typo3.org/
        110 = http://forge.typo3.org/
    }
}

Please take for each URL any, but different number (these are the keys of the intern array). Links, which are beginning with this pattern, will not get the rel-nofollow-attribute.