Installation Guide
How to publish hosted legal pages on Squarespace
Use hosted TermsBuilder links in Squarespace navigation, the footer, and any form, checkout, or membership flow that should surface legal pages before a user acts.
Before you publish
Squarespace makes it easy to add external links through navigation and content blocks, so the simplest setup is a hosted TermsBuilder URL in the footer or utility navigation. That avoids reformatting the document inside Squarespace every time the text changes.
If you prefer a dedicated Squarespace page shell, use that page to route visitors to the hosted document or embed it while treating the hosted URL as the source of truth.
Recommended steps
- 1Copy your hosted TermsBuilder URL.
- 2Add the hosted link to footer navigation, utility navigation, or another site-wide location where customers expect legal pages to live.
- 3If a form, checkout, or membership flow needs a policy link before submission or purchase, add the same hosted URL there as well.
- 4If you want a dedicated legal page inside Squarespace, create the page shell and use a link block, button, or code block that points to the hosted document.
- 5Check the live site on desktop and mobile to confirm the legal links are visible and readable in the footer and any conversion flow that needs them.
Placement notes
- •Do not bury the Privacy Policy inside a contact page or account-only area.
- •If you use email signup forms, ecommerce checkout, or member areas, the Privacy Policy should be reachable before submission or purchase.
Code examples
Replace the placeholder URL with the hosted document URL from your TermsBuilder dashboard.
Link block HTML
<a href="https://your-domain-or-hosted-link.example/privacy-policy">Privacy Policy</a>Code block iframe
<iframe src="https://your-domain-or-hosted-link.example/privacy-policy" title="Privacy Policy" width="100%" height="700" style="border:0;"></iframe>