Download the PHP package peterbenke/pb-rel-nofollow without Composer
On this page you can find all versions of the php package peterbenke/pb-rel-nofollow. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download peterbenke/pb-rel-nofollow
More information about peterbenke/pb-rel-nofollow
Files in peterbenke/pb-rel-nofollow
Download peterbenke/pb-rel-nofollow
More information about peterbenke/pb-rel-nofollow
Files in peterbenke/pb-rel-nofollow
Vendor peterbenke
Package pb-rel-nofollow
Short Description Adds a rel-nofollow-attribute to extern links. You can exclude URLs by typoscript.
License GPL-2.0-or-later
Homepage http://www.typomotor.de
Package pb-rel-nofollow
Short Description Adds a rel-nofollow-attribute to extern links. You can exclude URLs by typoscript.
License GPL-2.0-or-later
Homepage http://www.typomotor.de
Please rate this library. Is it a good library?
Informations about the package pb-rel-nofollow
TYPO3 Extension pb_rel_no_follow
Introduction
Checks, if there are updates available for installed extensions and sends an email
What does it do?
This extension adds a rel-nofollow-attribute to all extern links. You can exclude URLs by typoscript.
Administration
Installation
Install this extension via composer
composer req peterbenke/pb-rel-nofollow
=> Then include the static Typoscript in your template
Configuration
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.
All versions of pb-rel-nofollow with dependencies
PHP Build Version
Package Version
The package peterbenke/pb-rel-nofollow contains the following files
Loading the files please wait ....