peterbenke/pb-rel-nofollow
最新稳定版本:13.4.2
Composer 安装命令:
composer require peterbenke/pb-rel-nofollow
包简介
Adds a rel-nofollow-attribute to extern links. You can exclude URLs by typoscript.
README 文档
README
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.
统计信息
- 总下载量: 3.05k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0-or-later
- 更新时间: 2017-10-30