Laudia

Install guide

Connect or install your fixes

Every fix Laudia recommends is a small, safe change you can make yourself. Here is where to add each one on your platform. On WordPress you can also connect Laudia to publish them for you.

Safe by design. Each fix only adds information for AI assistants to read. It does not change your design, your pages, or your search ranking, and you can remove it at any time.

Shopify

Automated available

On Shopify, connect Laudia once and we publish approved fixes for you. Prefer to do it yourself? The manual steps are below.

  1. Add the embed code (schema and FAQ)

    On Shopify, open Online Store → Themes → Edit code → theme.liquid and paste it just before the </head> tag.

  2. Publish your llms.txt file

    On Shopify, Shopify does not serve custom root files directly, so you will likely need an app or a redirect to publish llms.txt at /llms.txt.

  3. Update robots.txt for AI crawlers

    On Shopify, edit robots.txt.liquid (Online Store → Themes → Edit code) and add these lines.

WordPress

Automated available

On WordPress, connect Laudia once and we publish approved fixes for you. Prefer to do it yourself? The manual steps are below.

  1. Add the embed code (schema and FAQ)

    On WordPress, add it to your homepage <head> with a header-scripts plugin (for example Insert Headers and Footers) or your theme's custom-code area.

  2. Publish your llms.txt file

    On WordPress, upload llms.txt to your site root (via SFTP or a file-manager plugin) so it is served at /llms.txt.

  3. Update robots.txt for AI crawlers

    On WordPress, add these lines through your SEO plugin's robots.txt editor (Yoast or Rank Math), since WordPress serves a virtual robots.txt.

Squarespace

Manual for now
  1. Add the embed code (schema and FAQ)

    On Squarespace, go to Settings → Advanced → Code Injection and paste it into the Header box.

  2. Publish your llms.txt file

    On Squarespace, Squarespace does not serve custom root files directly, so you will likely need a redirect to publish llms.txt at /llms.txt.

  3. Update robots.txt for AI crawlers

    On Squarespace, Squarespace manages robots.txt for you; add any crawler rules in its SEO settings where available.

Webflow

Manual for now
  1. Add the embed code (schema and FAQ)

    On Webflow, open Site settings → Custom code and paste it into the Head Code box.

  2. Publish your llms.txt file

    On Webflow, upload it under Site settings → SEO → LLMs.txt, which Webflow serves on your custom domain, never on the webflow.io staging domain, at /llms.txt.

  3. Update robots.txt for AI crawlers

    On Webflow, add these lines in Site settings → SEO → Indexing.

Drupal

Manual install
  1. Add the embed code (schema and FAQ)

    On Drupal, add it to your theme's html.html.twig <head>, or use a metatag/custom-block module.

  2. Publish your llms.txt file

    On Drupal, copy llms.txt into your docroot; Drupal is self-hosted, so this is an ordinary file, served at /llms.txt.

  3. Update robots.txt for AI crawlers

    On Drupal, edit the robots.txt in your docroot; on Composer-managed installs also set it to false in composer.json's file-mapping, or a core update will overwrite it.

Framer

Manual install
  1. Add the embed code (schema and FAQ)

    On Framer, open Site Settings → General → Custom Code and paste it into the End of <head> tag section.

  2. Publish your llms.txt file

    On Framer, open Site Settings → Hosting → Files, upload llms.txt and set its path to /, which serves it at /llms.txt.

  3. Update robots.txt for AI crawlers

    On Framer, upload a robots.txt under Site Settings → Hosting → Files with its path set to /, which overrides the one Framer generates.

Ghost

Manual install
  1. Add the embed code (schema and FAQ)

    On Ghost, go to Settings → Code injection and paste it into the Site Header box.

  2. Publish your llms.txt file

    On Ghost, Ghost does not serve custom root files, so either switch on its own generated llms.txt under Settings → Meta data, or add a redirect to publish this file at /llms.txt.

  3. Update robots.txt for AI crawlers

    On Ghost, add a robots.txt at the top level of your theme folder, then re-zip and re-upload the theme; on Ghost(Pro) that needs the Creator plan or higher.

HubSpot

Manual install
  1. Add the embed code (schema and FAQ)

    On HubSpot, go to Settings → Website → Pages → Site Header HTML and paste it there.

  2. Publish your llms.txt file

    On HubSpot, HubSpot cannot serve files from your domain root, so upload it in the File Manager and add a Proxy (305) redirect, not a 301, to publish it at /llms.txt.

  3. Update robots.txt for AI crawlers

    On HubSpot, go to Settings → Content → Pages, select your domain, and edit the Robots.txt box on the SEO & Crawlers tab.

Jimdo

Manual install
  1. Add the embed code (schema and FAQ)

    On Jimdo, open Menu → Settings → Edit Head in the Creator editor and paste it there; the newer Jimdo Website Builder cannot add custom code at all.

TYPO3

Manual install
  1. Add the embed code (schema and FAQ)

    On TYPO3, add it to your TypoScript as page.headerData, which your developer or agency can do in minutes; it is not reachable from the editing screen.

  2. Publish your llms.txt file

    On TYPO3, ask an administrator to add a Static Route in Site Configuration with the path llms.txt and the text pasted in, which serves it at /llms.txt.

  3. Update robots.txt for AI crawlers

    On TYPO3, add a Static Route for robots.txt in Site Configuration; a real robots.txt on the server wins, so remove that first or the setting appears to do nothing.

Wix

Manual install
  1. Add the embed code (schema and FAQ)

    On Wix, go to Settings → Custom Code, add a snippet, and set it to load in the <head> on all pages.

  2. Publish your llms.txt file

    On Wix, Wix does not serve custom root files directly, so you will likely need a redirect to publish llms.txt at /llms.txt.

  3. Update robots.txt for AI crawlers

    On Wix, Wix manages robots.txt for you; edit it under Settings → SEO where available.

After you add these, your next weekly check shows whether the assistants have picked them up. Changes usually take a week or two to appear.