# LineNow robots.txt # Public marketing, tools, blog, and supplier storefront pages are crawlable. # Auth, app workspace, admin, API, embedded, tokenized, and edit routes are not. # Named AI/search crawlers and the wildcard group share the same # allow/disallow policy so public content is retrievable and app/private routes # stay blocked. User-agent: GPTBot User-agent: OAI-SearchBot User-agent: ChatGPT-User User-agent: PerplexityBot User-agent: ClaudeBot User-agent: Claude-SearchBot User-agent: anthropic-ai User-agent: Google-Extended User-agent: Applebot-Extended User-agent: * # Auth and onboarding flows Disallow: /login Disallow: /reset-password Disallow: /logout Disallow: /guest-checkout Disallow: /register Disallow: /register/ # App workspace routes Disallow: /admin/ Disallow: /capital Disallow: /chats Disallow: /create-order Disallow: /email-templates Disallow: /home Disallow: /insights Disallow: /inventory$ Disallow: /inventory/ Disallow: /invitations Disallow: /items Disallow: /lines Disallow: /locations Disallow: /no-access Disallow: /offline Disallow: /orders Disallow: /payment Disallow: /products Disallow: /purchase-lists Disallow: /quotes Disallow: /recipes Disallow: /reports Disallow: /sales-orders # Private system routes and sensitive URL states Disallow: /api/ Disallow: /embed/ Disallow: /storefront/*/edit Disallow: /*?*session= Disallow: /*?*token= # Public assets needed for rendering, screenshots, and AI/browser fetches Allow: /_next/static/ Allow: /assets/ Allow: /*.webp$ Allow: /*.png$ Allow: /*.jpg$ Allow: /*.jpeg$ Allow: /*.svg$ Allow: /*.mp4$ Allow: /llms.txt Allow: /llms-resources.txt Allow: /openapi.json Allow: /api/agent Allow: / Sitemap: https://www.linenow.co/sitemap.xml