# extremesport-bg.com — Extreme Sport Gift Experiences (Bulgaria) > extremesport-bg.com sells gift vouchers for extreme sport and adventure experiences in Bulgaria. Customers buy a voucher as a gift; the recipient books a date for the activity. Activities include balloon flights, paragliding, ATV off-road rides, airplane piloting lessons, bungee jumps, gyrocopter flights, and more. ## What this site does - Sells **gift vouchers** (e-gift cards) for adrenaline and adventure experiences across Bulgaria. - Recipients **book an activity date** by entering their voucher code on the booking page. - Supports **guest checkout** (no account needed), **online payment** via myPOS, and automatic PDF voucher delivery by email. - Offers **Last Minute** deals: discounted activity slots available for immediate booking. ## Key sections - [Store — all gift vouchers](https://extremesport-bg.com/store/): Browse and buy extreme sport experience vouchers. Filter by activity type, price, location. - [Book an activity](https://extremesport-bg.com/book/): Activities with available dates. A valid voucher code is required to complete a booking. - [Last Minute offers](https://extremesport-bg.com/last-minute/): Time-limited discounted activity slots. - [Blog](https://extremesport-bg.com/blog/): Articles about extreme sport and adventure in Bulgaria. - [Locations](https://extremesport-bg.com/locations/): Activity sites across Bulgaria. - [Sitemap](https://extremesport-bg.com/sitemap.xml): Full XML sitemap of all public URLs. ## Activity categories - Balloon flights (panoramic, group free flights, VIP) - Paragliding (tandem motor paraglider) - Gyrocopter flights and piloting lessons - Airplane piloting lessons - Bungee jumping (from balloon or crane) - ATV off-road rides (Stara Planina) - Jet boat and motorboat rentals (Iskar Reservoir) - E-foil (electric surfboard) ## Content types | Type | URL pattern | Description | |------|------------|-------------| | Gift voucher product | `/store/{slug}` | Purchasable gift card for a specific experience | | Activity booking page | `/book/{slug}` | Detailed page for booking an activity (requires voucher) | | Blog post | `/blog/{slug}` | Article or guide | | Location page | `/locations/{slug}` | Physical location for activities | | CMS page | `/page/{slug}` | Static informational page | ## URL migration note (for crawlers) This site was migrated from a WordPress/WooCommerce installation. Old URLs are permanently redirected (301) to the new platform: - Old `/voucher/{slug}/` → New `/store/{slug}` (product pages, slugs match) - Old `/book/{old-booking-slug}/` → New `/book/{activity-slug}` (specific mapping) or `/store/` - Old WordPress system pages → New platform equivalents ## Language Bulgarian (primary). ## Technology Custom PHP platform. MySQL database. Apache web server. Bootstrap 5 front-end. PDF generation via Chrome headless + Dompdf fallback.