Skip to content

English Page Cross-Link Snippets

Created 2026-03-07
Tags legalfrenchcompliancebill-96reference

These are the lines to add at the top of each English policy page on baseworks.com, linking visitors to the French version. Add them as the first visible element on each page (above the Termageddon widget or policy content).


Terms of Service → Conditions d’utilisation

Section titled “Terms of Service → Conditions d’utilisation”
<p style="text-align: center; margin-bottom: 1.5em;">
<a href="/conditions-dutilisation/">Version française disponible</a>
</p>

Privacy Policy → Politique de confidentialité

Section titled “Privacy Policy → Politique de confidentialité”
<p style="text-align: center; margin-bottom: 1.5em;">
<a href="/politique-de-confidentialite/">Version française disponible</a>
</p>

Section titled “Cookie Policy → Politique relative aux cookies”
<p style="text-align: center; margin-bottom: 1.5em;">
<a href="/politique-de-cookies/">Version française disponible</a>
</p>

EULA → Contrat de licence d’utilisateur final

Section titled “EULA → Contrat de licence d’utilisateur final”
<p style="text-align: center; margin-bottom: 1.5em;">
<a href="/contrat-de-licence/">Version française disponible</a>
</p>

Disclaimer → Avis de non-responsabilité

Section titled “Disclaimer → Avis de non-responsabilité”
<p style="text-align: center; margin-bottom: 1.5em;">
<a href="/avis-de-non-responsabilite/">Version française disponible</a>
</p>

  • These snippets go on the existing English WordPress pages on baseworks.com
  • Add them as an HTML block or text element above the Termageddon iframe/widget
  • The French pages are standalone WordPress pages (not WPML, not Termageddon)
  • Each French page already has the reverse cross-link (“English version available”) built into its content
  • Style can be adjusted to match the site theme — the <p> tag above is a minimal starting point