The Link component makes it possible to create a zone leading to a URL.
Open the component's Settings, and select the noreferrer and nofollow check boxes to add these values to the link's rel attribute. Apply:
noreferrerto untrusted external links so that, when a user clicks them, the browser does not send theRefererheader (the originating URL) to the destination site.nofollowto untrusted external links so that search engine crawlers do not pass the portal's ranking signals (link equity) to those sites.
Links can only begin with http:, https:, or mailto:. Fluid Topics removes links that use other protocols.
It is not possible to put a clickable component inside of the Link component.