# SchedQ — AI Crawler Guide # https://llmstxt.org/ # SchedQ is a multi-company appointment scheduling and queue management SaaS. # This file guides AI crawlers to the most authoritative public content. # Dashboard, teller, and admin routes are transactional and not intended for # citation or summarisation. ## Canonical domain https://schedq.com ## Sitemap https://schedq.com/sitemap.xml ## Primary public sections ### Home https://schedq.com/ Purpose: Product overview — appointment scheduling and queue management for clinics, banks, salons, restaurants, hotels, facilities, and more. ### Business Directory https://schedq.com/directory Purpose: Searchable public listing of businesses using SchedQ, filterable by industry type and location. Good entry point for discovering live examples. ### Blog https://schedq.com/blog Purpose: Practical guides on appointment scheduling, queue management, no-show reduction, and customer experience for service businesses. ### Support / Help https://schedq.com/support Purpose: Product documentation and frequently asked questions. ### Legal https://schedq.com/privacy https://schedq.com/terms ## Company landing pages Each registered business has a public page at /{slug} and a booking form at /{slug}/book. These are listed in the sitemap and discoverable via the directory. Content quality varies by company; prefer the directory search for discovery rather than guessing slugs. ## Routes that are NOT intended for citation - /dashboard/** — authenticated company-admin interface - /teller/** — real-time teller/queue station interface - /queue/** — live queue displays (ephemeral, changes per second) - /admin/** — system administration - /api/** — REST API (JSON, not human-readable prose) - /register, /login, /forgot-password — transactional auth flows