To add a nofollow attribute to links in Webflow, you need to manually insert it using the Custom Attributes section. Here’s how you can do it:
1. Open the Link Settings
- Select the link element in Webflow.
- Click the gear icon in the top-right corner of the settings panel.
2. Add a Custom Attribute
- Scroll down to the Custom Attributes section.
- Click “+ Add Custom Attribute”.
- In the Name field, enter:
rel
- In the Value field, enter:
nofollow
3. Save and Publish
- Close the settings panel.
- Verify that the attribute is correctly applied by publishing the site and inspecting the link in your browser’s Developer Tools (F12 → Elements tab).
Summary
You can make a Webflow link nofollow by adding a rel="nofollow"
custom attribute in the Link Settings panel.