Plugster

Install Plugster on Wix

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>
  1. Custom code needs a published site with a connected domain, so a Premium plan.
  2. Go to Settings → Custom code → + Add custom code.
  3. Paste the two lines, set them to load on All pages, in the Head, then Apply and publish the site.

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.

  1. Go to SEO & GEO → Tools and settings → URL Redirect Manager.
  2. Add a redirect from /llms.txt to the address your dashboard gives, https://plugster.ai/<your-site>/llms.txt, entering the whole address since it points outside your site.
  3. A 301 only works on a connected domain, not on a free wixsite.com address.

Then

Plugster checks the install from your dashboard, crawls the site, and shows you what AI assistants read and search for on it.

Create a free account