Termly provides a compliance badge that you can display on your website to indicate your use of Termly's privacy and consent management services. This badge is typically placed in the footer area of your site.
Where to Get the Badge Code
The actual HTML code for the badge is generated and provided by Termly. Each website is assigned a unique badge ID after the audit process. Use the exact code provided to ensure correct linking and badge functionality.
How to Install the Badge
Once you’ve copied the code provided by Termly, add it to the footer section of your website. Here’s an example of the code:
<a target="_blank" href="https://termly.io/badge/?id=UUID">
<img
src="{Provided By Termly}"
alt="Termly Badge"
width="200"
height="65"
/>
</a>Where to Place the Code
Insert the code just before the closing
</body>tag of your website’s HTML.If you're using a CMS like WordPress, Squarespace, Wix, or Shopify, look for the option to edit the footer or insert custom HTML.
You can also use a global HTML block or widget if your theme supports it.
Customization
You can adjust the badge size or placement using CSS.
Be sure not to modify the URL or
img srcunless you are intentionally replacing the badge graphic or link.