Can someone assist me with adding nofollow attributes to links in Webflow?

TL;DR
  • Add an Embed component to your page where you want the link.
  • Insert HTML code using the format <a href="your-link-url" rel="nofollow">Your Link Text</a>.
  • Save and publish your site to activate the nofollow attribute.

To add a nofollow attribute to links in Webflow, you will need to use the Embed component. Here's how you can do it:

1. Add an Embed Element

  • Locate where you want the link on your page.
  • Drag and drop an Embed component from the Add Panel onto your page.

2. Insert Custom HTML Code

  • Enter the desired HTML code for your link inside the Embed element.
  • Use the format: <a href="your-link-url" rel="nofollow">Your Link Text</a> to apply the nofollow attribute.

3. Save and Publish

  • Click Save & Close to exit the Embed element.
  • Publish your site to ensure the nofollow attribute is live.

Summary

By embedding custom HTML, you can effectively add a nofollow attribute to links in Webflow, helping you control how search engines interact with your site.

Rate this answer

Other Webflow Questions