home/integrations
Integrations

Apply your fixes anywhere.

TL;DR

LoudPixel finds what’s costing you AI visibility, then helps you ship the fix on whatever you run: a WordPress plugin, one paste-in snippet for Squarespace/Wix/Webflow/Framer, or a custom API for everything else.

01

WordPress

Full fix set

Free plugin: serves /llms.txt, welcomes AI crawlers in robots.txt, and adds meta + schema. Steps aside automatically if Yoast, Rank Math, AIOSEO or SEOPress is active. No account needed.

Download plugin · 8 KB

02

Squarespace · Wix · Webflow · Framer

Paste-in snippet

One block in your site's custom head-code field. Adds the meta description, Open Graph and WebSite/Organization schema you're missing — never overwriting what you already set.

Get the snippet

03

Custom · any platform

Site-token API

Report applied fixes to your dashboard from anything — a CI job, a static-site build, your own code — with one authenticated POST.

See the request

04

Shopify

Built · awaiting app review

The storefront app-proxy that serves /llms.txt under your own domain is written and deployed. It switches on when our Shopify app clears review. The snippet works on Shopify today in the meantime.

Use the snippet for now

WordPress, step by step

Four minutes, no account, no card. The plugin works standalone — a LoudPixel scan just tells you which of its fixes you needed.

  1. Download the zip above.
  2. In WordPress: Plugins → Add New → Upload Plugin → pick the zip → Install Now → Activate.
  3. Settings → LoudPixel: confirm your business name and the one sentence you want AI to repeat.
  4. Open yoursite.com/llms.txt to confirm it is serving.

Download the plugin

Paste-in snippet

For Squarespace, Wix, Webflow, Framer, or any HTML site. Paste this into your platform’s custom head-code field. It only adds tags you’re missing (never overwrites your own) and installs the measurement pixel — so you also start seeing how much revenue AI search sends you. To skip the pixel, add data-pixel="off".

<script src="https://loudpixel.ai/lp-fixes.js"
        data-domain="example.com"
        data-name="Example Co"
        data-description="One sentence AI should say about you."
        data-platform="squarespace"
        data-token="lpst_v1_...">
</script>

Where the head-code field lives: Squarespace → Settings → Advanced → Code Injection · Wix → Settings → Custom Code · Webflow → Project Settings → Custom Code → Head Code · Framer → Site Settings → General → Custom Code · Shopify → Online Store → Themes → Edit code → theme.liquid, just above </head>.

Custom API

Report a fix from anything — CI, a build step, your own code. Get your site token from the dashboard, then:

curl -X POST https://loudpixel.ai/api/v1/fixes/applied \
  -H "X-LP-Site-Token: lpst_v1_..." \
  -H "Content-Type: application/json" \
  -d '{"domain":"example.com","fix_id":"llms_txt","source":"api"}'
Check my site free

No card · results in ~60 seconds · features · pricing