Install Plugster on Squarespace
Plugster reads your public pages and publishes them for AI assistants: an llms.txt, a markdown version of every page and an MCP server. On your side, two things to do, and nothing else in your pages changes.
1. Two lines in the <head>
They tell assistants where your site’s markdown lives, and load the script that offers them its tools. Your dashboard gives you the exact lines, with your site’s address in place of <your-site>.
<link rel="describedby" href="https://plugster.ai/<your-site>/llms.txt?via=link">
<script src="https://plugster.ai/<your-site>/plugster.js" async></script>
- Code injection needs a Core plan or above; the entry plan does not carry it.
- Go to Website → Website tools → Code injection (Settings → Advanced on older sites).
- Paste the two lines in the Header field and save.
2. A redirect of /llms.txt (recommended)
Assistants look for /llms.txt at the root of a domain. A redirect sends them to the one Plugster keeps up to date for you.
- Go to Settings → Developer tools → URL mappings.
- Add this line, arrow and code included: /llms.txt -> the address your dashboard gives, https://plugster.ai/<your-site>/llms.txt 301
- The destination must begin with https://, and this address does.
Then
Plugster checks the install from your dashboard, crawls the site, and shows you what AI assistants read and search for on it.