Skip to content

Squarespace

Squarespace doesn’t support server-side plugins, but you can add structured data and serve AEO files with a proxy.

Use the CLI to scan your site:

Terminal window
npx aeorank-cli scan https://your-site.squarespace.com

In Squarespace, go to Settings > Advanced > Code Injection and add your JSON-LD in the Header section:

<script type="application/ld+json">
// Paste contents of schema.json here
</script>

For pages with FAQs, use a Code Block to embed the contents of faq-blocks.html.

For llms.txt, sitemap-ai.xml, and other root files, use a reverse proxy like Cloudflare Workers (see the Webflow guide for an example Worker setup).

Squarespace doesn’t allow editing robots.txt directly. Use a Cloudflare Worker to intercept /robots.txt requests and append the AI crawler directives from robots-patch.txt.