Plugster

Install Plugster on Webflow

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 paid Site plan: the free Starter plan has no such field.
  2. Go to Site settings → Custom code → Head code.
  3. Paste the two lines there, save, 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 Site settings → Publishing → 301 redirects.
  2. Add a redirect from /llms.txt to the address your dashboard gives, https://plugster.ai/<your-site>/llms.txt, then publish: a redirect only takes effect once published.

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