diff --git a/framework/core/src/Formatter/Formatter.php b/framework/core/src/Formatter/Formatter.php index 0ee53e4ae..b2a67c416 100644 --- a/framework/core/src/Formatter/Formatter.php +++ b/framework/core/src/Formatter/Formatter.php @@ -140,7 +140,7 @@ class Formatter foreach ($dom->getElementsByTagName('a') as $a) { $a->setAttribute('target', '_blank'); - $a->setAttribute('rel', 'nofollow'); + $a->setAttribute('rel', 'nofollow ugc'); } $dom->saveChanges();