Adding no follow links through webflow CMS

@webdev a quick search showed that apparently in the case of dynamically inserted rel=“nofollow” attribute to the links, the google bot still processed the link because it happens before execution of the JavaScript unfortunately:

Therefore it is still a critical issue.

Webflow is largely seen as fast loading, SEO optimized platform. This could be resolved fairly straightforward in one of these ways:

  • add an option for custom CMS pre-processing
  • add an option to add nofollow to links in CMS as an attribute

Thanks in advance