rel
and Value: nofollow
.rel="nofollow"
is applied using browser developer tools.To add nofollow tags to individual links in Webflow, you need to edit the HTML attributes of the link elements manually. This tells search engines not to pass link equity to the linked URL.
rel
nofollow
rel="nofollow"
to just that link in the final HTML.nofollow noopener noreferrer
), enter them as a space-separated string in the Value field.nofollow noopener noreferrer
rel="nofollow"
attribute was applied correctly.To add nofollow to individual links in Webflow, use the Custom Attributes section of the Element Settings panel to add a rel
attribute with nofollow
as the value. This ensures search engines don’t follow or pass link authority via that link.