Adding a link in the Cookie banner
Enhancing your Cookie banner by adding additional links can provide your users with more detailed information and increase transparency.
Here's how you can insert an extra link into your Cookie banner:
Access the Consent banner tab in your dashboard and go to the Content section.
Look for the Cookie Consent Text field where you will input your additional link.
Insert the following HTML snippet:
In this snippet, replace URL with the actual URL you want to link to, and TEXT with the link text you wish your users to see.
For example, if you want to link to your detailed Cookie Policy page, your code would be updated to reflect the actual URL and descriptive text of the link.
Once placed, your link will be accessible and formatted within the Cookie banner content, enhancing the user's navigation and informational experience.
The HTML element needs to be added in the Consent banner tab > Content section.
There you will see the Cookie consent text field, and you can add it in the text as per your preferences.

In case you need any assistance, please make sure to reach out to our support team via live chat or at support@consentmo.com
Here's how you can insert an extra link into your Cookie banner:
How to add the additional link?
Access the Consent banner tab in your dashboard and go to the Content section.
Look for the Cookie Consent Text field where you will input your additional link.
Insert the following HTML snippet:
<a aria-label='learn more about cookies link (opens in a new tab)' class='cc-link' href='URL'
rel='noopener noreferrer nofollow' target='_blank'>TEXT</a>
In this snippet, replace URL with the actual URL you want to link to, and TEXT with the link text you wish your users to see.
For example, if you want to link to your detailed Cookie Policy page, your code would be updated to reflect the actual URL and descriptive text of the link.
Once placed, your link will be accessible and formatted within the Cookie banner content, enhancing the user's navigation and informational experience.
Location where the link should be added
The HTML element needs to be added in the Consent banner tab > Content section.
There you will see the Cookie consent text field, and you can add it in the text as per your preferences.

Need Help
In case you need any assistance, please make sure to reach out to our support team via live chat or at support@consentmo.com
Updated on: 08/04/2025
Thank you!