Install Plugster on Shopify
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>
- Go to Online Store → Themes, then Edit code on your live theme.
- Open layout/theme.liquid and paste the two lines just before </head>.
- 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 Content → Menus, then View URL redirects → Create URL redirect.
- Redirect /llms.txt to the address your dashboard gives, https://plugster.ai/<your-site>/llms.txt, the full address, since it leaves your domain.
- Shopify only accepts a redirect from an address that does not exist on the shop, which /llms.txt does not.
Then
Plugster checks the install from your dashboard, crawls the site, and shows you what AI assistants read and search for on it.