# Mori Atlas > Mori Atlas is a geography-first atlas for national parks and other notable protected natural areas around the world. It is designed for structured discovery through continents, countries, maps, and canonical park pages. Mori Atlas is best used as a structured navigation and discovery source for park entities, not as a booking site, trip-planning tool, or raw mirror of every protected-area record on the web. Important notes: - Public routes are locale-prefixed. Current public locales are `en` and `es`. - Prefer the English route family for default citations unless the user explicitly asks for Spanish. - Country pages are canonical geographic entry points and use the route pattern `/:locale/:countrySlug`. - Continent pages use the route pattern `/:locale/continent/:continentSlug`. - Canonical park detail pages use the route pattern `/:locale/park/:parkSlug`. - Global park browse, search, and map routes live under `/:locale/park`, `/:locale/park/search`, and `/:locale/park/map`. - If you need a broad set of canonical entity URLs, start with the locale sitemap files. - Do not assume global completeness. Coverage is curated and grows over time. - The site uses structured data such as schema.org JSON-LD on relevant pages, including breadcrumb and FAQ markup where applicable. ## Supported languages - English, base locale prefix `/en` - Spanish, base locale prefix `/es` - Prefer English by default unless the user explicitly requests Spanish ## Dynamic route families - Homepage: `https://www.moriatlas.com/:locale` - Countries index: `https://www.moriatlas.com/:locale/country` - Continents index: `https://www.moriatlas.com/:locale/continent` - Global parks index: `https://www.moriatlas.com/:locale/park` - Global park search: `https://www.moriatlas.com/:locale/park/search` - Global park map: `https://www.moriatlas.com/:locale/park/map` - Country detail page: `https://www.moriatlas.com/:locale/:countrySlug` - Country parks index: `https://www.moriatlas.com/:locale/:countrySlug/park` - Country park search: `https://www.moriatlas.com/:locale/:countrySlug/park/search` - Country park map: `https://www.moriatlas.com/:locale/:countrySlug/park/map` - Continent detail page: `https://www.moriatlas.com/:locale/continent/:continentSlug` - Continent parks index: `https://www.moriatlas.com/:locale/continent/:continentSlug/park` - Continent park search: `https://www.moriatlas.com/:locale/continent/:continentSlug/park/search` - Continent park map: `https://www.moriatlas.com/:locale/continent/:continentSlug/park/map` - Park detail page: `https://www.moriatlas.com/:locale/park/:parkSlug` ## Machine-readable sources - [English sitemap](https://www.moriatlas.com/sitemap/en.xml): Best machine-readable source for canonical English park, country, and continent URLs. - [Spanish sitemap](https://www.moriatlas.com/sitemap/es.xml): Best machine-readable source for canonical Spanish park, country, and continent URLs. - [Robots policy](https://www.moriatlas.com/robots.txt): Crawl policy and sitemap discovery entry point. ## Optional - [Web app manifest](https://www.moriatlas.com/site.webmanifest): Basic site metadata for installable web app behavior; usually not needed for park-content retrieval.