Проверенный сертификат AgentReady.md
Выдан sig: cae8dc5b5694a7b7 Проверить →

Проанализированный URL

https://mtb-morocco.com

Измерено 3 недели назад

Анализировать другой URL

Оценка AI-Ready

Удовлетворительно

из 100

Экономия токенов

HTML-токены 72.465
Markdown-токены 293
Экономия 100%

Разбивка оценки

Доступность 96/100
Обнаруживаемость ИИ 45/100
Структурированные данные 100/100
Семантический HTML 18/100
Эффективность контента 60/100

Новые протоколы

Обнаружено 0 из 6

Well-known эндпоинты, которые ищут ИИ-агенты. Обнаружено — значит агент может автоматически найти и подключиться к вашему сервису.

  • OAuth Protected Resource RFC 9728
    /.well-known/oauth-protected-resource
  • OAuth Discovery RFC 8414
    /.well-known/oauth-authorization-server
  • MCP Server Card SEP-1649 draft
    /.well-known/mcp/server-card.json
  • A2A Agent Card A2A v1.0
    /.well-known/agent-card.json
  • API Catalog RFC 9727
    /.well-known/api-catalog
  • Agent Skills index Discovery RFC v0.2.0 draft
    /.well-known/agent-skills/index.json

Само это не удержится. Мониторинга пока нет — запишитесь, и мы сообщим, когда он появится.

Вы в списке! Мы уведомим вас о запуске.

Что мы измерили No Markdown for Agents support detected

Ваш сайт не поддерживает Markdown for Agents. Этот стандарт Cloudflare позволяет ИИ-агентам запрашивать контент в формате markdown, сокращая использование токенов на ~80%.

Как внедрить

Реализуйте одно или несколько: (1) Отвечать на Accept: text/markdown контентом в формате markdown. (2) Обслуживать URL с .md (например, /page.md). (3) Добавить теги <link rel="alternate" type="text/markdown">. (4) Добавить HTTP-заголовки Link для обнаружения markdown.

Вставьте в кодового агента, чтобы он внёс исправление

Что мы измерили 9 heading level skip(s)

Структура заголовков вашей страницы имеет проблемы (пропущенные уровни или несколько тегов h1). Чёткая иерархия помогает ИИ-агентам понять организацию контента.

Как внедрить

Убедитесь, что на странице ровно один <h1>, а заголовки следуют последовательному порядку: h1 > h2 > h3. Не пропускайте уровни (например, h1 сразу к h3).

Вставьте в кодового агента, чтобы он внёс исправление

Что мы измерили Missing <article> and <main> elements

Ваша страница не использует элементы <article> или <main>. Эти семантические контейнеры помогают ИИ-агентам определить основную область контента и игнорировать навигацию, боковые панели и подвал.

Как внедрить

Добавьте элемент <main> вокруг основного контента вашей страницы и используйте <article> для самостоятельных блоков контента, таких как записи блога или описания товаров.

Вставьте в кодового агента, чтобы он внёс исправление

Что мы измерили No sitemap found

Карта сайта не найдена. Sitemap помогает ИИ-агентам обнаруживать все страницы вашего сайта.

Как внедрить

Создайте /sitemap.xml со списком всех ваших публичных страниц. Большинство CMS-платформ могут генерировать его автоматически.

Вставьте в кодового агента, чтобы он внёс исправление

Что мы измерили Content ratio: 0.4% (1365 content chars / 319123 HTML bytes)

На вашей странице низкое соотношение фактического контента к общему HTML. Большая часть веса страницы приходится на разметку, скрипты или стили, а не на контент.

Как внедрить

Перенесите CSS во внешние таблицы стилей, удалите inline-стили, минимизируйте JavaScript и убедитесь, что HTML сфокусирован на структуре контента.

Вставьте в кодового агента, чтобы он внёс исправление

Что мы измерили 6 semantic elements, 793 divs (ratio: 1%)

Ваша страница в значительной степени полагается на элементы <div>. Семантические элементы, такие как <section>, <nav>, <header>, <footer> и <aside>, обеспечивают осмысленную структуру для ИИ-агентов.

Как внедрить

Замените общие контейнеры <div> подходящими семантическими элементами. Используйте <section> для тематических групп, <nav> для навигации, <header>/<footer> для верхних и нижних колонтитулов страниц и разделов.

Вставьте в кодового агента, чтобы он внёс исправление

Что мы измерили No llms.txt found

На вашем сайте нет файла llms.txt. Это формирующийся стандарт для помощи ИИ-агентам в понимании структуры вашего сайта.

Как внедрить

Создайте файл /llms.txt в соответствии со спецификацией llmstxt.org. Включите описание сайта и ссылки на ваши ключевые страницы.

Вставьте в кодового агента, чтобы он внёс исправление

Что мы измерили No Content-Signal found (robots.txt or HTTP headers)

Директивы Content-Signal не найдены. Они сообщают ИИ-агентам, как можно использовать ваш контент (поисковая индексация, ИИ-ввод, данные для обучения). Рекомендуемое расположение — robots.txt.

Как внедрить

Добавьте Content-Signal в ваш robots.txt: User-agent: *\nContent-Signal: search=yes, ai-input=yes, ai-train=no. Также можно добавить как HTTP-заголовок в markdown-ответах.

Вставьте в кодового агента, чтобы он внёс исправление

Что мы измерили 37/52 images with meaningful alt text (1 decorative, not counted)

Некоторые изображения не имеют описательного альтернативного текста. Хорошие alt-тексты помогают ИИ-агентам понять содержание и контекст изображений.

Как внедрить

Добавьте описательные атрибуты alt ко всем изображениям. Описывайте то, что показано на изображении, а не просто «изображение» или «фото». Для декоративных изображений используйте alt="" (пустой).

