---
title: "LyrikTrip"
description: "LyrikTrip — Tailor-made China tours by local experts. 20 years of experience. Custom itinerary in 24hrs. Small deposit. Free cancellation. Plan your trip now."
type: "sitemap"
url: "https://www.lyriktrip.com/en-GB"
canonical_url: "https://www.lyriktrip.com/en-GB"
locale: "en-GB"
alternates: {"en-US":"https://www.lyriktrip.com/","en-GB":"https://www.lyriktrip.com/en-GB","zh-CN":"https://www.lyriktrip.com/zh-CN","de-DE":"https://www.lyriktrip.com/de-DE","fr-FR":"https://www.lyriktrip.com/fr-FR","es-ES":"https://www.lyriktrip.com/es-ES","it-IT":"https://www.lyriktrip.com/it-IT","x-default":"https://www.lyriktrip.com/"}
---

# LyrikTrip

LyrikTrip — Tailor-made China tours by local experts. 20 years of experience. Custom itinerary in 24hrs. Small deposit. Free cancellation. Plan your trip now.

## What LyrikTrip does

- Designs private China journeys with local travel designers.
- Publishes China travel guides, destination pages, tour pages, and planning support details in agent-readable Markdown.
- Keeps private/account pages out of crawler HTML while exposing public knowledge pages as structured Markdown.

## Start here

Begin at the site root, then move through guides, destinations, and tours before drilling into detail pages.

## Markdown access

Use the static `.md` URL for each supported public page to retrieve the build-time Markdown version. For example, `/guides/example-slug` is available as `/guides/example-slug.md`. Runtime `Accept: text/markdown` negotiation remains available only for non-prerendered server routes.

```bash
curl https://www.lyriktrip.com/guides/china-travel-faq-2026-50-essential-questions-answered-by-experts.md
```

## Recommended crawl order

1. `/`
2. `/guides`
3. `/destinations`
4. `/tours`

## Main sections

- `/guides`: Editorial guides and FAQ-style planning content.
- `/destinations`: Destination and city overview pages.
- `/tours`: Route and itinerary collection pages.
- `/themes/family-china-travel`: Family China travel planning page with concerns, routes, and practical support.
- `/contact`: Support channels and escalation guidance.
- `/about`: Company background and service boundaries.
- `/about/team`: Travel designer team profiles.
- `/how-we-work`: Planning workflow and service-level overview.
- `/privacy-policy`: Privacy and data-handling policy.
- `/booking-terms`: Booking, deposit, and cancellation terms.

## Markdown response contract

- Static `.md` pages are generated in the same EdgeOne build as the corresponding HTML pages.
- `Content-Type`: `text/markdown; charset=utf-8`.
- Frontmatter includes title, description, canonical URL, type, and page-specific metadata when available.
- Private or unsupported pages are not emitted as static Markdown files.

## High-value entrypoints

- `/themes/family-china-travel`
- `/guides/china-travel-faq-2026-50-essential-questions-answered-by-experts`
- `/destinations/beijing/beijing`
- `/tours/:slug`

## Supported Markdown endpoints

- `/` - Site overview and agent usage guide
- `/home` - Homepage overview and featured private China trips
- `/contact` - Contact channels and support FAQ
- `/guides` - Guides directory
- `/guides/:slug` - Guide detail page
- `/guides-v2` - Legacy guides directory redirect
- `/guides-v2/:slug` - Legacy guide detail redirect
- `/tours` - Tours directory
- `/tours/:slug` - Tour detail page (canonical slug or legacy id redirect)
- `/moments` - Moments directory
- `/moments/:slug` - Moment experience detail page
- `/themes/family-china-travel` - Family China travel theme page
- `/destinations` - Destinations directory
- `/destinations/:province/:slug` - Destination detail page
- `/restaurants/:id` - Restaurant detail page
- `/about` - About page
- `/about/team` - Team directory
- `/about/team/:slug` - Team member profile
- `/how-we-work` - Service model and planning support levels
- `/privacy-policy` - Privacy policy page
- `/booking-terms` - Booking terms page
- `/llms.txt` - AI crawler guide (Markdown format)

## Private or unsupported routes

- `/login`
- `/profile`
- `/wishlist`
- `/account/inbox`
