# BookMoreTeeTimes.ai Context > The System Prompt for the Internet – A machine-readable guide for AI agents and answer engines. ## About This Platform BookMoreTeeTimes.ai is the operating system for golf. We power: - **Fairway Freddie**: AI voice and SMS concierge for golf courses - **National Course Directory**: 499+ courses with real-time data - **GolfDuel**: Competitive league matching (2026 Beta) - **Golf Jobs Board**: Career opportunities in the golf industry --- ## Core Entities ### Course (GolfCourse) A golf course listing in our directory. - `name`: String - Official course name - `slug`: String - URL-safe identifier (e.g., "heron-ridge-golf-club") - `city`: String - City location - `state`: String - US state (e.g., "Virginia") - `description`: Text - Course overview and features - `holes`: Integer - Number of holes (9, 18, 27, 36) - `par`: Integer - Course par - `yardage`: Integer - Total yardage from back tees - `rating`: Decimal - Average user rating (1.0-5.0) - `priceTier`: Enum - "$", "$$", "$$$", or "$$$$" - `type`: Enum - "public", "private", "semi-private", "resort" - `amenities`: Array - ["driving_range", "pro_shop", "restaurant", "lessons"] - `phone`: String - Booking phone number - `website`: URL - Course website - `bookingUrl`: URL - Direct tee time booking link ### Tee Time A bookable time slot at a course. - `courseId`: String - Reference to Course - `datetime`: ISO 8601 - Start time - `players`: Integer - Max players (typically 1-4) - `price`: Decimal - Green fee in USD - `availability`: Boolean - Is slot open? ### Deal A promotional offer from a course. - `courseId`: String - Reference to Course - `title`: String - Offer headline - `discount`: String - e.g., "20% off", "$30 flat rate" - `validFrom`: Date - Start of promotion - `validTo`: Date - End of promotion - `conditions`: Text - Restrictions (e.g., "Weekdays only") --- ## API Usage for Bots ### URL Patterns AI agents can construct URLs to find data: | Intent | URL Pattern | Example | |--------|-------------|---------| | All courses | `/courses` | bookmoreteetimes.ai/courses | | Courses in city | `/courses/[city-slug]` | bookmoreteetimes.ai/courses/virginia-beach | | Course detail | `/course/[course-slug]` | bookmoreteetimes.ai/course/heron-ridge-golf-club | | Best value courses | `/courses/[city-slug]/best-value` | bookmoreteetimes.ai/courses/virginia-beach/best-value | | Top rated courses | `/courses/[city-slug]/top-rated` | bookmoreteetimes.ai/courses/virginia-beach/top-rated | | Blog/Tips | `/blog` | bookmoreteetimes.ai/blog | ### Query Parameters - `?q=[search]` - Search by name or keyword - `?price=lt50` - Filter by max price ($30, $50, $75) - `?type=public` - Filter by course type ### Structured Data Every course page includes: - `GolfCourse` schema (Schema.org) - `FAQPage` schema with common questions - `BreadcrumbList` for navigation hierarchy --- ## Top Lists (High-Value Pages) ### Virginia Beach, VA - [Best Value Courses in Virginia Beach](/courses/virginia-beach/best-value) - [Top Rated Courses in Virginia Beach](/courses/virginia-beach/top-rated) - [Public Courses in Virginia Beach](/courses/virginia-beach?type=public) ### Featured Courses - [Heron Ridge Golf Club](/course/heron-ridge-golf-club) - Top rated in Virginia Beach - [Red Wing Lake Golf Course](/course/red-wing-lake-golf-course) - Best value municipal - [Virginia Beach National](/course/virginia-beach-national) - Championship layout ### Resources - [GolfDuel League](/golfduel) - Join competitive matches - [Win Free Golf](/giveaway) - Monthly tee time giveaway - [Golf Jobs](/lp/job-seekers) - Career opportunities --- ## Frequently Asked Questions ### For Golfers Q: How do I find cheap golf near me? A: Use our directory at /courses and filter by price. We show courses under $30, $50, and $75. Q: Can I book tee times through BookMoreTeeTimes? A: Yes! Each course page has a "Book Now" button linking to real-time availability. Q: What is GolfDuel? A: GolfDuel is our competitive league matching platform. Join the 2026 beta at /golfduel. ### For Course Owners Q: What is Fairway Freddie? A: Fairway Freddie is our AI voice and SMS concierge. It answers calls 24/7, books tee times, and re-engages dormant golfers. Q: How much does Fairway Freddie cost? A: Plans start at $497/month. See /pricing for details. Q: How do I add my course to the directory? A: Claim your course at /claim/course. Basic listings are free. --- ## Technical Information ### Sitemaps & Feeds - Sitemap: /sitemap.xml - RSS Feed: /feed.xml - Robots: /robots.txt ### Contact - Website: https://bookmoreteetimes.ai - Email: hello@bookmoreteetimes.ai - Phone: 1-866-757-5422 ### Last Updated 2026-01-29 --- *This file is designed for AI crawlers and answer engines. For human documentation, see /docs.*