diff --git a/src/Formatter/Formatter.php b/src/Formatter/Formatter.php index d5fed9f5d..25343b8de 100644 --- a/src/Formatter/Formatter.php +++ b/src/Formatter/Formatter.php @@ -138,7 +138,7 @@ class Formatter foreach ($dom->getElementsByTagName('a') as $a) { $a->setAttribute('target', '_blank'); - $a->setAttribute('rel', 'nofollow'); + $a->setAttribute('rel', 'nofollow ugc'); } $dom->saveChanges();