Link component - Fluid Topics - Latest

Fluid Topics Designer Guide

Category
Reference Guides
Audience
public
Version
Latest

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:

  • noreferrer to untrusted external links so that, when a user clicks them, the browser does not send the Referer header (the originating URL) to the destination site.
  • nofollow to 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.