# Takibi Spot — llms.txt # https://takibispot.com/llms.txt > Takibi Spot is a campground availability tracking service that helps > campers find open reservations at parks across Canada and the United States. ## What this site does - Monitors campground availability in real-time - Sends instant alerts (email, SMS, Telegram) when campsites become available - Provides a searchable directory of parks, campgrounds, and campsites - Offers subscription plans from free to $40/month ## Public pages (indexable) - /parks — Browse all parks in the directory - /parks/:region — Parks within a specific state/province - /parks/:region/:park — Campgrounds within a specific park - /parks/:region/:park/:campground — Campsite details and amenities - /pricing — Subscription plans and pricing - /faq — Frequently asked questions - /about — About Takibi Spot - /contact — Contact information ## Structured data All public pages include JSON-LD structured data (Schema.org): - Organization, WebSite on homepage - AdministrativeArea on region pages - Park on park pages - Campground with amenityFeature on campground pages - BreadcrumbList on all directory pages - FAQPage on FAQ and directory pages ## API REST API at /api/v1/ (requires authentication, not for public crawling)