Can Webflow provide an option in the editor to easily add the "nofollow" tag to external links in blog posts and articles?

TL;DR
  • Log in to Webflow, open your project, and navigate to the blog post to edit.
  • Manually edit the link by inputting <a href="URL" rel="nofollow">Link Text</a> in a custom code embed or CMS field, as Webflow lacks direct support for HTML editing in Rich Text Blocks.

Adding a nofollow tag to external links in Webflow requires manual intervention, as there isn't a direct built-in editor feature for this. Here's how you can achieve it:

1. Access Your Webflow Project

  • Log in to Webflow and open your project where the blog post or article is located.

2. Edit the Desired Blog Post

  • Navigate to the Pages Panel and locate your blog post or entry.
  • Open the Editor to make changes to the content.

3. Manually Edit the Link

  • Find the external link you want to add a nofollow tag to.
  • Click on the link and then select Linked Url from the link settings.

  

4. Add the Nofollow Tag

  • Type <a href="URL" rel="nofollow">Link Text</a> for your external link within a Rich Text Block.
  • Webflow doesn't support direct HTML editing in Rich Text. For this, you can use a custom code embed or a CMS field designed to input raw HTML.

Summary

To add a nofollow tag, manually input the HTML using a custom code embed or within the CMS. Webflow currently lacks a direct option in the editor for this, so manual adjustment is required.

Rate this answer

Other Webflow Questions