How to add links to your Terms of Use, Privacy Policy, and Cookie Policy in the White Label footer.
By default the links to the Terms of Use, Privacy Policy, and Cookie Policy are added to the footer of your website. If needed you can change the links to those documents to replace them with your own or remove them.
1. Open White Label Web settings in your Travelpayouts account.
2. Open the Custom HTML code tab.
3. Find the following code in the <footer> tag:
<div class="tpwl-footer__links">
<a href="/terms/" target="_blank">Terms of Service</a>
<a href="/privacy/" target="_blank">Privacy Policy</a>
<a href="/cookie/" target="_blank">Cookie Policy</a>
</div>
</div>
4. If needed, add links to your own policies in the href parameter, replacing the default paths:
- Replace /terms/ with a link to your Terms of Service page
- Replace /privacy/ with a link to your Privacy Policy
- Replace /cookie/ with a link to your Cookie Policy
Example with your URLs:
<a href="https://yourdomain.com/terms" target="_blank">Terms of Service</a>
<a href="https://yourdomain.com/privacy" target="_blank">Privacy Policy</a>
<a href="https://yourdomain.com/cookie-policy" target="_blank">Cookie Policy</a>
Note: The default content on the Terms of Use, Privacy Policy, and Cookie Policy pages is currently only available in English and cannot be edited. However, it is automatically adjusted to match your domain.