i have too much outgoing link on my website.
i want to make them all no index
for google.
i dont want to write rel="no index"
per link...
(< a href="..." rel="noindex, nofollow" >...< /a > )
can i create a class
and write this with css?
and then
<div class="noindexlinks">
Is this possible? Or can I edit my htaccess for this?