Platform Guides

Platform Guides

Platform-specific fixes for WordPress, Shopify, Lovable, Replit, and Next.js.

The same check needs a different fix on every platform. WordPress writes robots through a plugin, Shopify compiles it from a Liquid template, and Next.js owns it as a static file. Pick your stack:

  • WordPressrobots.txt, llms.txt, sitemap, Yoast/Rank Math, AI bot rules.
  • Shopifyrobots.txt.liquid, product feeds, structured data, theme limits.
  • Lovablepublic/ files, server routes, MCP endpoints, llms.txt.
  • Replitstatic assets, robots, llms.txt, deployment caveats.
  • Next.js / VercelApp Router metadata, route handlers, public/ files, edge headers.

Don't see your platform? Most static-site generators (Hugo, Eleventy, Astro, Jekyll) work like Next.js for AIScan purposes — drop files into public/ or static/ and they're served at the root.