분석된 URL
https://mtb-morocco.com
측정: 3주 전
AI-Ready 점수
보통
/ 100
토큰 절감량
점수 상세
신흥 프로토콜
6개 중 0개 감지AI 에이전트가 찾는 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 표준을 통해 AI 에이전트가 마크다운 형식으로 콘텐츠를 요청할 수 있으며, 토큰 사용량을 ~80% 줄일 수 있습니다.
구현 방법
다음 중 하나 이상을 구현하세요: (1) Accept: text/markdown에 마크다운 콘텐츠로 응답. (2) .md URL 제공 (예: /page.md). (3) <link rel="alternate" type="text/markdown"> 태그 추가. (4) 마크다운 발견을 위한 Link HTTP 헤더 추가.
측정 결과 9 heading level skip(s)
제목 구조에 문제가 있습니다 (레벨 건너뛰기 또는 다중 h1 태그). 깔끔한 계층 구조는 AI 에이전트가 콘텐츠 구성을 이해하는 데 도움을 줍니다.
구현 방법
페이지당 정확히 하나의 <h1>을 유지하고, 제목이 순차적 순서를 따르도록 하세요: h1 > h2 > h3. 레벨을 건너뛰지 마세요 (예: h1에서 바로 h3).
측정 결과 Missing <article> and <main> elements
페이지에 <article> 또는 <main> 요소가 없습니다. 이 시맨틱 컨테이너는 AI 에이전트가 주요 콘텐츠 영역을 식별하고 내비게이션, 사이드바, 푸터를 무시하는 데 도움을 줍니다.
구현 방법
페이지의 주요 콘텐츠 주위에 <main> 요소를 추가하고, 블로그 게시물이나 제품 설명 같은 독립적인 콘텐츠 블록에는 <article>을 사용하세요.
측정 결과 No sitemap found
사이트맵을 찾을 수 없습니다. 사이트맵은 AI 에이전트가 사이트의 모든 페이지를 발견하는 데 도움을 줍니다.
구현 방법
모든 공개 페이지를 나열하는 /sitemap.xml을 만드세요. 대부분의 CMS 플랫폼에서 자동 생성할 수 있습니다.
측정 결과 Content ratio: 0.4% (1365 content chars / 319123 HTML bytes)
페이지의 실제 콘텐츠와 전체 HTML의 비율이 낮습니다. 페이지 무게의 상당 부분이 콘텐츠가 아닌 마크업, 스크립트, 스타일입니다.
구현 방법
CSS를 외부 스타일시트로 이동하고, 인라인 스타일을 제거하고, JavaScript를 최소화하고, HTML이 콘텐츠 구조에 집중하도록 하세요.
측정 결과 6 semantic elements, 793 divs (ratio: 1%)
페이지가 <div> 요소에 크게 의존합니다. <section>, <nav>, <header>, <footer>, <aside> 같은 시맨틱 요소는 AI 에이전트에게 의미 있는 구조를 제공합니다.
구현 방법
범용 <div> 컨테이너를 적절한 시맨틱 요소로 교체하세요. 주제별 그룹에는 <section>, 내비게이션에는 <nav>, 페이지/섹션 헤더와 푸터에는 <header>/<footer>를 사용하세요.
측정 결과 No llms.txt found
사이트에 llms.txt 파일이 없습니다. AI 에이전트가 사이트 구조를 이해하도록 돕는 새로운 표준입니다.
구현 방법
llmstxt.org 사양에 따라 /llms.txt 파일을 만드세요. 사이트 설명과 주요 페이지 링크를 포함하세요.
측정 결과 No Content-Signal found (robots.txt or HTTP headers)
Content-Signal 지시어가 발견되지 않았습니다. 이는 AI 에이전트에게 콘텐츠 사용 방법(검색 색인, AI 입력, 훈련 데이터)을 알려줍니다. 권장 위치는 robots.txt입니다.
구현 방법
robots.txt에 Content-Signal을 추가하세요: User-agent: *\nContent-Signal: search=yes, ai-input=yes, ai-train=no. 마크다운 응답의 HTTP 헤더로도 추가할 수 있습니다.
측정 결과 37/52 images with meaningful alt text (1 decorative, not counted)
일부 이미지에 설명적인 alt 속성이 없습니다. 좋은 alt 속성은 AI 에이전트가 이미지 내용과 맥락을 이해하는 데 도움을 줍니다.
구현 방법
모든 이미지에 설명적인 alt 속성을 추가하세요. '이미지'나 '사진'이 아닌 이미지가 보여주는 내용을 설명하세요. 장식용 이미지에는 alt="" (빈 값)을 사용하세요.
**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 [](https://mtb-morocco.com/) [](https://mtb-morocco.com/) # Adventure Bike Tours  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/) [](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/) [](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/) [](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/)  ## 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)  ## 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 [](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/) [](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/) [](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/) [](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/) [](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/) [](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/) [](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/) [](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 [](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/) [](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/) [](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/) [](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/) [](https://mtb-morocco.com/tours/day-trip-cycling-tour-marrakech) ##### [City Bike Tour](https://mtb-morocco.com/tours/day-trip-cycling-tour-marrakech) [](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/) [](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/) [](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) [](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)  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/) [](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/) [](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/) [](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/) [](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/) [](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/) [](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         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  #### LahcenFounder [](https://mtb-morocco.com/#)[](https://mtb-morocco.com/#)[](https://mtb-morocco.com/#)[](https://mtb-morocco.com/#)  #### RachidManager [](https://mtb-morocco.com/#)[](https://mtb-morocco.com/#)[](https://mtb-morocco.com/#)[](https://mtb-morocco.com/#)  #### AbdelkhalekFont Desk [](https://mtb-morocco.com/#)[](https://mtb-morocco.com/#)[](https://mtb-morocco.com/#)[](https://mtb-morocco.com/#)       ## 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에 업로드하여 AI 에이전트가 페이지의 깔끔한 버전에 접근할 수 있게 하세요. Accept: text/markdown 콘텐츠 협상을 설정하여 자동으로 제공할 수도 있습니다.
이 단일 페이지용으로 생성된 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 등의 AI 에이전트가 이 파일을 확인하여 사이트 구조를 파악합니다.
접근성
Content available without JavaScript
Main content starts at 19% of HTML
Page size: 312KB
AI 발견 가능성
All major AI search bots allowed
No sitemap found
robots.txt exists
No llms.txt found
구조화 데이터
JSON-LD found: TravelAgency,Organization, WebSite, ImageObject, WebPage, Person, Article
All OG tags present
Meta description: 157 chars
Canonical URL present
lang="en-US"
시맨틱 HTML
9 heading level skip(s)
Missing <article> and <main> elements
6 semantic elements, 793 divs (ratio: 1%)
37/52 images with meaningful alt text (1 decorative, not counted)
Avg div depth: 8.7, max: 16
콘텐츠 효율성
100% token reduction (HTML→Markdown)
Content ratio: 0.4% (1365 content chars / 319123 HTML bytes)
HTML size: 312KB
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&d=mm&r=g",
"url": "https://secure.gravatar.com/avatar/ca29714511573e9c95b15a520497fed7?s=96&d=mm&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[](https://mtb-morocco.com/)\n\n[](https://mtb-morocco.com/)\n\n# Adventure Bike Tours  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[](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[](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[](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\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\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[](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[](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[](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[](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[](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[](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[](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[](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[](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[](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[](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[](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[](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[](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[](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[](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[](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\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[](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[](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[](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[](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[](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[](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\n\n\n\n\n\n\n\n\n\n\n\n\n\n\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\n\n#### LahcenFounder\n\n[](https://mtb-morocco.com/#)[](https://mtb-morocco.com/#)[](https://mtb-morocco.com/#)[](https://mtb-morocco.com/#)\n\n\n\n#### RachidManager\n\n[](https://mtb-morocco.com/#)[](https://mtb-morocco.com/#)[](https://mtb-morocco.com/#)[](https://mtb-morocco.com/#)\n\n\n\n#### AbdelkhalekFont Desk\n\n[](https://mtb-morocco.com/#)[](https://mtb-morocco.com/#)[](https://mtb-morocco.com/#)[](https://mtb-morocco.com/#)\n\n\n\n\n\n\n\n\n\n\n\n\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 파이프라인에 통합하세요.
결과 공유
또는 AI에게 개선 방법을 물어보세요
다른 의견도 들어보시겠어요?
Cloudflare에도 무료 스캐너가 있는데, 던지는 질문이 다릅니다. 그쪽은 에이전트가 호출할 수 있도록 사이트가 게시한 것(MCP 서버 카드, Agent Skills, API 카탈로그, DNS 레코드)을 채점합니다. 저희는 에이전트가 콘텐츠에 도달해 읽고 이해할 수 있는지를 채점합니다. 한쪽은 좋고 다른 쪽은 나쁠 수 있으니 두 점수가 다른 것은 당연합니다. 서로 다른 질문에 대한 답이고, 둘 다 알아둘 가치가 있습니다.
Cloudflare로 mtb-morocco.com 검사하기배지 삽입
이 배지를 사이트에 추가하세요. AI 준비도 점수가 변경되면 자동으로 업데이트됩니다.
<script src="https://agentready.md/badge.js" data-id="c5e59ee9-9a08-4d72-ae46-489c444aa28b" data-domain="mtb-morocco.com"></script>
[](https://agentready.md/ko/r/c5e59ee9-9a08-4d72-ae46-489c444aa28b)
곧 출시: 전체 도메인 분석
전체 도메인을 크롤링하고, llms.txt를 생성하고, AI 준비도 점수를 시간에 따라 모니터링하세요. 대기자 명단에 등록하여 알림을 받으세요.
명단에 등록되었습니다! 서비스 출시 시 알려드리겠습니다.