Squarespace
Add Nordax to your Squarespace site using Code Injection.Requires a Business plan or higher.
1. JSON-LD Structured Data
- Go to Settings → Developer Tools → Code Injection
- In the Header field, paste the script below
- Click Save
Header Code Injection
<script
src="https://cdn.nordax.ai/cdn/entity/{slug}.js"
defer
></script>This loads on all pages. To restrict to the homepage only, use per-page code injection instead (edit the homepage → Settings → Advanced → Page Header Code Injection).
2. Trust Badge
Two options for adding the badge:
Option A: Footer Code Injection
In Settings → Developer Tools → Code Injection, paste in the Footer field:
<div id="nordax-badge" data-entity="{slug}"></div>
<script src="https://cdn.nordax.ai/cdn/badge/embed.js" defer></script>Option B: Code Block
Add a Code block to any page or section in the Squarespace editor, switch to the HTML view, and paste the same badge embed code. Good for placing the badge in a specific location.
3. llms.txt Hosting
Set up a URL redirect in Squarespace:
- Go to Settings → Advanced → URL Mappings
- Add this redirect rule:
/llms.txt -> https://entities.nordax.ai/{slug}/llms.txt 301This 301 redirect ensures AI crawlers find the live, auto-updating llms.txt hosted by Nordax.