Wow – you can activate a no-follow option in your Partner-Element – see her:
https://kriesi.at/support/topic/make-partner-link-nofollow/
Can I do this for the Team-Element also?
Hey frankeee!
Please go to Enfold/config-templatebuilder/avia-shortcodes and open team.php file and find
rel='v:url'
and change it to
rel='v:url nofollow'
Also, please see – http://kriesi.at/documentation/enfold/add-new-or-replace-advanced-layout-builder-elements-from-child-theme/
Best regards,
Yigit
Hey Yigit, so cool – thanks!
The HTML Code now looks like tis:
<a rel="v:url nofollow" ... " href="https://xxx.de" ...></a>
How can I get a rel=”nofollow”? Like this:
<a rel="v:url nofollow" ... " href="https://xxx.de" rel=”nofollow” ...></a>
it WORKS ;-)