Вставьте в кодового агента, чтобы он внёс исправление
Markdown-токены: 293
**MTB [Morocco](https://mtb-morocco.com/morocco/)** offers unparalleled mountain biking experiences across [Morocco](https://mtb-morocco.com/morocco/)’s most stunning landscapes. Specializing in adventurous cycling tours, we guide you through the majestic [Atlas Mountains](https://mtb-morocco.com/atlas-mountains/), the expansive Sahara Desert, and vibrant local cultures. Our expert guides provide top-notch service, ensuring safety and enriching your journey with deep local insights. We use high-quality equipment and offer comprehensive support throughout your adventure. Whether you seek thrilling bike rides, cultural immersion, or scenic exploration, MTB [Morocco](https://mtb-morocco.com/morocco/) delivers unforgettable experiences tailored to all skill levels. Join us for a journey that blends excitement, culture, and breathtaking scenery.

Get ready for an unforgettable journey through [Morocco](https://mtb-morocco.com/morocco/)’s stunning landscapes! Our six-day gravel bike adventure includes guided rides, local cuisine, and breathtaking views. Immerse yourself in the culture while discovering off-the-beaten-path trails in a picturesque setting.

Start on a journey like no other through the heart of the [Atlas Mountains](https://mtb-morocco.com/atlas-mountains/) where each day brings new adventures and friends. Enjoy expert guidance and unparalleled scenery on this immersive biking experience.
MTB Morocco - Bike Tours In Morocco

[![mtb-morocco logo](https://mtb-morocco.com/wp-content/uploads/2024/08/mtp-morocco_1.png)](https://mtb-morocco.com/)

[![mtb-morocco logo](https://mtb-morocco.com/wp-content/uploads/2024/08/mtp-morocco_1.png)](https://mtb-morocco.com/)

# Adventure Bike Tours ![yellow-shape](https://envato.bdevs.net/tourigo/wp-content/uploads/2024/04/yellow-shape.png)  In Morocco

MTB [Morocco](https://mtb-morocco.com/morocco/) Let's You Explore [Morocco](https://mtb-morocco.com/morocco/)'s Hidden Beauty!

## MTB MOROCCO

**MTB [Morocco](https://mtb-morocco.com/morocco/)** offers unparalleled mountain biking experiences across [Morocco](https://mtb-morocco.com/morocco/)’s most stunning landscapes. Specializing in adventurous cycling tours, we guide you through the majestic [Atlas Mountains](https://mtb-morocco.com/atlas-mountains/), the expansive Sahara Desert, and vibrant local cultures. Our expert guides provide top-notch service, ensuring safety and enriching your journey with deep local insights. We use high-quality equipment and offer comprehensive support throughout your adventure. Whether you seek thrilling bike rides, cultural immersion, or scenic exploration, MTB [Morocco](https://mtb-morocco.com/morocco/) delivers unforgettable experiences tailored to all skill levels. Join us for a journey that blends excitement, culture, and breathtaking scenery.

Why chose us## Our Unique Offerings

###### Expert Guidance: Your Adventure Companion

Discover [Morocco](https://mtb-morocco.com/morocco/)'s hidden gems and conquer its challenging trails with our experienced guides. From biking to trekking, we offer personalized itineraries and expert advice for an unforgettable adventure.

###### Time Efficiency: discover more

Our expertly planned itineraries ensure you discover more in less time. With our efficient routes and knowledgeable guides, you can maximize your adventure and make the most of your trip to [Morocco](https://mtb-morocco.com/morocco/).

###### Stress Reduction: Find Your Inner Peace

Escape the hustle and bustle of everyday life and find your inner peace in the tranquil landscapes of [Morocco](https://mtb-morocco.com/morocco/). Our biking and trekking tours offer a serene environment for relaxation and stress relief .

Our Top## Destinations

[See All](https://mtb-morocco.com/destinations/)

[![Atlas Mountains](https://mtb-morocco.com/wp-content/uploads/2024/08/31160601871_f0e8a98c7c_k.jpg)](https://mtb-morocco.com/tour-destination/atlas_mountains/)

[15 tours](https://mtb-morocco.com/tour-destination/atlas_mountains/)

[Atlas Mountains](https://mtb-morocco.com/tour-destination/atlas_mountains/)

[![Imperial Cities](https://mtb-morocco.com/wp-content/uploads/2024/08/Imperial-cities-bike-tour.jpg)](https://mtb-morocco.com/tour-destination/imperial-cities/)

[1 tour](https://mtb-morocco.com/tour-destination/imperial-cities/)

[Imperial Cities](https://mtb-morocco.com/tour-destination/imperial-cities/)

[![Sahara Desert](https://mtb-morocco.com/wp-content/uploads/2024/08/Sahara-bikers.jpg)](https://mtb-morocco.com/tour-destination/sahara-desert/)

[5 tours](https://mtb-morocco.com/tour-destination/sahara-desert/)

[Sahara Desert](https://mtb-morocco.com/tour-destination/sahara-desert/)

##### Epic Adventure Awaits

## Upcoming Tours

##### Join us as we explore the breathtaking Atlas Mountains over six thrilling days filled with adventure and camaraderie.

[See All Adventures](https://mtb-morocco.com/tour-grid/)

![Gravel bike tour 5-day](https://mtb-morocco.com/wp-content/uploads/2024/09/Atlas-Mountains-Climb-1024x461.jpg)

## March and November 2026

## 6-Day Gravel Biking Expedition

Get ready for an unforgettable journey through [Morocco](https://mtb-morocco.com/morocco/)’s stunning landscapes! Our six-day gravel bike adventure includes guided rides, local cuisine, and breathtaking views. Immerse yourself in the culture while discovering off-the-beaten-path trails in a picturesque setting.

[Discover More >](https://www.morocco-bike-experience.com/6-day-gravel-bike-adventure-tour-in-morocco.html)

![](https://mtb-morocco.com/wp-content/uploads/2024/09/Cycling-road-in-Morocco-1024x461.jpg)

## Trip Timing

## Prepare for Adventure!

Start on a journey like no other through the heart of the [Atlas Mountains](https://mtb-morocco.com/atlas-mountains/) where each day brings new adventures and friends. Enjoy expert guidance and unparalleled scenery on this immersive biking experience.                                                                                       

[Explore Details >](https://mtb-morocco.com/contact/)

OUR TRIPS## Feature Packages MTB Morocco

[![Family E-Bike Tour in the Atlas Mountains (3 Days) MTB Morocco](https://mtb-morocco.com/wp-content/uploads/2024/09/WhatsApp-Image-2024-09-01-at-23.40.04-scaled-e1729633455187.jpeg)](https://mtb-morocco.com/tours/family-e-bike-tour-in-the-atlas-mountains/)

[Atlas Mountains](https://mtb-morocco.com/tour-destination/atlas_mountains/)

(No Review)

##### [Family E-Bike Tour in the Atlas](https://mtb-morocco.com/tours/family-e-bike-tour-in-the-atlas-mountains/)€ 760,75

3 Days

[Book Now](https://mtb-morocco.com/tours/family-e-bike-tour-in-the-atlas-mountains/)

[![Bike Adventure : 6-Day E-bike Atlas Mountains Morocco](https://mtb-morocco.com/wp-content/uploads/2024/09/IMG_6491.jpg)](https://mtb-morocco.com/tours/high-atlas-mountain-bike-adventure/)

[Atlas Mountains](https://mtb-morocco.com/tour-destination/atlas_mountains/)

(No Review)

##### [High Atlas Mountain Bike Adventure](https://mtb-morocco.com/tours/high-atlas-mountain-bike-adventure/)€ 1.242,00

5 Days

[Book Now](https://mtb-morocco.com/tours/high-atlas-mountain-bike-adventure/)

[![6-Day E-bike Atlas Mountains](https://mtb-morocco.com/wp-content/uploads/2024/09/IMG_6055-e1726663735794.jpg)](https://mtb-morocco.com/tours/6-day-e-bike-tour-in-the-atlas-mountains/)

[Atlas Mountains](https://mtb-morocco.com/tour-destination/atlas_mountains/)

(No Review)

##### [6-Day E-bike Tour in the Atlas](https://mtb-morocco.com/tours/6-day-e-bike-tour-in-the-atlas-mountains/)€ 1.395,00

6 Days

[Book Now](https://mtb-morocco.com/tours/6-day-e-bike-tour-in-the-atlas-mountains/)

[![8-day sahara desert Atlas Mountain biking Adventure](https://mtb-morocco.com/wp-content/uploads/2024/09/WhatsApp-Image-2024-09-01-at-23.41.19-e1725816746761.jpeg)](https://mtb-morocco.com/tours/8-day-sahara-desert-4x4-expedition-biking/)

[Sahara Desert](https://mtb-morocco.com/tour-destination/sahara-desert/)

(No Review)

##### [8-Day Sahara Desert 4×4 Expedition and](https://mtb-morocco.com/tours/8-day-sahara-desert-4x4-expedition-biking/)€ 2.113,75

8 Days

[Book Now](https://mtb-morocco.com/tours/8-day-sahara-desert-4x4-expedition-biking/)

[![Explore Morocco MTB Morocco](https://mtb-morocco.com/wp-content/uploads/2024/09/WhatsApp-Image-2024-09-01-at-23.35.15-e1725631024695.jpeg)](https://mtb-morocco.com/tours/explore-morocco-gravel-caravan-routes/)

[Sahara Desert](https://mtb-morocco.com/tour-destination/sahara-desert/)

(No Review)

##### [Explore Morocco Caravan Routes](https://mtb-morocco.com/tours/explore-morocco-gravel-caravan-routes/)€ 1.567,00

8 Days

[Book Now](https://mtb-morocco.com/tours/explore-morocco-gravel-caravan-routes/)

[![Biking Day trip MTB Morocco](https://mtb-morocco.com/wp-content/uploads/2024/09/WhatsApp-Image-2024-09-01-at-23.40.05-1-scaled-e1725631065965.jpeg)](https://mtb-morocco.com/tours/biking-day-trip-imlil-valley/)

[Atlas Mountains](https://mtb-morocco.com/tour-destination/atlas_mountains/)

(No Review)

##### [Biking Day Trip from Imlil Valley](https://mtb-morocco.com/tours/biking-day-trip-imlil-valley/)€ 166,50

1 Day

[Book Now](https://mtb-morocco.com/tours/biking-day-trip-imlil-valley/)

[![Hike and Bike Morocco](https://mtb-morocco.com/wp-content/uploads/2024/09/Morocco.jpg)](https://mtb-morocco.com/tours/hike-and-bike-atlas-mountains-sahara-desert/)

[Atlas Mountains](https://mtb-morocco.com/tour-destination/atlas_mountains/)

(No Review)

##### [Epic Hike and Bike Expedition: Conquer](https://mtb-morocco.com/tours/hike-and-bike-atlas-mountains-sahara-desert/)€ 1.522,20

8 Days

[Book Now](https://mtb-morocco.com/tours/hike-and-bike-atlas-mountains-sahara-desert/)

[![Gravel bike tour 5-day](https://mtb-morocco.com/wp-content/uploads/2024/09/Atlas-Mountains-Climb.jpg)](https://mtb-morocco.com/tours/gravel-bike-tour-5-day/)

[Atlas Mountains](https://mtb-morocco.com/tour-destination/atlas_mountains/)

(No Review)

##### [Atlas Mountains Gravel bike tour 5-Day](https://mtb-morocco.com/tours/gravel-bike-tour-5-day/)€ 1.161,00

5 Days

[Book Now](https://mtb-morocco.com/tours/gravel-bike-tour-5-day/)

Get offer now## Ultimate Adventure Awaits!

Share the core values and principles

[Book Now](https://mtb-morocco.com/tourigo/contact/)

## 0 +

Total Destination

## 0 k

Campaigns Closed

## 0 +

Our Volunteer

## 0 k

Happy Traveler

OUR Last## Articles

[![Hike and bike](https://mtb-morocco.com/wp-content/uploads/2024/09/Azzaden-valley-scaled.jpg)](https://mtb-morocco.com/discover-the-ultimate-hike-and-bike/)

##### [Hike and Bike in the Atlas](https://mtb-morocco.com/discover-the-ultimate-hike-and-bike/)

Discover the Best Hiking and Biking Experiences in [Morocco](https://mtb-morocco.com/morocco/) Are you ready for an

[Read More](https://mtb-morocco.com/discover-the-ultimate-hike-and-bike/)

[![Bike Adventure : 6-Day E-bike Atlas Mountains Morocco](https://mtb-morocco.com/wp-content/uploads/2024/09/IMG_6491.jpg)](https://mtb-morocco.com/discovering-morocco-on-your-gravel-bike/)

##### [Morocco On Your Gravel Bike](https://mtb-morocco.com/discovering-morocco-on-your-gravel-bike/)

A Journey into a Rich Culture and Warm Hospitality Welcome to [Morocco](https://mtb-morocco.com/morocco/): A Land

[Read More](https://mtb-morocco.com/discovering-morocco-on-your-gravel-bike/)

[![Marrakech](https://mtb-morocco.com/wp-content/uploads/2024/08/Marrakech.jpg)](https://mtb-morocco.com/discover-marrakech-bike-tours/)

##### [Discover Marrakech Bike Tours](https://mtb-morocco.com/discover-marrakech-bike-tours/)

Discover [Marrakech](https://mtb-morocco.com/marrakech/) Bike Tours: Unforgettable Day Trips by Bike [Marrakech](https://mtb-morocco.com/marrakech/), the vibrant heart of

[Read More](https://mtb-morocco.com/discover-marrakech-bike-tours/)

[![Ebike Tour in Morocco](https://mtb-morocco.com/wp-content/uploads/2024/09/WhatsApp-Image-2024-09-01-at-23.41.20-4-scaled.jpeg)](https://mtb-morocco.com/ebike-tour-in-morocco/)

##### [Ebike Tour in Morocco](https://mtb-morocco.com/ebike-tour-in-morocco/)

Experience the Ultimate Ebike Tour in [Morocco](https://mtb-morocco.com/morocco/): An Unforgettable Adventure Awaits Are you seeking

[Read More](https://mtb-morocco.com/ebike-tour-in-morocco/)

Activities## Popular Things To Do

[View More](https://mtb-morocco.com/tourigo/tour-grid/)

[![marrakech city mtb morocco](https://mtb-morocco.com/wp-content/uploads/2024/08/31982170315_f684ea3b8f_k.jpg)](https://mtb-morocco.com/tours/day-trip-cycling-tour-marrakech)

##### [City Bike Tour](https://mtb-morocco.com/tours/day-trip-cycling-tour-marrakech)

[![MTB Morocco Singletrack ride](https://mtb-morocco.com/wp-content/uploads/2024/08/WhatsApp-Image-2024-02-11-at-23.21.59_b23b7985.jpg)](https://mtb-morocco.com/tours/8-day-biking-adventure-from-marrakech-to-essaouira/)

##### [Mountain Bike Tour](https://mtb-morocco.com/tours/8-day-biking-adventure-from-marrakech-to-essaouira/)

[![atlas Moutains Mtb moroccco](https://mtb-morocco.com/wp-content/uploads/2024/08/WhatsApp-Image-2024-08-29-at-17.11.12_2981636a.jpg)](https://mtb-morocco.com/tours/8-day-biking-tour-atlas-to-sahara-desert/)

##### [Gravel Bike Tour](https://mtb-morocco.com/tours/8-day-biking-tour-atlas-to-sahara-desert/)

[![Imlil to Ouirgane (Gravel Ride)](https://mtb-morocco.com/wp-content/uploads/2024/08/IMG_9930-scaled.jpg)](https://mtb-morocco.com/tours/experience-an-epic-5-day-bike-adventure-through-moroccos-atlas-mountains)

##### [Cycling Tour](https://mtb-morocco.com/tours/experience-an-epic-5-day-bike-adventure-through-moroccos-atlas-mountains)

[![MTB Morocco](https://mtb-morocco.com/wp-content/uploads/2024/08/IMG_E9665-scaled.jpg)](https://mtb-morocco.com/tours/explore-essaouira-with-e-bike-tours)

##### [E-Bike Tours](https://mtb-morocco.com/tours/explore-essaouira-with-e-bike-tours)

![image](https://mtb-morocco.com/wp-content/uploads/2024/08/337264267_1172634846768472_3629443184876967345_n.jpg)

Enjoy Your Discount Now!

#### Unlock Special Savings: Up to 10% Off Your Next Adventure!

[Contact Us](https://mtb-morocco.com/contact/)

MOST TRENDING## Top Trending Place

Ge The Best Bike Tours Deal### Book Your Tickets Now

[Book Now](https://mtb-morocco.com/tourigo/contact/)

[![Family E-Bike Tour in the Atlas Mountains (3 Days) MTB Morocco](https://mtb-morocco.com/wp-content/uploads/2024/09/WhatsApp-Image-2024-09-01-at-23.40.04-scaled-e1729633455187.jpeg)](https://mtb-morocco.com/tours/family-e-bike-tour-in-the-atlas-mountains/)

[Atlas Mountains](https://mtb-morocco.com/tour-destination/atlas_mountains/)

(No Review)

##### [Family E-Bike Tour in the Atlas](https://mtb-morocco.com/tours/family-e-bike-tour-in-the-atlas-mountains/)€ 760,75

3 Days

[Book Now](https://mtb-morocco.com/tours/family-e-bike-tour-in-the-atlas-mountains/)

[![Bike Adventure : 6-Day E-bike Atlas Mountains Morocco](https://mtb-morocco.com/wp-content/uploads/2024/09/IMG_6491.jpg)](https://mtb-morocco.com/tours/high-atlas-mountain-bike-adventure/)

[Atlas Mountains](https://mtb-morocco.com/tour-destination/atlas_mountains/)

(No Review)

##### [High Atlas Mountain Bike Adventure](https://mtb-morocco.com/tours/high-atlas-mountain-bike-adventure/)€ 1.242,00

5 Days

[Book Now](https://mtb-morocco.com/tours/high-atlas-mountain-bike-adventure/)

[![6-Day E-bike Atlas Mountains](https://mtb-morocco.com/wp-content/uploads/2024/09/IMG_6055-e1726663735794.jpg)](https://mtb-morocco.com/tours/6-day-e-bike-tour-in-the-atlas-mountains/)

[Atlas Mountains](https://mtb-morocco.com/tour-destination/atlas_mountains/)

(No Review)

##### [6-Day E-bike Tour in the Atlas](https://mtb-morocco.com/tours/6-day-e-bike-tour-in-the-atlas-mountains/)€ 1.395,00

6 Days

[Book Now](https://mtb-morocco.com/tours/6-day-e-bike-tour-in-the-atlas-mountains/)

[![8-day sahara desert Atlas Mountain biking Adventure](https://mtb-morocco.com/wp-content/uploads/2024/09/WhatsApp-Image-2024-09-01-at-23.41.19-e1725816746761.jpeg)](https://mtb-morocco.com/tours/8-day-sahara-desert-4x4-expedition-biking/)

[Sahara Desert](https://mtb-morocco.com/tour-destination/sahara-desert/)

(No Review)

##### [8-Day Sahara Desert 4×4 Expedition and](https://mtb-morocco.com/tours/8-day-sahara-desert-4x4-expedition-biking/)€ 2.113,75

8 Days

[Book Now](https://mtb-morocco.com/tours/8-day-sahara-desert-4x4-expedition-biking/)

[![Explore Morocco MTB Morocco](https://mtb-morocco.com/wp-content/uploads/2024/09/WhatsApp-Image-2024-09-01-at-23.35.15-e1725631024695.jpeg)](https://mtb-morocco.com/tours/explore-morocco-gravel-caravan-routes/)

[Sahara Desert](https://mtb-morocco.com/tour-destination/sahara-desert/)

(No Review)

##### [Explore Morocco Caravan Routes](https://mtb-morocco.com/tours/explore-morocco-gravel-caravan-routes/)€ 1.567,00

8 Days

[Book Now](https://mtb-morocco.com/tours/explore-morocco-gravel-caravan-routes/)

[![Biking Day trip MTB Morocco](https://mtb-morocco.com/wp-content/uploads/2024/09/WhatsApp-Image-2024-09-01-at-23.40.05-1-scaled-e1725631065965.jpeg)](https://mtb-morocco.com/tours/biking-day-trip-imlil-valley/)

[Atlas Mountains](https://mtb-morocco.com/tour-destination/atlas_mountains/)

(No Review)

##### [Biking Day Trip from Imlil Valley](https://mtb-morocco.com/tours/biking-day-trip-imlil-valley/)€ 166,50

1 Day

[Book Now](https://mtb-morocco.com/tours/biking-day-trip-imlil-valley/)

Our## Customers Feedback

![shape](https://mtb-morocco.com/wp-content/themes/tourigo/assets/images/shapes/cta-star.png)

![shape](https://mtb-morocco.com/wp-content/themes/tourigo/assets/images/shapes/cta-eye.png)

![shape](https://mtb-morocco.com/wp-content/themes/tourigo/assets/images/shapes/cta-x.png)

![shape](https://mtb-morocco.com/wp-content/themes/tourigo/assets/images/shapes/cta-star.png)

![shape](https://mtb-morocco.com/wp-content/themes/tourigo/assets/images/shapes/cta-eye.png)

![shape](https://mtb-morocco.com/wp-content/themes/tourigo/assets/images/shapes/cta-x.png)

![shape](https://mtb-morocco.com/wp-content/themes/tourigo/assets/images/shapes/cta-line.png)

![shape](https://mtb-morocco.com/wp-content/themes/tourigo/assets/images/shapes/plane-6.png)

Download Now!#### Get 10% off your Best Web Site Tour booking

Email us to book and use promo code “MTB [Morocco](https://mtb-morocco.com/morocco/)” for exclusive offers and trip customization.

[Contact Us](https://mtb-morocco.com/contact/)

[See More](https://mtb-morocco.com/tourigo/blog-grid/)

Our Team## Tour Guider

![Lahcen Errami MTB Morocco](https://mtb-morocco.com/wp-content/uploads/2024/08/LERF0127.jpg)

#### LahcenFounder

[](https://mtb-morocco.com/#)[](https://mtb-morocco.com/#)[](https://mtb-morocco.com/#)[](https://mtb-morocco.com/#)

![Errami Rachid MTB Morocco](https://mtb-morocco.com/wp-content/uploads/2024/08/WhatsApp-Image-2024-02-04-at-19.55.25_aaa4e092.jpg)

#### RachidManager

[](https://mtb-morocco.com/#)[](https://mtb-morocco.com/#)[](https://mtb-morocco.com/#)[](https://mtb-morocco.com/#)

![Abdelkhalik Ait Mbark MTB Morocco](https://mtb-morocco.com/wp-content/uploads/2024/08/IMG-20210811-WA0219.jpg)

#### AbdelkhalekFont Desk

[](https://mtb-morocco.com/#)[](https://mtb-morocco.com/#)[](https://mtb-morocco.com/#)[](https://mtb-morocco.com/#)

![shape](https://mtb-morocco.com/wp-content/themes/tourigo/assets/images/shapes/cta-star.png)

![shape](https://mtb-morocco.com/wp-content/themes/tourigo/assets/images/shapes/cta-eye.png)

![shape](https://mtb-morocco.com/wp-content/themes/tourigo/assets/images/shapes/cta-x.png)

![shape](https://mtb-morocco.com/wp-content/themes/tourigo/assets/images/shapes/cta-star.png)

![shape](https://mtb-morocco.com/wp-content/themes/tourigo/assets/images/shapes/cta-x.png)

![image](https://mtb-morocco.com/wp-content/uploads/2024/08/WhatsApp-Image-2024-08-31-at-00.23.40.jpeg)

## Subscribe To Our Mailing List & Stay Up To Date

Welcome to MTB [Morocco](https://mtb-morocco.com/morocco/)! We’re dedicated to delivering unforgettable cycling adventures with a focus on exceptional customer satisfaction, safety, and personalized service. Join us and experience the best of [Morocco](https://mtb-morocco.com/morocco/) on two wheels!

Загрузите этот файл как /index.md на ваш сервер, чтобы ИИ-агенты могли получить доступ к чистой версии вашей страницы. Вы также можете настроить согласование контента Accept: text/markdown для автоматической отдачи.

Сгенерированный llms.txt для этой отдельной страницы

Скачать llms.txt
# MTB Morocco - Bike Tours in Morocco

> Experience the ultimate cycling adventure in Morocco with our range of MTB, gravel bike, and road cycling tours. From thrilling mountain biking expeditions ...

## Documentation
- [Faq](https://mtb-morocco.com/faq/)

## Main
- [MTB Morocco - Bike Tours In Morocco](https://mtb-morocco.com): Discover the thrill of biking in Morocco! Join MTB Morocco for unforgettable cycling, gravel, and e-bike tours through…
- [About](https://mtb-morocco.com/about-mtb-morocco/)
- [Home](https://mtb-morocco.com/)
- [Tours](https://mtb-morocco.com/tour-grid/)
- [Our Shop](https://mtb-morocco.com/shop/)
- [Team](https://mtb-morocco.com/mtb-morocco-team/)
- [Cart](https://mtb-morocco.com/cart-3/)

## Blog
- [Blog](https://mtb-morocco.com/blog-grid/)

## Legal
- [Privacy and Policy](https://mtb-morocco.com/privacy-and-policy/)

## Support
- [Contact](https://mtb-morocco.com/contact/)
- [Faq](https://mtb-morocco.com/faq/)

Полный llms.txt требует анализа всего домена (скоро появится)

Загрузите этот файл по адресу https://mtb-morocco.com/llms.txt в корень вашего домена. ИИ-агенты, такие как ChatGPT, Claude и Perplexity, проверяют этот файл для понимания структуры вашего сайта.

Доступность

Контент доступен без JavaScript (100/100)

Content available without JavaScript

Контент расположен рано в HTML (100/100)

Main content starts at 19% of HTML

Приемлемый размер страницы (80/100)

Page size: 312KB

Обнаруживаемость ИИ

robots.txt разрешает ИИ-ботов (100/100)

All major AI search bots allowed

Поддержка Markdown for Agents (0/100)
&#10007; Accept: text/markdown &#10007; .md URL &#10007; <link> tag &#10007; Link header
Имеет sitemap.xml (0/100)

No sitemap found

Имеет файл robots.txt (100/100)

robots.txt exists

Имеет файл llms.txt (0/100)

No llms.txt found

Есть Content-Signal (robots.txt или HTTP-заголовки) (0/100)
&#10003; robots.txt &#10003; HTTP header &#10007; Policy

Структурированные данные

Имеет Schema.org / JSON-LD (100/100)

JSON-LD found: TravelAgency,Organization, WebSite, ImageObject, WebPage, Person, Article

Имеет теги Open Graph (100/100)

All OG tags present

Имеет мета-описание (100/100)

Meta description: 157 chars

Имеет канонический URL (100/100)

Canonical URL present

Имеет атрибут lang (100/100)

lang="en-US"

Семантический HTML

Правильная иерархия заголовков (0/100)

9 heading level skip(s)

Использует элемент article или main (0/100)

Missing <article> and <main> elements

Использует семантические HTML-элементы (3/100)

6 semantic elements, 793 divs (ratio: 1%)

Осмысленные альтернативные тексты изображений (71/100)

37/52 images with meaningful alt text (1 decorative, not counted)

Небольшая глубина вложенности div (63/100)

Avg div depth: 8.7, max: 16

Эффективность контента

Хороший коэффициент сокращения токенов (100/100)

100% token reduction (HTML→Markdown)

Хорошее соотношение контента к шуму (0/100)

Content ratio: 0.4% (1365 content chars / 319123 HTML bytes)

Приемлемый вес страницы (50/100)

HTML size: 312KB

Минимум inline-стилей (100/100)

1/1849 elements with inline styles (0.1%)

{
  "url": "https://mtb-morocco.com",
  "timestamp": 1785670809571,
  "fetch": {
    "mode": "simple",
    "timeMs": 193,
    "htmlSizeBytes": 319123,
    "supportsMarkdown": false,
    "markdownAgents": {
      "contentNegotiation": false,
      "mdUrl": {
        "found": false,
        "url": null
      },
      "linkTag": {
        "found": false,
        "url": null
      },
      "linkHeader": {
        "found": false,
        "url": null
      },
      "responseHeaders": {
        "contentSignal": null,
        "xMarkdownTokens": null,
        "vary": null
      },
      "frontmatter": {
        "present": false,
        "fields": [],
        "level": "none"
      },
      "level": "none"
    },
    "statusCode": 200
  },
  "extraction": {
    "title": "MTB Morocco - Bike Tours In Morocco",
    "excerpt": "Discover the thrill of biking in Morocco! Join MTB Morocco for unforgettable cycling, gravel, and e-bike tours through the Atlas Mountains and Sahara Desert.",
    "byline": null,
    "siteName": "MTB Morocco - Bike Tours in Morocco",
    "lang": "en-US",
    "contentLength": 1365,
    "metadata": {
      "description": "Discover the thrill of biking in Morocco! Join MTB Morocco for unforgettable cycling, gravel, and e-bike tours through the Atlas Mountains and Sahara Desert.",
      "ogTitle": "MTB Morocco - Bike Tours In Morocco",
      "ogDescription": "Discover the thrill of biking in Morocco! Join MTB Morocco for unforgettable cycling, gravel, and e-bike tours through the Atlas Mountains and Sahara Desert.",
      "ogImage": "https://mtb-morocco.com/wp-content/uploads/2024/08/IMG_6060_jpg-1-1024x768.jpg",
      "ogType": "website",
      "canonical": "https://mtb-morocco.com/",
      "lang": "en-US",
      "schemas": [
        {
          "@type": [
            "TravelAgency",
            "Organization"
          ],
          "@id": "https://mtb-morocco.com/#organization",
          "name": "MTB Morocco - Bike Tours in Morocco",
          "url": "https://mtb-morocco.com",
          "email": "[email protected]",
          "logo": {
            "@type": "ImageObject",
            "@id": "https://mtb-morocco.com/#logo",
            "url": "https://mtb-morocco.com/wp-content/uploads/2024/08/mtp-morocco_1.png",
            "contentUrl": "https://mtb-morocco.com/wp-content/uploads/2024/08/mtp-morocco_1.png",
            "caption": "MTB Morocco - Bike Tours in Morocco",
            "inLanguage": "en-US",
            "width": "58",
            "height": "41"
          },
          "openingHours": [
            "Monday,Tuesday,Wednesday,Thursday,Friday,Saturday,Sunday 09:00-17:00"
          ],
          "description": "Experience the ultimate cycling adventure in Morocco with our range of MTB, gravel bike, and road cycling tours. From thrilling mountain biking expeditions ...",
          "image": {
            "@id": "https://mtb-morocco.com/#logo"
          }
        },
        {
          "@type": "WebSite",
          "@id": "https://mtb-morocco.com/#website",
          "url": "https://mtb-morocco.com",
          "name": "MTB Morocco - Bike Tours in Morocco",
          "alternateName": "MTB-Morocco - Bike Tours in Morocco",
          "publisher": {
            "@id": "https://mtb-morocco.com/#organization"
          },
          "inLanguage": "en-US",
          "potentialAction": {
            "@type": "SearchAction",
            "target": "https://mtb-morocco.com/?s={search_term_string}",
            "query-input": "required name=search_term_string"
          }
        },
        {
          "@type": "ImageObject",
          "@id": "https://mtb-morocco.com/wp-content/uploads/2024/08/IMG_6060_jpg-1.jpg",
          "url": "https://mtb-morocco.com/wp-content/uploads/2024/08/IMG_6060_jpg-1.jpg",
          "width": "2016",
          "height": "1512",
          "caption": "Bike Tours In Morocco - mtb morocco",
          "inLanguage": "en-US"
        },
        {
          "@type": "WebPage",
          "@id": "https://mtb-morocco.com/#webpage",
          "url": "https://mtb-morocco.com/",
          "name": "MTB Morocco - Bike Tours In Morocco",
          "datePublished": "2024-04-21T10:03:29+00:00",
          "dateModified": "2026-01-08T15:07:07+00:00",
          "about": {
            "@id": "https://mtb-morocco.com/#organization"
          },
          "isPartOf": {
            "@id": "https://mtb-morocco.com/#website"
          },
          "primaryImageOfPage": {
            "@id": "https://mtb-morocco.com/wp-content/uploads/2024/08/IMG_6060_jpg-1.jpg"
          },
          "inLanguage": "en-US"
        },
        {
          "@type": "Person",
          "@id": "https://mtb-morocco.com/author/contact-abdelkhalek1gmail-com/",
          "name": "MTB Morocco",
          "url": "https://mtb-morocco.com/author/contact-abdelkhalek1gmail-com/",
          "image": {
            "@type": "ImageObject",
            "@id": "https://secure.gravatar.com/avatar/ca29714511573e9c95b15a520497fed7?s=96&amp;d=mm&amp;r=g",
            "url": "https://secure.gravatar.com/avatar/ca29714511573e9c95b15a520497fed7?s=96&amp;d=mm&amp;r=g",
            "caption": "MTB Morocco",
            "inLanguage": "en-US"
          },
          "sameAs": [
            "http://mtb-morocco.com",
            "https://web.facebook.com/moroccomtb"
          ],
          "worksFor": {
            "@id": "https://mtb-morocco.com/#organization"
          }
        },
        {
          "@type": "Article",
          "headline": "MTB Morocco - Bike Tours In Morocco",
          "keywords": "MTB Morocco,Bike tours,Bike Adventure,Sahara desert,Mountain Bike",
          "datePublished": "2024-04-21T10:03:29+00:00",
          "dateModified": "2026-01-08T15:07:07+00:00",
          "author": {
            "@id": "https://mtb-morocco.com/author/contact-abdelkhalek1gmail-com/",
            "name": "MTB Morocco"
          },
          "publisher": {
            "@id": "https://mtb-morocco.com/#organization"
          },
          "description": "Discover the thrill of biking in Morocco! Join MTB Morocco for unforgettable cycling, gravel, and e-bike tours through the Atlas Mountains and Sahara Desert.",
          "name": "MTB Morocco - Bike Tours In Morocco",
          "@id": "https://mtb-morocco.com/#richSnippet",
          "isPartOf": {
            "@id": "https://mtb-morocco.com/#webpage"
          },
          "image": {
            "@id": "https://mtb-morocco.com/wp-content/uploads/2024/08/IMG_6060_jpg-1.jpg"
          },
          "inLanguage": "en-US",
          "mainEntityOfPage": {
            "@id": "https://mtb-morocco.com/#webpage"
          }
        }
      ],
      "robotsMeta": "follow, index, max-snippet:-1, max-video-preview:-1, max-image-preview:large",
      "author": null,
      "generator": "WordPress 6.7.5",
      "markdownAlternateHref": null
    }
  },
  "markdown": "**MTB [Morocco](https://mtb-morocco.com/morocco/)** offers unparalleled mountain biking experiences across [Morocco](https://mtb-morocco.com/morocco/)’s most stunning landscapes. Specializing in adventurous cycling tours, we guide you through the majestic [Atlas Mountains](https://mtb-morocco.com/atlas-mountains/), the expansive Sahara Desert, and vibrant local cultures. Our expert guides provide top-notch service, ensuring safety and enriching your journey with deep local insights. We use high-quality equipment and offer comprehensive support throughout your adventure. Whether you seek thrilling bike rides, cultural immersion, or scenic exploration, MTB [Morocco](https://mtb-morocco.com/morocco/) delivers unforgettable experiences tailored to all skill levels. Join us for a journey that blends excitement, culture, and breathtaking scenery.\n\nGet ready for an unforgettable journey through [Morocco](https://mtb-morocco.com/morocco/)’s stunning landscapes! Our six-day gravel bike adventure includes guided rides, local cuisine, and breathtaking views. Immerse yourself in the culture while discovering off-the-beaten-path trails in a picturesque setting.\n\nStart on a journey like no other through the heart of the [Atlas Mountains](https://mtb-morocco.com/atlas-mountains/) where each day brings new adventures and friends. Enjoy expert guidance and unparalleled scenery on this immersive biking experience.\n",
  "fullPageMarkdown": "MTB Morocco - Bike Tours In Morocco\n\n[![mtb-morocco logo](https://mtb-morocco.com/wp-content/uploads/2024/08/mtp-morocco_1.png)](https://mtb-morocco.com/)\n\n[![mtb-morocco logo](https://mtb-morocco.com/wp-content/uploads/2024/08/mtp-morocco_1.png)](https://mtb-morocco.com/)\n\n# Adventure Bike Tours ![yellow-shape](https://envato.bdevs.net/tourigo/wp-content/uploads/2024/04/yellow-shape.png)  In Morocco\n\nMTB [Morocco](https://mtb-morocco.com/morocco/) Let's You Explore [Morocco](https://mtb-morocco.com/morocco/)'s Hidden Beauty!\n\n## MTB MOROCCO\n\n**MTB [Morocco](https://mtb-morocco.com/morocco/)** offers unparalleled mountain biking experiences across [Morocco](https://mtb-morocco.com/morocco/)’s most stunning landscapes. Specializing in adventurous cycling tours, we guide you through the majestic [Atlas Mountains](https://mtb-morocco.com/atlas-mountains/), the expansive Sahara Desert, and vibrant local cultures. Our expert guides provide top-notch service, ensuring safety and enriching your journey with deep local insights. We use high-quality equipment and offer comprehensive support throughout your adventure. Whether you seek thrilling bike rides, cultural immersion, or scenic exploration, MTB [Morocco](https://mtb-morocco.com/morocco/) delivers unforgettable experiences tailored to all skill levels. Join us for a journey that blends excitement, culture, and breathtaking scenery.\n\nWhy chose us## Our Unique Offerings\n\n###### Expert Guidance: Your Adventure Companion\n\nDiscover [Morocco](https://mtb-morocco.com/morocco/)'s hidden gems and conquer its challenging trails with our experienced guides. From biking to trekking, we offer personalized itineraries and expert advice for an unforgettable adventure.\n\n###### Time Efficiency: discover more\n\nOur expertly planned itineraries ensure you discover more in less time. With our efficient routes and knowledgeable guides, you can maximize your adventure and make the most of your trip to [Morocco](https://mtb-morocco.com/morocco/).\n\n###### Stress Reduction: Find Your Inner Peace\n\nEscape the hustle and bustle of everyday life and find your inner peace in the tranquil landscapes of [Morocco](https://mtb-morocco.com/morocco/). Our biking and trekking tours offer a serene environment for relaxation and stress relief .\n\nOur Top## Destinations\n\n[See All](https://mtb-morocco.com/destinations/)\n\n[![Atlas Mountains](https://mtb-morocco.com/wp-content/uploads/2024/08/31160601871_f0e8a98c7c_k.jpg)](https://mtb-morocco.com/tour-destination/atlas_mountains/)\n\n[15 tours](https://mtb-morocco.com/tour-destination/atlas_mountains/)\n\n[Atlas Mountains](https://mtb-morocco.com/tour-destination/atlas_mountains/)\n\n[![Imperial Cities](https://mtb-morocco.com/wp-content/uploads/2024/08/Imperial-cities-bike-tour.jpg)](https://mtb-morocco.com/tour-destination/imperial-cities/)\n\n[1 tour](https://mtb-morocco.com/tour-destination/imperial-cities/)\n\n[Imperial Cities](https://mtb-morocco.com/tour-destination/imperial-cities/)\n\n[![Sahara Desert](https://mtb-morocco.com/wp-content/uploads/2024/08/Sahara-bikers.jpg)](https://mtb-morocco.com/tour-destination/sahara-desert/)\n\n[5 tours](https://mtb-morocco.com/tour-destination/sahara-desert/)\n\n[Sahara Desert](https://mtb-morocco.com/tour-destination/sahara-desert/)\n\n##### Epic Adventure Awaits\n\n## Upcoming Tours\n\n##### Join us as we explore the breathtaking Atlas Mountains over six thrilling days filled with adventure and camaraderie.\n\n[See All Adventures](https://mtb-morocco.com/tour-grid/)\n\n![Gravel bike tour 5-day](https://mtb-morocco.com/wp-content/uploads/2024/09/Atlas-Mountains-Climb-1024x461.jpg)\n\n## March and November 2026\n\n## 6-Day Gravel Biking Expedition\n\nGet ready for an unforgettable journey through [Morocco](https://mtb-morocco.com/morocco/)’s stunning landscapes! Our six-day gravel bike adventure includes guided rides, local cuisine, and breathtaking views. Immerse yourself in the culture while discovering off-the-beaten-path trails in a picturesque setting.\n\n[Discover More >](https://www.morocco-bike-experience.com/6-day-gravel-bike-adventure-tour-in-morocco.html)\n\n![](https://mtb-morocco.com/wp-content/uploads/2024/09/Cycling-road-in-Morocco-1024x461.jpg)\n\n## Trip Timing\n\n## Prepare for Adventure!\n\nStart on a journey like no other through the heart of the [Atlas Mountains](https://mtb-morocco.com/atlas-mountains/) where each day brings new adventures and friends. Enjoy expert guidance and unparalleled scenery on this immersive biking experience.                                                                                       \n\n[Explore Details >](https://mtb-morocco.com/contact/)\n\nOUR TRIPS## Feature Packages MTB Morocco\n\n[![Family E-Bike Tour in the Atlas Mountains (3 Days) MTB Morocco](https://mtb-morocco.com/wp-content/uploads/2024/09/WhatsApp-Image-2024-09-01-at-23.40.04-scaled-e1729633455187.jpeg)](https://mtb-morocco.com/tours/family-e-bike-tour-in-the-atlas-mountains/)\n\n[Atlas Mountains](https://mtb-morocco.com/tour-destination/atlas_mountains/)\n\n(No Review)\n\n##### [Family E-Bike Tour in the Atlas](https://mtb-morocco.com/tours/family-e-bike-tour-in-the-atlas-mountains/)€ 760,75\n\n3 Days\n\n[Book Now](https://mtb-morocco.com/tours/family-e-bike-tour-in-the-atlas-mountains/)\n\n[![Bike Adventure : 6-Day E-bike Atlas Mountains Morocco](https://mtb-morocco.com/wp-content/uploads/2024/09/IMG_6491.jpg)](https://mtb-morocco.com/tours/high-atlas-mountain-bike-adventure/)\n\n[Atlas Mountains](https://mtb-morocco.com/tour-destination/atlas_mountains/)\n\n(No Review)\n\n##### [High Atlas Mountain Bike Adventure](https://mtb-morocco.com/tours/high-atlas-mountain-bike-adventure/)€ 1.242,00\n\n5 Days\n\n[Book Now](https://mtb-morocco.com/tours/high-atlas-mountain-bike-adventure/)\n\n[![6-Day E-bike Atlas Mountains](https://mtb-morocco.com/wp-content/uploads/2024/09/IMG_6055-e1726663735794.jpg)](https://mtb-morocco.com/tours/6-day-e-bike-tour-in-the-atlas-mountains/)\n\n[Atlas Mountains](https://mtb-morocco.com/tour-destination/atlas_mountains/)\n\n(No Review)\n\n##### [6-Day E-bike Tour in the Atlas](https://mtb-morocco.com/tours/6-day-e-bike-tour-in-the-atlas-mountains/)€ 1.395,00\n\n6 Days\n\n[Book Now](https://mtb-morocco.com/tours/6-day-e-bike-tour-in-the-atlas-mountains/)\n\n[![8-day sahara desert Atlas Mountain biking Adventure](https://mtb-morocco.com/wp-content/uploads/2024/09/WhatsApp-Image-2024-09-01-at-23.41.19-e1725816746761.jpeg)](https://mtb-morocco.com/tours/8-day-sahara-desert-4x4-expedition-biking/)\n\n[Sahara Desert](https://mtb-morocco.com/tour-destination/sahara-desert/)\n\n(No Review)\n\n##### [8-Day Sahara Desert 4×4 Expedition and](https://mtb-morocco.com/tours/8-day-sahara-desert-4x4-expedition-biking/)€ 2.113,75\n\n8 Days\n\n[Book Now](https://mtb-morocco.com/tours/8-day-sahara-desert-4x4-expedition-biking/)\n\n[![Explore Morocco MTB Morocco](https://mtb-morocco.com/wp-content/uploads/2024/09/WhatsApp-Image-2024-09-01-at-23.35.15-e1725631024695.jpeg)](https://mtb-morocco.com/tours/explore-morocco-gravel-caravan-routes/)\n\n[Sahara Desert](https://mtb-morocco.com/tour-destination/sahara-desert/)\n\n(No Review)\n\n##### [Explore Morocco Caravan Routes](https://mtb-morocco.com/tours/explore-morocco-gravel-caravan-routes/)€ 1.567,00\n\n8 Days\n\n[Book Now](https://mtb-morocco.com/tours/explore-morocco-gravel-caravan-routes/)\n\n[![Biking Day trip MTB Morocco](https://mtb-morocco.com/wp-content/uploads/2024/09/WhatsApp-Image-2024-09-01-at-23.40.05-1-scaled-e1725631065965.jpeg)](https://mtb-morocco.com/tours/biking-day-trip-imlil-valley/)\n\n[Atlas Mountains](https://mtb-morocco.com/tour-destination/atlas_mountains/)\n\n(No Review)\n\n##### [Biking Day Trip from Imlil Valley](https://mtb-morocco.com/tours/biking-day-trip-imlil-valley/)€ 166,50\n\n1 Day\n\n[Book Now](https://mtb-morocco.com/tours/biking-day-trip-imlil-valley/)\n\n[![Hike and Bike Morocco](https://mtb-morocco.com/wp-content/uploads/2024/09/Morocco.jpg)](https://mtb-morocco.com/tours/hike-and-bike-atlas-mountains-sahara-desert/)\n\n[Atlas Mountains](https://mtb-morocco.com/tour-destination/atlas_mountains/)\n\n(No Review)\n\n##### [Epic Hike and Bike Expedition: Conquer](https://mtb-morocco.com/tours/hike-and-bike-atlas-mountains-sahara-desert/)€ 1.522,20\n\n8 Days\n\n[Book Now](https://mtb-morocco.com/tours/hike-and-bike-atlas-mountains-sahara-desert/)\n\n[![Gravel bike tour 5-day](https://mtb-morocco.com/wp-content/uploads/2024/09/Atlas-Mountains-Climb.jpg)](https://mtb-morocco.com/tours/gravel-bike-tour-5-day/)\n\n[Atlas Mountains](https://mtb-morocco.com/tour-destination/atlas_mountains/)\n\n(No Review)\n\n##### [Atlas Mountains Gravel bike tour 5-Day](https://mtb-morocco.com/tours/gravel-bike-tour-5-day/)€ 1.161,00\n\n5 Days\n\n[Book Now](https://mtb-morocco.com/tours/gravel-bike-tour-5-day/)\n\nGet offer now## Ultimate Adventure Awaits!\n\nShare the core values and principles\n\n[Book Now](https://mtb-morocco.com/tourigo/contact/)\n\n## 0 +\n\nTotal Destination\n\n## 0 k\n\nCampaigns Closed\n\n## 0 +\n\nOur Volunteer\n\n## 0 k\n\nHappy Traveler\n\nOUR Last## Articles\n\n[![Hike and bike](https://mtb-morocco.com/wp-content/uploads/2024/09/Azzaden-valley-scaled.jpg)](https://mtb-morocco.com/discover-the-ultimate-hike-and-bike/)\n\n##### [Hike and Bike in the Atlas](https://mtb-morocco.com/discover-the-ultimate-hike-and-bike/)\n\nDiscover the Best Hiking and Biking Experiences in [Morocco](https://mtb-morocco.com/morocco/) Are you ready for an\n\n[Read More](https://mtb-morocco.com/discover-the-ultimate-hike-and-bike/)\n\n[![Bike Adventure : 6-Day E-bike Atlas Mountains Morocco](https://mtb-morocco.com/wp-content/uploads/2024/09/IMG_6491.jpg)](https://mtb-morocco.com/discovering-morocco-on-your-gravel-bike/)\n\n##### [Morocco On Your Gravel Bike](https://mtb-morocco.com/discovering-morocco-on-your-gravel-bike/)\n\nA Journey into a Rich Culture and Warm Hospitality Welcome to [Morocco](https://mtb-morocco.com/morocco/): A Land\n\n[Read More](https://mtb-morocco.com/discovering-morocco-on-your-gravel-bike/)\n\n[![Marrakech](https://mtb-morocco.com/wp-content/uploads/2024/08/Marrakech.jpg)](https://mtb-morocco.com/discover-marrakech-bike-tours/)\n\n##### [Discover Marrakech Bike Tours](https://mtb-morocco.com/discover-marrakech-bike-tours/)\n\nDiscover [Marrakech](https://mtb-morocco.com/marrakech/) Bike Tours: Unforgettable Day Trips by Bike [Marrakech](https://mtb-morocco.com/marrakech/), the vibrant heart of\n\n[Read More](https://mtb-morocco.com/discover-marrakech-bike-tours/)\n\n[![Ebike Tour in Morocco](https://mtb-morocco.com/wp-content/uploads/2024/09/WhatsApp-Image-2024-09-01-at-23.41.20-4-scaled.jpeg)](https://mtb-morocco.com/ebike-tour-in-morocco/)\n\n##### [Ebike Tour in Morocco](https://mtb-morocco.com/ebike-tour-in-morocco/)\n\nExperience the Ultimate Ebike Tour in [Morocco](https://mtb-morocco.com/morocco/): An Unforgettable Adventure Awaits Are you seeking\n\n[Read More](https://mtb-morocco.com/ebike-tour-in-morocco/)\n\nActivities## Popular Things To Do\n\n[View More](https://mtb-morocco.com/tourigo/tour-grid/)\n\n[![marrakech city mtb morocco](https://mtb-morocco.com/wp-content/uploads/2024/08/31982170315_f684ea3b8f_k.jpg)](https://mtb-morocco.com/tours/day-trip-cycling-tour-marrakech)\n\n##### [City Bike Tour](https://mtb-morocco.com/tours/day-trip-cycling-tour-marrakech)\n\n[![MTB Morocco Singletrack ride](https://mtb-morocco.com/wp-content/uploads/2024/08/WhatsApp-Image-2024-02-11-at-23.21.59_b23b7985.jpg)](https://mtb-morocco.com/tours/8-day-biking-adventure-from-marrakech-to-essaouira/)\n\n##### [Mountain Bike Tour](https://mtb-morocco.com/tours/8-day-biking-adventure-from-marrakech-to-essaouira/)\n\n[![atlas Moutains Mtb moroccco](https://mtb-morocco.com/wp-content/uploads/2024/08/WhatsApp-Image-2024-08-29-at-17.11.12_2981636a.jpg)](https://mtb-morocco.com/tours/8-day-biking-tour-atlas-to-sahara-desert/)\n\n##### [Gravel Bike Tour](https://mtb-morocco.com/tours/8-day-biking-tour-atlas-to-sahara-desert/)\n\n[![Imlil to Ouirgane (Gravel Ride)](https://mtb-morocco.com/wp-content/uploads/2024/08/IMG_9930-scaled.jpg)](https://mtb-morocco.com/tours/experience-an-epic-5-day-bike-adventure-through-moroccos-atlas-mountains)\n\n##### [Cycling Tour](https://mtb-morocco.com/tours/experience-an-epic-5-day-bike-adventure-through-moroccos-atlas-mountains)\n\n[![MTB Morocco](https://mtb-morocco.com/wp-content/uploads/2024/08/IMG_E9665-scaled.jpg)](https://mtb-morocco.com/tours/explore-essaouira-with-e-bike-tours)\n\n##### [E-Bike Tours](https://mtb-morocco.com/tours/explore-essaouira-with-e-bike-tours)\n\n![image](https://mtb-morocco.com/wp-content/uploads/2024/08/337264267_1172634846768472_3629443184876967345_n.jpg)\n\nEnjoy Your Discount Now!\n\n#### Unlock Special Savings: Up to 10% Off Your Next Adventure!\n\n[Contact Us](https://mtb-morocco.com/contact/)\n\nMOST TRENDING## Top Trending Place\n\nGe The Best Bike Tours Deal### Book Your Tickets Now\n\n[Book Now](https://mtb-morocco.com/tourigo/contact/)\n\n[![Family E-Bike Tour in the Atlas Mountains (3 Days) MTB Morocco](https://mtb-morocco.com/wp-content/uploads/2024/09/WhatsApp-Image-2024-09-01-at-23.40.04-scaled-e1729633455187.jpeg)](https://mtb-morocco.com/tours/family-e-bike-tour-in-the-atlas-mountains/)\n\n[Atlas Mountains](https://mtb-morocco.com/tour-destination/atlas_mountains/)\n\n(No Review)\n\n##### [Family E-Bike Tour in the Atlas](https://mtb-morocco.com/tours/family-e-bike-tour-in-the-atlas-mountains/)€ 760,75\n\n3 Days\n\n[Book Now](https://mtb-morocco.com/tours/family-e-bike-tour-in-the-atlas-mountains/)\n\n[![Bike Adventure : 6-Day E-bike Atlas Mountains Morocco](https://mtb-morocco.com/wp-content/uploads/2024/09/IMG_6491.jpg)](https://mtb-morocco.com/tours/high-atlas-mountain-bike-adventure/)\n\n[Atlas Mountains](https://mtb-morocco.com/tour-destination/atlas_mountains/)\n\n(No Review)\n\n##### [High Atlas Mountain Bike Adventure](https://mtb-morocco.com/tours/high-atlas-mountain-bike-adventure/)€ 1.242,00\n\n5 Days\n\n[Book Now](https://mtb-morocco.com/tours/high-atlas-mountain-bike-adventure/)\n\n[![6-Day E-bike Atlas Mountains](https://mtb-morocco.com/wp-content/uploads/2024/09/IMG_6055-e1726663735794.jpg)](https://mtb-morocco.com/tours/6-day-e-bike-tour-in-the-atlas-mountains/)\n\n[Atlas Mountains](https://mtb-morocco.com/tour-destination/atlas_mountains/)\n\n(No Review)\n\n##### [6-Day E-bike Tour in the Atlas](https://mtb-morocco.com/tours/6-day-e-bike-tour-in-the-atlas-mountains/)€ 1.395,00\n\n6 Days\n\n[Book Now](https://mtb-morocco.com/tours/6-day-e-bike-tour-in-the-atlas-mountains/)\n\n[![8-day sahara desert Atlas Mountain biking Adventure](https://mtb-morocco.com/wp-content/uploads/2024/09/WhatsApp-Image-2024-09-01-at-23.41.19-e1725816746761.jpeg)](https://mtb-morocco.com/tours/8-day-sahara-desert-4x4-expedition-biking/)\n\n[Sahara Desert](https://mtb-morocco.com/tour-destination/sahara-desert/)\n\n(No Review)\n\n##### [8-Day Sahara Desert 4×4 Expedition and](https://mtb-morocco.com/tours/8-day-sahara-desert-4x4-expedition-biking/)€ 2.113,75\n\n8 Days\n\n[Book Now](https://mtb-morocco.com/tours/8-day-sahara-desert-4x4-expedition-biking/)\n\n[![Explore Morocco MTB Morocco](https://mtb-morocco.com/wp-content/uploads/2024/09/WhatsApp-Image-2024-09-01-at-23.35.15-e1725631024695.jpeg)](https://mtb-morocco.com/tours/explore-morocco-gravel-caravan-routes/)\n\n[Sahara Desert](https://mtb-morocco.com/tour-destination/sahara-desert/)\n\n(No Review)\n\n##### [Explore Morocco Caravan Routes](https://mtb-morocco.com/tours/explore-morocco-gravel-caravan-routes/)€ 1.567,00\n\n8 Days\n\n[Book Now](https://mtb-morocco.com/tours/explore-morocco-gravel-caravan-routes/)\n\n[![Biking Day trip MTB Morocco](https://mtb-morocco.com/wp-content/uploads/2024/09/WhatsApp-Image-2024-09-01-at-23.40.05-1-scaled-e1725631065965.jpeg)](https://mtb-morocco.com/tours/biking-day-trip-imlil-valley/)\n\n[Atlas Mountains](https://mtb-morocco.com/tour-destination/atlas_mountains/)\n\n(No Review)\n\n##### [Biking Day Trip from Imlil Valley](https://mtb-morocco.com/tours/biking-day-trip-imlil-valley/)€ 166,50\n\n1 Day\n\n[Book Now](https://mtb-morocco.com/tours/biking-day-trip-imlil-valley/)\n\nOur## Customers Feedback\n\n![shape](https://mtb-morocco.com/wp-content/themes/tourigo/assets/images/shapes/cta-star.png)\n\n![shape](https://mtb-morocco.com/wp-content/themes/tourigo/assets/images/shapes/cta-eye.png)\n\n![shape](https://mtb-morocco.com/wp-content/themes/tourigo/assets/images/shapes/cta-x.png)\n\n![shape](https://mtb-morocco.com/wp-content/themes/tourigo/assets/images/shapes/cta-star.png)\n\n![shape](https://mtb-morocco.com/wp-content/themes/tourigo/assets/images/shapes/cta-eye.png)\n\n![shape](https://mtb-morocco.com/wp-content/themes/tourigo/assets/images/shapes/cta-x.png)\n\n![shape](https://mtb-morocco.com/wp-content/themes/tourigo/assets/images/shapes/cta-line.png)\n\n![shape](https://mtb-morocco.com/wp-content/themes/tourigo/assets/images/shapes/plane-6.png)\n\nDownload Now!#### Get 10% off your Best Web Site Tour booking\n\nEmail us to book and use promo code “MTB [Morocco](https://mtb-morocco.com/morocco/)” for exclusive offers and trip customization.\n\n[Contact Us](https://mtb-morocco.com/contact/)\n\n[See More](https://mtb-morocco.com/tourigo/blog-grid/)\n\nOur Team## Tour Guider\n\n![Lahcen Errami MTB Morocco](https://mtb-morocco.com/wp-content/uploads/2024/08/LERF0127.jpg)\n\n#### LahcenFounder\n\n[](https://mtb-morocco.com/#)[](https://mtb-morocco.com/#)[](https://mtb-morocco.com/#)[](https://mtb-morocco.com/#)\n\n![Errami Rachid MTB Morocco](https://mtb-morocco.com/wp-content/uploads/2024/08/WhatsApp-Image-2024-02-04-at-19.55.25_aaa4e092.jpg)\n\n#### RachidManager\n\n[](https://mtb-morocco.com/#)[](https://mtb-morocco.com/#)[](https://mtb-morocco.com/#)[](https://mtb-morocco.com/#)\n\n![Abdelkhalik Ait Mbark MTB Morocco](https://mtb-morocco.com/wp-content/uploads/2024/08/IMG-20210811-WA0219.jpg)\n\n#### AbdelkhalekFont Desk\n\n[](https://mtb-morocco.com/#)[](https://mtb-morocco.com/#)[](https://mtb-morocco.com/#)[](https://mtb-morocco.com/#)\n\n![shape](https://mtb-morocco.com/wp-content/themes/tourigo/assets/images/shapes/cta-star.png)\n\n![shape](https://mtb-morocco.com/wp-content/themes/tourigo/assets/images/shapes/cta-eye.png)\n\n![shape](https://mtb-morocco.com/wp-content/themes/tourigo/assets/images/shapes/cta-x.png)\n\n![shape](https://mtb-morocco.com/wp-content/themes/tourigo/assets/images/shapes/cta-star.png)\n\n![shape](https://mtb-morocco.com/wp-content/themes/tourigo/assets/images/shapes/cta-x.png)\n\n![image](https://mtb-morocco.com/wp-content/uploads/2024/08/WhatsApp-Image-2024-08-31-at-00.23.40.jpeg)\n\n## Subscribe To Our Mailing List & Stay Up To Date\n\nWelcome to MTB [Morocco](https://mtb-morocco.com/morocco/)! We’re dedicated to delivering unforgettable cycling adventures with a focus on exceptional customer satisfaction, safety, and personalized service. Join us and experience the best of [Morocco](https://mtb-morocco.com/morocco/) on two wheels!\n",
  "markdownStats": {
    "images": 0,
    "links": 6,
    "tables": 0,
    "codeBlocks": 0,
    "headings": 0
  },
  "tokens": {
    "htmlTokens": 72465,
    "markdownTokens": 293,
    "reduction": 72172,
    "reductionPercent": 100
  },
  "score": {
    "score": 69,
    "grade": "C",
    "rubricVersion": 2,
    "dimensions": {
      "accessibility": {
        "score": 96,
        "weight": 30,
        "grade": "A",
        "checks": {
          "content_without_js": {
            "score": 100,
            "weight": 55,
            "evidence": "proven",
            "details": "Content available without JavaScript"
          },
          "fast_content_position": {
            "score": 100,
            "weight": 25,
            "evidence": "plausible",
            "details": "Main content starts at 19% of HTML"
          },
          "reasonable_page_size": {
            "score": 80,
            "weight": 20,
            "evidence": "plausible",
            "details": "Page size: 312KB"
          }
        }
      },
      "aiDiscoverability": {
        "score": 45,
        "weight": 25,
        "grade": "D",
        "checks": {
          "robots_allows_ai_bots": {
            "score": 100,
            "weight": 35,
            "evidence": "proven",
            "details": "All major AI search bots allowed"
          },
          "supports_markdown_negotiation": {
            "score": 0,
            "weight": 20,
            "evidence": "plausible",
            "details": "No Markdown for Agents support detected"
          },
          "has_sitemap": {
            "score": 0,
            "weight": 15,
            "evidence": "plausible",
            "details": "No sitemap found"
          },
          "has_robots_txt": {
            "score": 100,
            "weight": 10,
            "evidence": "plausible",
            "details": "robots.txt exists"
          },
          "has_llms_txt": {
            "score": 0,
            "weight": 10,
            "evidence": "speculative",
            "details": "No llms.txt found"
          },
          "has_content_signals": {
            "score": 0,
            "weight": 10,
            "evidence": "speculative",
            "details": "No Content-Signal found (robots.txt or HTTP headers)"
          }
        }
      },
      "structuredData": {
        "score": 100,
        "weight": 20,
        "grade": "A",
        "checks": {
          "has_schema_org": {
            "score": 100,
            "weight": 35,
            "evidence": "proven",
            "details": "JSON-LD found: TravelAgency,Organization, WebSite, ImageObject, WebPage, Person, Article"
          },
          "has_open_graph": {
            "score": 100,
            "weight": 20,
            "evidence": "plausible",
            "details": "All OG tags present"
          },
          "has_meta_description": {
            "score": 100,
            "weight": 20,
            "evidence": "plausible",
            "details": "Meta description: 157 chars"
          },
          "has_canonical_url": {
            "score": 100,
            "weight": 15,
            "evidence": "plausible",
            "details": "Canonical URL present"
          },
          "has_lang_attribute": {
            "score": 100,
            "weight": 10,
            "evidence": "plausible",
            "details": "lang=\"en-US\""
          }
        }
      },
      "semanticHtml": {
        "score": 18,
        "weight": 15,
        "grade": "F",
        "checks": {
          "proper_heading_hierarchy": {
            "score": 0,
            "weight": 30,
            "evidence": "plausible",
            "details": "9 heading level skip(s)"
          },
          "uses_article_or_main": {
            "score": 0,
            "weight": 25,
            "evidence": "plausible",
            "details": "Missing <article> and <main> elements"
          },
          "semantic_elements": {
            "score": 3,
            "weight": 20,
            "evidence": "plausible",
            "details": "6 semantic elements, 793 divs (ratio: 1%)"
          },
          "meaningful_alt_texts": {
            "score": 71,
            "weight": 15,
            "evidence": "plausible",
            "details": "37/52 images with meaningful alt text (1 decorative, not counted)"
          },
          "low_div_nesting": {
            "score": 63,
            "weight": 10,
            "evidence": "speculative",
            "details": "Avg div depth: 8.7, max: 16"
          }
        }
      },
      "contentEfficiency": {
        "score": 60,
        "weight": 10,
        "grade": "C",
        "checks": {
          "token_reduction_ratio": {
            "score": 100,
            "weight": 40,
            "evidence": "speculative",
            "details": "100% token reduction (HTML→Markdown)"
          },
          "content_to_noise_ratio": {
            "score": 0,
            "weight": 30,
            "evidence": "speculative",
            "details": "Content ratio: 0.4% (1365 content chars / 319123 HTML bytes)"
          },
          "reasonable_page_weight": {
            "score": 50,
            "weight": 20,
            "evidence": "speculative",
            "details": "HTML size: 312KB"
          },
          "minimal_inline_styles": {
            "score": 100,
            "weight": 10,
            "evidence": "speculative",
            "details": "1/1849 elements with inline styles (0.1%)"
          }
        }
      }
    }
  },
  "recommendations": [
    {
      "id": "add_markdown_negotiation",
      "priority": "critical",
      "category": "aiDiscoverability",
      "titleKey": "rec.add_markdown_negotiation.title",
      "descriptionKey": "rec.add_markdown_negotiation.description",
      "howToKey": "rec.add_markdown_negotiation.howto",
      "effort": "significant",
      "estimatedImpact": 5,
      "maxImpact": 5,
      "evidence": "plausible",
      "checkScore": 0,
      "checkDetails": "No Markdown for Agents support detected"
    },
    {
      "id": "fix_heading_hierarchy",
      "priority": "high",
      "category": "semanticHtml",
      "titleKey": "rec.fix_heading_hierarchy.title",
      "descriptionKey": "rec.fix_heading_hierarchy.description",
      "howToKey": "rec.fix_heading_hierarchy.howto",
      "effort": "quick-win",
      "estimatedImpact": 4.5,
      "maxImpact": 4.5,
      "evidence": "plausible",
      "checkScore": 0,
      "checkDetails": "9 heading level skip(s)"
    },
    {
      "id": "add_article_main",
      "priority": "high",
      "category": "semanticHtml",
      "titleKey": "rec.add_article_main.title",
      "descriptionKey": "rec.add_article_main.description",
      "howToKey": "rec.add_article_main.howto",
      "effort": "quick-win",
      "estimatedImpact": 3.8,
      "maxImpact": 3.8,
      "evidence": "plausible",
      "checkScore": 0,
      "checkDetails": "Missing <article> and <main> elements"
    },
    {
      "id": "add_sitemap",
      "priority": "high",
      "category": "aiDiscoverability",
      "titleKey": "rec.add_sitemap.title",
      "descriptionKey": "rec.add_sitemap.description",
      "howToKey": "rec.add_sitemap.howto",
      "effort": "quick-win",
      "estimatedImpact": 3.8,
      "maxImpact": 3.8,
      "evidence": "plausible",
      "checkScore": 0,
      "checkDetails": "No sitemap found"
    },
    {
      "id": "improve_content_ratio",
      "priority": "high",
      "category": "contentEfficiency",
      "titleKey": "rec.improve_content_ratio.title",
      "descriptionKey": "rec.improve_content_ratio.description",
      "howToKey": "rec.improve_content_ratio.howto",
      "effort": "moderate",
      "estimatedImpact": 3,
      "maxImpact": 3,
      "evidence": "speculative",
      "checkScore": 0,
      "checkDetails": "Content ratio: 0.4% (1365 content chars / 319123 HTML bytes)"
    },
    {
      "id": "add_semantic_elements",
      "priority": "high",
      "category": "semanticHtml",
      "titleKey": "rec.add_semantic_elements.title",
      "descriptionKey": "rec.add_semantic_elements.description",
      "howToKey": "rec.add_semantic_elements.howto",
      "effort": "moderate",
      "estimatedImpact": 2.9,
      "maxImpact": 3,
      "evidence": "plausible",
      "checkScore": 3,
      "checkDetails": "6 semantic elements, 793 divs (ratio: 1%)"
    },
    {
      "id": "add_llms_txt",
      "priority": "high",
      "category": "aiDiscoverability",
      "titleKey": "rec.add_llms_txt.title",
      "descriptionKey": "rec.add_llms_txt.description",
      "howToKey": "rec.add_llms_txt.howto",
      "effort": "quick-win",
      "estimatedImpact": 2.5,
      "maxImpact": 2.5,
      "evidence": "speculative",
      "checkScore": 0,
      "checkDetails": "No llms.txt found"
    },
    {
      "id": "add_content_signals",
      "priority": "high",
      "category": "aiDiscoverability",
      "titleKey": "rec.add_content_signals.title",
      "descriptionKey": "rec.add_content_signals.description",
      "howToKey": "rec.add_content_signals.howto",
      "effort": "quick-win",
      "estimatedImpact": 2.5,
      "maxImpact": 2.5,
      "evidence": "speculative",
      "checkScore": 0,
      "checkDetails": "No Content-Signal found (robots.txt or HTTP headers)"
    },
    {
      "id": "improve_alt_texts",
      "priority": "low",
      "category": "semanticHtml",
      "titleKey": "rec.improve_alt_texts.title",
      "descriptionKey": "rec.improve_alt_texts.description",
      "howToKey": "rec.improve_alt_texts.howto",
      "effort": "moderate",
      "estimatedImpact": 0.7,
      "maxImpact": 2.3,
      "evidence": "plausible",
      "checkScore": 71,
      "checkDetails": "37/52 images with meaningful alt text (1 decorative, not counted)"
    }
  ],
  "llmsTxtPreview": "# MTB Morocco - Bike Tours in Morocco\n\n> Experience the ultimate cycling adventure in Morocco with our range of MTB, gravel bike, and road cycling tours. From thrilling mountain biking expeditions ...\n\n## Documentation\n- [Faq](https://mtb-morocco.com/faq/)\n\n## Main\n- [MTB Morocco - Bike Tours In Morocco](https://mtb-morocco.com): Discover the thrill of biking in Morocco! Join MTB Morocco for unforgettable cycling, gravel, and e-bike tours through…\n- [About](https://mtb-morocco.com/about-mtb-morocco/)\n- [Home](https://mtb-morocco.com/)\n- [Tours](https://mtb-morocco.com/tour-grid/)\n- [Our Shop](https://mtb-morocco.com/shop/)\n- [Team](https://mtb-morocco.com/mtb-morocco-team/)\n- [Cart](https://mtb-morocco.com/cart-3/)\n\n## Blog\n- [Blog](https://mtb-morocco.com/blog-grid/)\n\n## Legal\n- [Privacy and Policy](https://mtb-morocco.com/privacy-and-policy/)\n\n## Support\n- [Contact](https://mtb-morocco.com/contact/)\n- [Faq](https://mtb-morocco.com/faq/)\n\n",
  "llmsTxtExisting": null,
  "emergingProtocols": {
    "oauthProtectedResource": {
      "exists": false,
      "url": "https://mtb-morocco.com/.well-known/oauth-protected-resource"
    },
    "oauthDiscovery": {
      "exists": false,
      "url": "https://mtb-morocco.com/.well-known/oauth-authorization-server"
    },
    "mcpServerCard": {
      "exists": false,
      "url": "https://mtb-morocco.com/.well-known/mcp/server-card.json",
      "draft": true
    },
    "a2aAgentCard": {
      "exists": false,
      "url": "https://mtb-morocco.com/.well-known/agent-card.json"
    },
    "apiCatalog": {
      "exists": false,
      "url": "https://mtb-morocco.com/.well-known/api-catalog"
    },
    "agentSkills": {
      "exists": false,
      "url": "https://mtb-morocco.com/.well-known/agent-skills/index.json",
      "draft": true
    },
    "count": 0,
    "total": 6
  },
  "botAccess": {
    "probed": true,
    "bot": "OAI-SearchBot",
    "controlStatus": 200,
    "botStatus": 200,
    "discriminates": false,
    "refusedAsBot": false,
    "edge": null,
    "verifiable": false,
    "detail": "This origin answers OAI-SearchBot exactly as it answers any other client (200). No edge-level filtering of AI crawlers observed."
  },
  "snippets": [
    {
      "id": "add_llms_txt",
      "title": "Create /llms.txt",
      "description": "Upload this file to your web root. It tells AI agents what your site is about and which pages matter.",
      "language": "markdown",
      "code": "# MTB Morocco - Bike Tours in Morocco\n\n> Experience the ultimate cycling adventure in Morocco with our range of MTB, gravel bike, and road cycling tours. From thrilling mountain biking expeditions ...\n\n## Documentation\n- [Faq](https://mtb-morocco.com/faq/)\n\n## Main\n- [MTB Morocco - Bike Tours In Morocco](https://mtb-morocco.com): Discover the thrill of biking in Morocco! Join MTB Morocco for unforgettable cycling, gravel, and e-bike tours through…\n- [About](https://mtb-morocco.com/about-mtb-morocco/)\n- [Home](https://mtb-morocco.com/)\n- [Tours](https://mtb-morocco.com/tour-grid/)\n- [Our Shop](https://mtb-morocco.com/shop/)\n- [Team](https://mtb-morocco.com/mtb-morocco-team/)\n- [Cart](https://mtb-morocco.com/cart-3/)\n\n## Blog\n- [Blog](https://mtb-morocco.com/blog-grid/)\n\n## Legal\n- [Privacy and Policy](https://mtb-morocco.com/privacy-and-policy/)\n\n## Support\n- [Contact](https://mtb-morocco.com/contact/)\n- [Faq](https://mtb-morocco.com/faq/)\n\n",
      "filename": "/llms.txt"
    },
    {
      "id": "fix_heading_hierarchy",
      "title": "Fix heading hierarchy",
      "description": "Your page has 1 <h1> elements. Keep only one. Demote the rest to <h2>.",
      "language": "html",
      "code": "<!-- Keep only one <h1> per page -->\n<h1>MTB Morocco - Bike Tours In Morocco</h1>",
      "filename": "<main> or <article>"
    },
    {
      "id": "add_sitemap",
      "title": "Create /sitemap.xml",
      "description": "A sitemap helps AI agents discover all your pages. Most CMS platforms generate one automatically.",
      "language": "xml",
      "code": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<urlset xmlns=\"http://www.sitemaps.org/schemas/sitemap/0.9\">\n  <url>\n    <loc>https://mtb-morocco.com</loc>\n    <lastmod>2026-08-02</lastmod>\n  </url>\n</urlset>",
      "filename": "/sitemap.xml"
    },
    {
      "id": "add_article_main",
      "title": "Wrap content in <main> and <article>",
      "description": "Semantic HTML landmarks help AI agents identify the main content of your page.",
      "language": "html",
      "code": "<main>\n  <article>\n    <h1>Your Page Title</h1>\n    <p>Your content here...</p>\n  </article>\n</main>",
      "filename": "<body>"
    },
    {
      "id": "add_content_signals",
      "title": "Add Content-Signal directives",
      "description": "Content-Signal tells AI agents how they may use your content. The canonical location is robots.txt, but you can also expose it as an HTTP header from any stack.",
      "language": "txt",
      "code": "User-agent: *\nContent-Signal: search=yes, ai-input=yes, ai-train=no",
      "filename": "/robots.txt",
      "stacks": [
        {
          "id": "robots",
          "label": "robots.txt",
          "language": "txt",
          "filename": "/robots.txt",
          "code": "User-agent: *\nContent-Signal: search=yes, ai-input=yes, ai-train=no"
        },
        {
          "id": "nginx",
          "label": "Nginx",
          "language": "nginx",
          "filename": "server block",
          "code": "# Inside your server { } block:\nadd_header Content-Signal \"search=yes, ai-input=yes, ai-train=no\" always;"
        },
        {
          "id": "apache",
          "label": "Apache",
          "language": "apache",
          "filename": ".htaccess",
          "code": "# In .htaccess (or VirtualHost):\nHeader set Content-Signal \"search=yes, ai-input=yes, ai-train=no\""
        },
        {
          "id": "wordpress",
          "label": "WordPress",
          "language": "php",
          "filename": "functions.php",
          "code": "<?php\n// In your theme's functions.php or a small mu-plugin\nadd_action('send_headers', function () {\n    header('Content-Signal: search=yes, ai-input=yes, ai-train=no');\n});\n\n// Optional: also append the directive to the dynamic robots.txt\nadd_filter('robots_txt', function ($output) {\n    return $output . \"\\nContent-Signal: search=yes, ai-input=yes, ai-train=no\\n\";\n}, 10, 1);"
        },
        {
          "id": "nextjs",
          "label": "Next.js",
          "language": "typescript",
          "filename": "middleware.ts",
          "code": "// middleware.ts (Next.js 13+ App Router or Pages Router)\nimport { NextResponse } from 'next/server';\nexport function middleware() {\n  const res = NextResponse.next();\n  res.headers.set(\n    'Content-Signal',\n    'search=yes, ai-input=yes, ai-train=no'\n  );\n  return res;\n}\nexport const config = { matcher: '/:path*' };"
        },
        {
          "id": "cloudflare",
          "label": "Cloudflare Workers",
          "language": "javascript",
          "filename": "worker.js",
          "code": "// Cloudflare Worker that proxies your origin and adds the header\nexport default {\n  async fetch(request, env, ctx) {\n    const res = await fetch(request);\n    const newRes = new Response(res.body, res);\n    newRes.headers.set(\n      'Content-Signal',\n      'search=yes, ai-input=yes, ai-train=no'\n    );\n    return newRes;\n  },\n};"
        },
        {
          "id": "express",
          "label": "Express / Fastify",
          "language": "javascript",
          "filename": "server.js",
          "code": "// Express\napp.use((req, res, next) => {\n  res.setHeader('Content-Signal', 'search=yes, ai-input=yes, ai-train=no');\n  next();\n});\n\n// Fastify\nfastify.addHook('onSend', (request, reply, payload, done) => {\n  reply.header('Content-Signal', 'search=yes, ai-input=yes, ai-train=no');\n  done();\n});"
        }
      ]
    },
    {
      "id": "add_markdown_negotiation",
      "title": "Support Markdown for Agents",
      "description": "Let AI agents request a clean Markdown version of any page via content negotiation, .md alternate URLs, link tags or Link headers.",
      "language": "html",
      "code": "<!-- Mechanism 3: link tag advertising the .md alternate -->\n<link rel=\"alternate\" type=\"text/markdown\" href=\"/page.md\">",
      "filename": "<head>",
      "stacks": [
        {
          "id": "html",
          "label": "HTML <head>",
          "language": "html",
          "filename": "<head>",
          "code": "<!-- Mechanism 3: link tag advertising the .md alternate -->\n<link rel=\"alternate\" type=\"text/markdown\" href=\"/page.md\">"
        },
        {
          "id": "express",
          "label": "Express",
          "language": "javascript",
          "filename": "server.js",
          "code": "// Mechanisms 1 + 4: content negotiation + Link header\napp.get('/page', (req, res) => {\n  res.setHeader('Vary', 'Accept');\n  res.setHeader('Link', '</page.md>; rel=\"alternate\"; type=\"text/markdown\"');\n  if ((req.headers.accept || '').includes('text/markdown')) {\n    res.type('text/markdown; charset=utf-8');\n    return res.send(renderMarkdown('page'));\n  }\n  res.render('page');\n});"
        },
        {
          "id": "fastify",
          "label": "Fastify",
          "language": "javascript",
          "filename": "server.js",
          "code": "// Mechanisms 1 + 4: content negotiation + Link header\nfastify.get('/page', async (req, reply) => {\n  reply.header('Vary', 'Accept');\n  reply.header('Link', '</page.md>; rel=\"alternate\"; type=\"text/markdown\"');\n  if ((req.headers.accept || '').includes('text/markdown')) {\n    return reply.type('text/markdown; charset=utf-8').send(renderMarkdown('page'));\n  }\n  return reply.view('/page.ejs');\n});"
        },
        {
          "id": "nextjs",
          "label": "Next.js",
          "language": "typescript",
          "filename": "app/page/route.ts",
          "code": "// Next.js App Router — Route Handler returning Markdown\nimport { NextRequest } from 'next/server';\nimport { renderMarkdown } from '@/lib/md';\nexport async function GET(req: NextRequest) {\n  const accept = req.headers.get('accept') || '';\n  if (accept.includes('text/markdown')) {\n    return new Response(await renderMarkdown('page'), {\n      headers: {\n        'Content-Type': 'text/markdown; charset=utf-8',\n        'Vary': 'Accept',\n      },\n    });\n  }\n  // Fall through to the page component\n  return new Response(null, { status: 404 });\n}"
        },
        {
          "id": "wordpress",
          "label": "WordPress",
          "language": "php",
          "filename": "functions.php",
          "code": "<?php\n// Mechanism 1: respond to Accept: text/markdown on the same URL\nadd_action('template_redirect', function () {\n    if (!is_singular()) return;\n    $accept = $_SERVER['HTTP_ACCEPT'] ?? '';\n    if (strpos($accept, 'text/markdown') === false) return;\n    header('Content-Type: text/markdown; charset=utf-8');\n    header('Vary: Accept');\n    $post = get_queried_object();\n    echo \"# \" . get_the_title($post) . \"\\n\\n\";\n    echo wp_strip_all_tags(apply_filters('the_content', $post->post_content));\n    exit;\n});"
        },
        {
          "id": "static",
          "label": "Hugo / Jekyll / Astro",
          "language": "txt",
          "filename": "static/page.md",
          "code": "# Mechanism 2: serve .md alongside .html\n# Hugo: place page.md in /static/ — built unchanged\n# Jekyll: drop page.md in /assets/ — copied as-is\n# Astro: src/pages/page.md.ts that exports a GET returning markdown\n\n# Then advertise with mechanism 3 in <head>:\n#   <link rel=\"alternate\" type=\"text/markdown\" href=\"/page.md\">"
        }
      ]
    }
  ]
}

Используйте наш API для программного получения данных (скоро появится)

Этот JSON предназначен для внутреннего использования — в отличие от файлов Markdown и llms.txt, его не нужно загружать на ваш сайт. Сохраните его как базовый показатель для отслеживания оценки со временем, поделитесь с командой разработчиков или интегрируйте в ваш CI/CD-конвейер.

Поделитесь результатами

X LinkedIn Facebook WhatsApp Telegram Email

Или попросите ИИ помочь это исправить

Нужно второе мнение?

У Cloudflare тоже есть бесплатный сканер, и он задаёт другой вопрос. Он оценивает то, что ваш сайт публикует для вызова агентами: MCP server cards, Agent Skills, каталоги API, DNS-записи. Мы оцениваем, может ли агент добраться до вашего контента, прочитать и понять его. Сайт может быть хорош в одном и плох в другом, так что ждите двух разных чисел: это ответы на два разных вопроса, и знать стоит оба.

Проверить mtb-morocco.com через Cloudflare

Встройте ваш бейдж

Добавьте этот бейдж на ваш сайт. Он обновляется автоматически при изменении вашей оценки ИИ-готовности.

AgentReady.md score for mtb-morocco.com
Script Рекомендуется
<script src="https://agentready.md/badge.js" data-id="c5e59ee9-9a08-4d72-ae46-489c444aa28b" data-domain="mtb-morocco.com"></script>
Markdown
[![AgentReady.md score for mtb-morocco.com](https://agentready.md/badge/mtb-morocco.com.svg)](https://agentready.md/ru/r/c5e59ee9-9a08-4d72-ae46-489c444aa28b)

Скоро: Полный анализ домена

Сканируйте весь домен, генерируйте llms.txt и отслеживайте оценку ИИ-готовности со временем. Присоединяйтесь к списку ожидания.

Вы в списке! Мы уведомим вас о запуске.