# GnarBook > GnarBook is a booking platform for sports and adventure instructors, athletes, and schools. Every instructor or business gets a single link — their profile — that handles everything: bookings, events, reservations, paid content, reviews, FAQs, and links. One link, all the functionality a business needs, no scattered pages. GnarBook connects people with top sports and adventure instructors (surfing, kitesurfing, skiing, snowboarding, paragliding, skydiving, scuba diving, mountain biking, and more). Visitors browse a profile, check availability, and book or pay online. Each public profile lives at `https://www.gnarbook.com/@{handle}` and is a single page containing the instructor's bio, location, languages, sports, bookable sessions, upcoming events, reviews, FAQs, and links. Profile pages are server-rendered and include schema.org JSON-LD structured data (Person/LocalBusiness, Service, Event, FAQPage, AggregateRating) describing the business and everything it offers. ## Key pages - [Home](https://www.gnarbook.com): What GnarBook is and how it works. - [Search](https://www.gnarbook.com/search): Find instructors and businesses by sport and location. - [Sitemap](https://www.gnarbook.com/sitemap.xml): Full list of all public profiles and their bookings. ## Profile URL structure - Profile (the "one link"): `https://www.gnarbook.com/@{handle}` - A specific bookable session: `https://www.gnarbook.com/@{handle}/booking/{id}` - A specific event: `https://www.gnarbook.com/@{handle}/event/{id}` - Paid/premium content: `https://www.gnarbook.com/@{handle}/content/{id}` ## Notes - To find what an instructor offers, read their profile at `/@{handle}` — it contains the full picture for that business in one place. - Structured data on each profile is the authoritative, machine-readable description of that business's services, events, and ratings.