인증된 AgentReady.md 증명서
발급일 sig: 6357898bcb0efeb8 검증 →

분석된 URL

https://www.riderscr.com/

측정: 3주 전

다른 URL 분석

AI-Ready 점수

보통

/ 100

토큰 절감량

HTML 토큰 65.306
Markdown 토큰 215
절감 100%

점수 상세

접근성 90/100
AI 발견 가능성 45/100
구조화 데이터 100/100
시맨틱 HTML 52/100
콘텐츠 효율성 55/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 헤더 추가.

코딩 에이전트에 붙여넣어 수정하게 하세요

측정 결과 No sitemap found

사이트맵을 찾을 수 없습니다. 사이트맵은 AI 에이전트가 사이트의 모든 페이지를 발견하는 데 도움을 줍니다.

구현 방법

모든 공개 페이지를 나열하는 /sitemap.xml을 만드세요. 대부분의 CMS 플랫폼에서 자동 생성할 수 있습니다.

코딩 에이전트에 붙여넣어 수정하게 하세요

측정 결과 2 <h1> elements (should be 1), 4 heading level skip(s)

제목 구조에 문제가 있습니다 (레벨 건너뛰기 또는 다중 h1 태그). 깔끔한 계층 구조는 AI 에이전트가 콘텐츠 구성을 이해하는 데 도움을 줍니다.

구현 방법

페이지당 정확히 하나의 <h1>을 유지하고, 제목이 순차적 순서를 따르도록 하세요: h1 > h2 > h3. 레벨을 건너뛰지 마세요 (예: h1에서 바로 h3).

코딩 에이전트에 붙여넣어 수정하게 하세요

측정 결과 Content ratio: 0.5% (1064 content chars / 209421 HTML bytes)

페이지의 실제 콘텐츠와 전체 HTML의 비율이 낮습니다. 페이지 무게의 상당 부분이 콘텐츠가 아닌 마크업, 스크립트, 스타일입니다.

구현 방법

CSS를 외부 스타일시트로 이동하고, 인라인 스타일을 제거하고, JavaScript를 최소화하고, HTML이 콘텐츠 구조에 집중하도록 하세요.

코딩 에이전트에 붙여넣어 수정하게 하세요

측정 결과 4 semantic elements, 382 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 헤더로도 추가할 수 있습니다.

코딩 에이전트에 붙여넣어 수정하게 하세요

측정 결과 14/932 elements with inline styles (1.5%)

많은 요소에 인라인 스타일 속성이 있습니다. 이는 콘텐츠를 추출하는 AI 에이전트에게 잡음이 됩니다.

구현 방법

모든 인라인 스타일을 스타일시트의 CSS 클래스로 이동하세요. 많은 고유 스타일이 필요하면 Tailwind 같은 유틸리티 CSS 프레임워크를 사용하세요.

코딩 에이전트에 붙여넣어 수정하게 하세요
Markdown 토큰: 215
### Safety is Our Top Priority

At Riders Adventures, safety is our top priority. We provide well-maintained vehicles that are suitable for all terrains, and we equip all riders with the necessary safety gear. Our experienced guides will also give you a comprehensive safety briefing before each tour, so you can have peace of mind knowing you’re in good hands.

### Thrilling and Immersive Experience of Jaco Beach

But it’s not just about safety – we also prioritize fun! Our tours are designed to give you a thrilling and immersive experience of the natural beauty and rich culture of Jaco Beach. You’ll get to explore hidden trails, discover local wildlife, and learn about the fascinating history and traditions of the area from our knowledgeable guides.

### Book Your Adventure Today, Skip the line, and ensure you schedule by booking in advance

Don’t settle for a boring beach vacation – come join us at Riders Adventures ATV Tours and make some unforgettable memories that you’ll be talking about for years to come! Book your tour now and get ready for the ride of a lifetime.
Riders Adventures ATV Tours in Jaco Beach Costa Rica

[![Riders Adventures Costa Rica](data:image/gif;base64,R0lGODdhAQABAPAAAMPDwwAAACwAAAAAAQABAAACAkQBADs=)](https://www.riderscr.com/)

[All in a glance](https://widget.ticando.net/main/XKXINaimaCHBqAFjsvVOXMppmPNYQLhnVGvifeVGhcIYcNIVJdkgpZWbojAFuhsQnpyTUU/)

# [Riders Adventures](https://widget.ticando.net/XKXINaimaCHBqAFjsvVOXMppmPNYQLhnVGvifeVGhcIYcNIVJdkgpZWbojAFuhsQnpyTUU/main/)

[Check Availability](https://widget.ticando.net/XKXINaimaCHBqAFjsvVOXMppmPNYQLhnVGvifeVGhcIYcNIVJdkgpZWbojAFuhsQnpyTUU/main/)

## Early Birds Discounted Tours

Book in Advance and enjoy a **10%** off **only by booking online** **Code:** **50VIP**

[See offer](https://www.riderscr.com/#50Riders)

![Adventures-in-ATV-Manuel-Antonio](data:image/gif;base64,R0lGODdhAQABAPAAAMPDwwAAACwAAAAAAQABAAACAkQBADs=)

#### Jungle, River, Beach | 2 hrs Tour

[ONLINE $62.10](https://www.riderscr.com/atv-tour-in-costa-rica/2-hours-atv-tour/)

**LIKELY TO SELL OUT**

![Jungle-Trails-ATV-Tour](data:image/gif;base64,R0lGODdhAQABAPAAAMPDwwAAACwAAAAAAQABAAACAkQBADs=)

#### Best option for ATV Driver Lovers - 4 hrs Tour

[from $119.90](https://www.riderscr.com/rappelling-and-2-hour-atv-adventure/)

![ATV-Costa-Rica](data:image/gif;base64,R0lGODdhAQABAPAAAMPDwwAAACwAAAAAAQABAAACAkQBADs=)

#### River, Jungle, Beach | 3 hrs Tour

[from $95.00](https://www.riderscr.com/atv-tour-in-costa-rica/3-hours-atv-tour/)

![Rappelling and Zipline Adventure Tour](data:image/gif;base64,R0lGODdhAQABAPAAAMPDwwAAACwAAAAAAQABAAACAkQBADs=)

#### 2 hrs ATV tour and Zipline Experience

[from $119.00](https://www.riderscr.com/tours-packages/combo-zipline-atvs/)

![Double-ATV-Tour](data:image/gif;base64,R0lGODdhAQABAPAAAMPDwwAAACwAAAAAAQABAAACAkQBADs=)

#### A most to do activity in Costa Rica

Enjoy our activities with 10% off, COPY the following code and ***PASTE*** it during the checkout. CODE: **50VIP**

[COPY CODE](https://www.riderscr.com/#)

Valid for Online Bookings only

## [Unforgettable Memories Await you](https://widget.ticando.net/XKXINaimaCHBqAFjsvVOXMppmPNYQLhnVGvifeVGhcIYcNIVJdkgpZWbojAFuhsQnpyTUU/trayecto/1/1)

# Come and get your profesional picture!

[Book Now](https://widget.ticando.net/XKXINaimaCHBqAFjsvVOXMppmPNYQLhnVGvifeVGhcIYcNIVJdkgpZWbojAFuhsQnpyTUU/trayecto/1/1)



#### Free Cancelation



#### Small Groups



#### 2, 3, 4 hrs tours



#### From $69



#### Easy to Moderate



#### Jaco Beach

[![Adventures-in-ATV-Manuel-Antonio](data:image/gif;base64,R0lGODdhAQABAPAAAMPDwwAAACwAAAAAAQABAAACAkQBADs=)](https://www.riderscr.com/wp-content/uploads/2024/04/Adventures-in-ATV-Manuel-Antonio.webp)

[![ATV-Costa-Rica](data:image/gif;base64,R0lGODdhAQABAPAAAMPDwwAAACwAAAAAAQABAAACAkQBADs=)](https://www.riderscr.com/wp-content/uploads/2024/04/ATV-Costa-Rica.webp)

[![Double-ATV-Tour](data:image/gif;base64,R0lGODdhAQABAPAAAMPDwwAAACwAAAAAAQABAAACAkQBADs=)](https://www.riderscr.com/wp-content/uploads/2024/04/Double-ATV-Tour.webp)

[![Family-ATV-Tour](data:image/gif;base64,R0lGODdhAQABAPAAAMPDwwAAACwAAAAAAQABAAACAkQBADs=)](https://www.riderscr.com/wp-content/uploads/2024/04/Family-ATV-Tour.webp)

[![Jungle-Tour-ATV](data:image/gif;base64,R0lGODdhAQABAPAAAMPDwwAAACwAAAAAAQABAAACAkQBADs=)](https://www.riderscr.com/wp-content/uploads/2024/04/Jungle-Tour-oin-ATV.webp)

[![Jungle-Trails-ATV-Tour](data:image/gif;base64,R0lGODdhAQABAPAAAMPDwwAAACwAAAAAAQABAAACAkQBADs=)](https://www.riderscr.com/wp-content/uploads/2024/04/Jungle-Trails-ATV-Tour.webp)

[![Ladies-Tours-in-Jaco-Beach](data:image/gif;base64,R0lGODdhAQABAPAAAMPDwwAAACwAAAAAAQABAAACAkQBADs=)](https://www.riderscr.com/wp-content/uploads/2024/04/Ladies-Tours-in-Jaco-Beach.webp)

[![Quad-Tours-in-Costa-Rica](data:image/gif;base64,R0lGODdhAQABAPAAAMPDwwAAACwAAAAAAQABAAACAkQBADs=)](https://www.riderscr.com/wp-content/uploads/2024/04/Quad-Tours-in-Costa-Rica.webp)

[![Riders-Adventures-Tours](data:image/gif;base64,R0lGODdhAQABAPAAAMPDwwAAACwAAAAAAQABAAACAkQBADs=)](https://www.riderscr.com/wp-content/uploads/2024/04/Riders-Adventures-Tours.webp)

[![River-ATV-Tour](data:image/gif;base64,R0lGODdhAQABAPAAAMPDwwAAACwAAAAAAQABAAACAkQBADs=)](https://www.riderscr.com/wp-content/uploads/2024/04/River-ATV-Tour.webp)

[![Jaco-Beach-ATV-Tours](data:image/gif;base64,R0lGODdhAQABAPAAAMPDwwAAACwAAAAAAQABAAACAkQBADs=)](https://www.riderscr.com/wp-content/uploads/2024/04/Jaco-Beach-ATV-Tours.webp)

-   Customer Satisfaction 99% 99%

## Jaco beach ATV tours Description:

This 2-hour ATV adventure starts in our operation centre with a driving test lab, here our certificated tour guide will introduce the vehicle features and explain how to use it safely and with proficiency. Once you have the proper knowledge and practice, we will go out from our offices to the jungle trails up to our landscape ocean view at the top of the mountain. Then we drive down through the jungle where we will cross the river several times before take our way to the beach, passing by a traditional village. The last stop will be at the beach before returning to our centre.

[Check Availability](https://widget.ticando.net/XKXINaimaCHBqAFjsvVOXMppmPNYQLhnVGvifeVGhcIYcNIVJdkgpZWbojAFuhsQnpyTUU/trayecto/1/1)



#### Riders Adventures

Meeting Point – Safety Lab



#### Quebrada Hills

Ocean View Spot



#### Local Village

Sightseeing



#### Agujas River

Off-road adventure, River drafts



#### Agujas Beach

Beach visit and break



#### Off Roads

Way back to the meeting point



#### Riders Adventures

Meeting Point

### Included in this activity

-   Jungle trails
-   River paths
-   Beach visit
-   Landscape mountain top with ocean view
-   Guided Tour
-   Automatic Vehicles
-   Single and double ATVs available
-   24 hrs refundable cancellation policy
-   2hrs activity
-   Certified tour guide
-   Insurance
-   Equipment
-   All taxes
-   A bottle of water

### To Keep in consideration

-   License is required (A1 or B1)
-   Kids over 10 years old are welcome as passengers
-   A  credit card deposit against vehicle damage will be asked
-   Sunscreen
-   Bugs repellent
-   Sunglasses
-   Extra clothes (you will be getting wet)
-   Closed shoes. No sandals, flip-flops, or open-toed shoes
-   The maximum weight is 120 kg
-   \*Kids under 10 can go on buggy tours

### Cancellation Policy

You can cancel this activity without charge 24 hours before the activity start time.

Cancellation within 24 hours will not receive any refund

Refunds are regularly taken from 24 to 72 hrs to be reflected in your account.

Your money is protected by [UTourSite](http://www.utoursite.com/) and [Trust My Travel](https://www.trustmytravel.com/)

[Book Now](https://widget.ticando.net/WilinHHCeIuxmoeYyLsGXBtFYMVieaDBJpjwwrybztZliELhPDnmEgsctOLYoOZxEKvBBu/cs/1/119)

[![Double-ATV-Tour](data:image/gif;base64,R0lGODdhAQABAPAAAMPDwwAAACwAAAAAAQABAAACAkQBADs=)](https://www.riderscr.com/atv-tour-in-costa-rica/2-hours-atv-tour/)

#### [2 hrs option $69.00 - Likely to sell out](https://www.riderscr.com/atv-tour-in-costa-rica/2-hours-atv-tour/)

This is the most booked option. Ideal for not experienced ATV drivers.

[Book Now](https://widget.ticando.net/XKXINaimaCHBqAFjsvVOXMppmPNYQLhnVGvifeVGhcIYcNIVJdkgpZWbojAFuhsQnpyTUU/trayecto/1/1)

[![Jungle-Tour-ATV](data:image/gif;base64,R0lGODdhAQABAPAAAMPDwwAAACwAAAAAAQABAAACAkQBADs=)](https://www.riderscr.com/atv-tour-in-costa-rica/3-hours-atv-tour/)

#### [3 hrs option $95.00](https://www.riderscr.com/atv-tour-in-costa-rica/3-hours-atv-tour/)

Book this option if you like extra time to enjoy more your journey

[Book Now](https://widget.ticando.net/XKXINaimaCHBqAFjsvVOXMppmPNYQLhnVGvifeVGhcIYcNIVJdkgpZWbojAFuhsQnpyTUU/trayecto/2/1)

[![Quad-Tours-in-Costa-Rica](data:image/gif;base64,R0lGODdhAQABAPAAAMPDwwAAACwAAAAAAQABAAACAkQBADs=)](https://www.riderscr.com/atv-tour-in-costa-rica/4-hours-atv-tour/)

#### [4 hrs option $119.90](https://www.riderscr.com/atv-tour-in-costa-rica/4-hours-atv-tour/)

This option is created for those adventurous hearts. Hidden spots…

[Book Now](https://widget.ticando.net/XKXINaimaCHBqAFjsvVOXMppmPNYQLhnVGvifeVGhcIYcNIVJdkgpZWbojAFuhsQnpyTUU/trayecto/5/1)

## Check out our Side by Side tours also known as Buggies

[![Punta Leona ATV and SxS tour](data:image/gif;base64,R0lGODdhAQABAPAAAMPDwwAAACwAAAAAAQABAAACAkQBADs=)](https://www.riderscr.com/side-by-side-tours-in-costa-rica/buggy-tour-2hrs/)

#### [2 hrs Buggy $76.84 - Likely to sell out](https://www.riderscr.com/side-by-side-tours-in-costa-rica/buggy-tour-2hrs/)

Check passengers’ prices, Kids are welcome

[Book Now](https://widget.ticando.net/XKXINaimaCHBqAFjsvVOXMppmPNYQLhnVGvifeVGhcIYcNIVJdkgpZWbojAFuhsQnpyTUU/trayecto/7/2)

[![Side by Side tour Costa Rica](data:image/gif;base64,R0lGODdhAQABAPAAAMPDwwAAACwAAAAAAQABAAACAkQBADs=)](https://www.riderscr.com/side-by-side-tours-in-costa-rica/buggy-tour-3hours/)

#### [3 hrs option $93.79](https://www.riderscr.com/side-by-side-tours-in-costa-rica/buggy-tour-3hours/)

Families, groups, couples are welcome

[Book Now](https://widget.ticando.net/XKXINaimaCHBqAFjsvVOXMppmPNYQLhnVGvifeVGhcIYcNIVJdkgpZWbojAFuhsQnpyTUU/trayecto/8/2)

[![Side by Side tour Punta Leona Costa Rica](data:image/gif;base64,R0lGODdhAQABAPAAAMPDwwAAACwAAAAAAQABAAACAkQBADs=)](https://www.riderscr.com/side-by-side-tours-in-costa-rica/side-by-side-tour-punta-leona/)

#### [4 hrs option $130.63](https://www.riderscr.com/side-by-side-tours-in-costa-rica/side-by-side-tour-punta-leona/)

More time more fun, everyone is welcome

[Book Now](https://widget.ticando.net/XKXINaimaCHBqAFjsvVOXMppmPNYQLhnVGvifeVGhcIYcNIVJdkgpZWbojAFuhsQnpyTUU/trayecto/9/2)

### Safety is Our Top Priority

At Riders Adventures, safety is our top priority. We provide well-maintained vehicles that are suitable for all terrains, and we equip all riders with the necessary safety gear. Our experienced guides will also give you a comprehensive safety briefing before each tour, so you can have peace of mind knowing you’re in good hands.

### Thrilling and Immersive Experience of Jaco Beach

But it’s not just about safety – we also prioritize fun! Our tours are designed to give you a thrilling and immersive experience of the natural beauty and rich culture of Jaco Beach. You’ll get to explore hidden trails, discover local wildlife, and learn about the fascinating history and traditions of the area from our knowledgeable guides.

### Book Your Adventure Today, Skip the line, and ensure you schedule by booking in advance

Don’t settle for a boring beach vacation – come join us at Riders Adventures ATV Tours and make some unforgettable memories that you’ll be talking about for years to come! Book your tour now and get ready for the ride of a lifetime.

## Frequently Asked Questions

If you do not find the answer to the question you are looking for, feel free to contact us.

### Is a driver license required to drive?

Yes!

It is mandatory to hold a driver’s license to drive any of our vehicles. US, Canada, UK, EU, and all Latin America licenses are accepted in Costa Rica.

### How much is the deposit?

The deposit will be taken in Credit Card or Cash. It will depend on the vehicle category and the group size. It can be between $200 to $500. The deposit is per group and not per person or vehicle.

### When you release my Credit Card?

We release your credit card immediately after the tour ends. 

### Are there weight restrictions for the ATVs and UTVs

Yes! The ATV’s maximum weight is 220 pounds, and the Buggy/Side by Side/UTV is 1000 pounds.

### Do you have parking if we drive ourselves?

Yes, we do have parking in our park where you can pace your vehicle without worries, the park is monitored by our security cameras.

### Is the tour running even with bad weather conditions?

What is bad for some is great for others!

We operate the tour during the rainy season and sometimes

We vary our routes to always offer safety and a good experience.

### What the minimum age to join the ATV and Buggy Tours?

We offer ATVs for two people, the driver must hold a driver’s license and the accompanying must be over 10 years old.

In a buggy the rule is different, kids over 1 year old can enjoy this activity. We will provide a safety seat or booster.

### Children can enjoy all activities?

On ATVs, accompanying must be over 10 years old.

In a buggy the rule is different, kids over 1 year old can enjoy this activity. We will provide a safety seat or booster.

Boat tours are recommended for kids over 1 year old.

**\*\*Parents and documents should be shown at the check in**

### Is there a place to store items?

Yes! We have some lockers where you can store your items in a safe way.

### Is the price the same for locals and foreigners?

Yes, it is the same price for locals and foreigners.

### Can I ride if I’m pregnant?

No! We do not recommend our activities if you are pregnant.

### Where the tour takes place?

We are located just 15 minutes from Jaco Beach and 5 Minutes from Tarcoles.

You can find us out on Google Maps and Waze just by entering Riders Adventures.

Our official address is: Pacífica Fernández Oreamuno, 100 mts north of Hotel and Club Punta Leona main entrance, Quebrada Ganado Tarcoles, Puntarenas Province, Garabito, 61102

이 파일을 서버의 /index.md에 업로드하여 AI 에이전트가 페이지의 깔끔한 버전에 접근할 수 있게 하세요. Accept: text/markdown 콘텐츠 협상을 설정하여 자동으로 제공할 수도 있습니다.

이 단일 페이지용으로 생성된 llms.txt

llms.txt 다운로드
# Riders Adventures

> Riders Adventures ATV Tours in the Jaco Beach area is the most acclaimed ATV operator, known for its small groups and personalized services

## Main
- [ATV tours in Jaco Beach](https://www.riderscr.com/): Riders Adventures ATV Tours in the Jaco Beach area is the most acclaimed ATV operator, known for its small groups and p…
- [About Us](https://www.riderscr.com/about-us/)
- [Best Deals](https://www.riderscr.com/all-adventures/)
- [ATV Tours](https://www.riderscr.com/atv-tour-in-costa-rica/)
- [2 Hrs Adventure](https://www.riderscr.com/atv-tour-in-costa-rica/2-hours-atv-tour/)
- [3 Hrs Adventure](https://www.riderscr.com/atv-tour-in-costa-rica/3-hours-atv-tour/)
- [4 Hrs Adventure](https://www.riderscr.com/atv-tour-in-costa-rica/4-hours-atv-tour/)
- [Buggies](https://www.riderscr.com/side-by-side-tours-in-costa-rica/)
- [2 Hrs Adventure](https://www.riderscr.com/side-by-side-tours-in-costa-rica/buggy-tour-2hrs/)
- [3 Hrs Adventure](https://www.riderscr.com/side-by-side-tours-in-costa-rica/buggy-tour-3hours/)

## Legal
- [Terms & Conditions](https://www.riderscr.com/terms-and-conditions-policies)

전체 llms.txt는 도메인 전체 분석이 필요합니다 (곧 출시)

이 파일을 도메인 루트의 https://www.riderscr.com/llms.txt에 업로드하세요. ChatGPT, Claude, Perplexity 등의 AI 에이전트가 이 파일을 확인하여 사이트 구조를 파악합니다.

접근성

JavaScript 없이 콘텐츠 이용 가능 (100/100)

Content available without JavaScript

HTML에서 콘텐츠가 빠른 위치에 배치 (75/100)

Main content starts at 33% of HTML

적절한 페이지 크기 (80/100)

Page size: 205KB

AI 발견 가능성

robots.txt가 AI 봇 허용 (100/100)

All major AI search bots allowed

Markdown for Agents 지원 (0/100)
✗ Accept: text/markdown ✗ .md URL ✗ <link> tag ✗ 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)
✓ robots.txt ✓ HTTP header ✗ Policy

구조화 데이터

Schema.org / JSON-LD 있음 (100/100)

JSON-LD found: WebPage, ImageObject, BreadcrumbList, WebSite, Organization

Open Graph 태그 있음 (100/100)

All OG tags present

메타 설명 있음 (100/100)

Meta description: 139 chars

정규 URL 있음 (100/100)

Canonical URL present

lang 속성 있음 (100/100)

lang="en-US"

시맨틱 HTML

올바른 제목 계층 구조 (20/100)

2 <h1> elements (should be 1), 4 heading level skip(s)

article 또는 main 요소 사용 (100/100)

Has <article>

시맨틱 HTML 요소 사용 (3/100)

4 semantic elements, 382 divs (ratio: 1%)

의미 있는 이미지 alt 속성 (100/100)

24/24 images with meaningful alt text

낮은 div 중첩 깊이 (57/100)

Avg div depth: 9.3, max: 16

콘텐츠 효율성

양호한 토큰 감소율 (100/100)

100% token reduction (HTML→Markdown)

양호한 콘텐츠 대 잡음 비율 (0/100)

Content ratio: 0.5% (1064 content chars / 209421 HTML bytes)

적절한 페이지 무게 (50/100)

HTML size: 205KB

최소한의 인라인 스타일 (50/100)

14/932 elements with inline styles (1.5%)

{
  "url": "https://www.riderscr.com/",
  "timestamp": 1786436310551,
  "fetch": {
    "mode": "simple",
    "timeMs": 1828,
    "htmlSizeBytes": 209421,
    "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": "ATV tours in Jaco Beach",
    "excerpt": "Riders Adventures ATV Tours in the Jaco Beach area is the most acclaimed ATV operator, known for its small groups and personalized services",
    "byline": null,
    "siteName": "Riders Adventures",
    "lang": "en-US",
    "contentLength": 1064,
    "metadata": {
      "description": "Riders Adventures ATV Tours in the Jaco Beach area is the most acclaimed ATV operator, known for its small groups and personalized services",
      "ogTitle": "ATV tours in Jaco Beach",
      "ogDescription": "Riders Adventures ATV Tours in the Jaco Beach area is the most acclaimed ATV operator, known for its small groups and personalized services",
      "ogImage": "https://www.riderscr.com/wp-content/uploads/2023/11/Riders-Adventures-The-Best-ATV-Jaco-Beach.jpg",
      "ogType": "website",
      "canonical": "https://www.riderscr.com/",
      "lang": "en-US",
      "schemas": [
        {
          "@type": "WebPage",
          "@id": "https://www.riderscr.com/",
          "url": "https://www.riderscr.com/",
          "name": "Riders Adventures ATV Tours in Jaco Beach Costa Rica",
          "isPartOf": {
            "@id": "https://www.riderscr.com/#website"
          },
          "about": {
            "@id": "https://www.riderscr.com/#organization"
          },
          "primaryImageOfPage": {
            "@id": "https://www.riderscr.com/#primaryimage"
          },
          "image": {
            "@id": "https://www.riderscr.com/#primaryimage"
          },
          "thumbnailUrl": "https://www.riderscr.com/wp-content/uploads/2023/05/ATV-Tour-Punta-Leona-Costa-Rica.jpg",
          "datePublished": "2020-04-15T16:57:36+00:00",
          "dateModified": "2025-12-27T10:12:03+00:00",
          "description": "Riders Adventures ATV Tours in the Jaco Beach area is the most acclaimed ATV operator, known for its small groups and personalized services",
          "breadcrumb": {
            "@id": "https://www.riderscr.com/#breadcrumb"
          },
          "inLanguage": "en-US",
          "potentialAction": [
            {
              "@type": "ReadAction",
              "target": [
                "https://www.riderscr.com/"
              ]
            }
          ]
        },
        {
          "@type": "ImageObject",
          "inLanguage": "en-US",
          "@id": "https://www.riderscr.com/#primaryimage",
          "url": "https://www.riderscr.com/wp-content/uploads/2023/05/ATV-Tour-Punta-Leona-Costa-Rica.jpg",
          "contentUrl": "https://www.riderscr.com/wp-content/uploads/2023/05/ATV-Tour-Punta-Leona-Costa-Rica.jpg",
          "width": 1200,
          "height": 675,
          "caption": "Riders Adventures Costa Rica"
        },
        {
          "@type": "BreadcrumbList",
          "@id": "https://www.riderscr.com/#breadcrumb",
          "itemListElement": [
            {
              "@type": "ListItem",
              "position": 1,
              "name": "Home"
            }
          ]
        },
        {
          "@type": "WebSite",
          "@id": "https://www.riderscr.com/#website",
          "url": "https://www.riderscr.com/",
          "name": "Riders Adventures",
          "description": "ATV tours in Jaco Beach",
          "publisher": {
            "@id": "https://www.riderscr.com/#organization"
          },
          "alternateName": "Jaco ATV Tours by Riders Adventures",
          "potentialAction": [
            {
              "@type": "SearchAction",
              "target": {
                "@type": "EntryPoint",
                "urlTemplate": "https://www.riderscr.com/?s={search_term_string}"
              },
              "query-input": {
                "@type": "PropertyValueSpecification",
                "valueRequired": true,
                "valueName": "search_term_string"
              }
            }
          ],
          "inLanguage": "en-US"
        },
        {
          "@type": "Organization",
          "@id": "https://www.riderscr.com/#organization",
          "name": "Riders Adventures",
          "alternateName": "ATV Tour by Riders Adventures",
          "url": "https://www.riderscr.com/",
          "logo": {
            "@type": "ImageObject",
            "inLanguage": "en-US",
            "@id": "https://www.riderscr.com/#/schema/logo/image/",
            "url": "https://www.riderscr.com/wp-content/uploads/2020/02/crriderslogo.png",
            "contentUrl": "https://www.riderscr.com/wp-content/uploads/2020/02/crriderslogo.png",
            "width": 140,
            "height": 93,
            "caption": "Riders Adventures"
          },
          "image": {
            "@id": "https://www.riderscr.com/#/schema/logo/image/"
          },
          "sameAs": [
            "https://www.facebook.com/RidersCR"
          ]
        }
      ],
      "robotsMeta": "index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1",
      "author": null,
      "generator": "SEO UTourSite Divi Child Theme v.1.0.0",
      "markdownAlternateHref": null
    }
  },
  "markdown": "### Safety is Our Top Priority\n\nAt Riders Adventures, safety is our top priority. We provide well-maintained vehicles that are suitable for all terrains, and we equip all riders with the necessary safety gear. Our experienced guides will also give you a comprehensive safety briefing before each tour, so you can have peace of mind knowing you’re in good hands.\n\n### Thrilling and Immersive Experience of Jaco Beach\n\nBut it’s not just about safety – we also prioritize fun! Our tours are designed to give you a thrilling and immersive experience of the natural beauty and rich culture of Jaco Beach. You’ll get to explore hidden trails, discover local wildlife, and learn about the fascinating history and traditions of the area from our knowledgeable guides.\n\n### Book Your Adventure Today, Skip the line, and ensure you schedule by booking in advance\n\nDon’t settle for a boring beach vacation – come join us at Riders Adventures ATV Tours and make some unforgettable memories that you’ll be talking about for years to come! Book your tour now and get ready for the ride of a lifetime.\n",
  "fullPageMarkdown": "Riders Adventures ATV Tours in Jaco Beach Costa Rica\n\n[![Riders Adventures Costa Rica](data:image/gif;base64,R0lGODdhAQABAPAAAMPDwwAAACwAAAAAAQABAAACAkQBADs=)](https://www.riderscr.com/)\n\n[All in a glance](https://widget.ticando.net/main/XKXINaimaCHBqAFjsvVOXMppmPNYQLhnVGvifeVGhcIYcNIVJdkgpZWbojAFuhsQnpyTUU/)\n\n# [Riders Adventures](https://widget.ticando.net/XKXINaimaCHBqAFjsvVOXMppmPNYQLhnVGvifeVGhcIYcNIVJdkgpZWbojAFuhsQnpyTUU/main/)\n\n[Check Availability](https://widget.ticando.net/XKXINaimaCHBqAFjsvVOXMppmPNYQLhnVGvifeVGhcIYcNIVJdkgpZWbojAFuhsQnpyTUU/main/)\n\n## Early Birds Discounted Tours\n\nBook in Advance and enjoy a **10%** off **only by booking online** **Code:** **50VIP**\n\n[See offer](https://www.riderscr.com/#50Riders)\n\n![Adventures-in-ATV-Manuel-Antonio](data:image/gif;base64,R0lGODdhAQABAPAAAMPDwwAAACwAAAAAAQABAAACAkQBADs=)\n\n#### Jungle, River, Beach | 2 hrs Tour\n\n[ONLINE $62.10](https://www.riderscr.com/atv-tour-in-costa-rica/2-hours-atv-tour/)\n\n**LIKELY TO SELL OUT**\n\n![Jungle-Trails-ATV-Tour](data:image/gif;base64,R0lGODdhAQABAPAAAMPDwwAAACwAAAAAAQABAAACAkQBADs=)\n\n#### Best option for ATV Driver Lovers - 4 hrs Tour\n\n[from $119.90](https://www.riderscr.com/rappelling-and-2-hour-atv-adventure/)\n\n![ATV-Costa-Rica](data:image/gif;base64,R0lGODdhAQABAPAAAMPDwwAAACwAAAAAAQABAAACAkQBADs=)\n\n#### River, Jungle, Beach | 3 hrs Tour\n\n[from $95.00](https://www.riderscr.com/atv-tour-in-costa-rica/3-hours-atv-tour/)\n\n![Rappelling and Zipline Adventure Tour](data:image/gif;base64,R0lGODdhAQABAPAAAMPDwwAAACwAAAAAAQABAAACAkQBADs=)\n\n#### 2 hrs ATV tour and Zipline Experience\n\n[from $119.00](https://www.riderscr.com/tours-packages/combo-zipline-atvs/)\n\n![Double-ATV-Tour](data:image/gif;base64,R0lGODdhAQABAPAAAMPDwwAAACwAAAAAAQABAAACAkQBADs=)\n\n#### A most to do activity in Costa Rica\n\nEnjoy our activities with 10% off, COPY the following code and ***PASTE*** it during the checkout. CODE: **50VIP**\n\n[COPY CODE](https://www.riderscr.com/#)\n\nValid for Online Bookings only\n\n## [Unforgettable Memories Await you](https://widget.ticando.net/XKXINaimaCHBqAFjsvVOXMppmPNYQLhnVGvifeVGhcIYcNIVJdkgpZWbojAFuhsQnpyTUU/trayecto/1/1)\n\n# Come and get your profesional picture!\n\n[Book Now](https://widget.ticando.net/XKXINaimaCHBqAFjsvVOXMppmPNYQLhnVGvifeVGhcIYcNIVJdkgpZWbojAFuhsQnpyTUU/trayecto/1/1)\n\n\n\n#### Free Cancelation\n\n\n\n#### Small Groups\n\n\n\n#### 2, 3, 4 hrs tours\n\n\n\n#### From $69\n\n\n\n#### Easy to Moderate\n\n\n\n#### Jaco Beach\n\n[![Adventures-in-ATV-Manuel-Antonio](data:image/gif;base64,R0lGODdhAQABAPAAAMPDwwAAACwAAAAAAQABAAACAkQBADs=)](https://www.riderscr.com/wp-content/uploads/2024/04/Adventures-in-ATV-Manuel-Antonio.webp)\n\n[![ATV-Costa-Rica](data:image/gif;base64,R0lGODdhAQABAPAAAMPDwwAAACwAAAAAAQABAAACAkQBADs=)](https://www.riderscr.com/wp-content/uploads/2024/04/ATV-Costa-Rica.webp)\n\n[![Double-ATV-Tour](data:image/gif;base64,R0lGODdhAQABAPAAAMPDwwAAACwAAAAAAQABAAACAkQBADs=)](https://www.riderscr.com/wp-content/uploads/2024/04/Double-ATV-Tour.webp)\n\n[![Family-ATV-Tour](data:image/gif;base64,R0lGODdhAQABAPAAAMPDwwAAACwAAAAAAQABAAACAkQBADs=)](https://www.riderscr.com/wp-content/uploads/2024/04/Family-ATV-Tour.webp)\n\n[![Jungle-Tour-ATV](data:image/gif;base64,R0lGODdhAQABAPAAAMPDwwAAACwAAAAAAQABAAACAkQBADs=)](https://www.riderscr.com/wp-content/uploads/2024/04/Jungle-Tour-oin-ATV.webp)\n\n[![Jungle-Trails-ATV-Tour](data:image/gif;base64,R0lGODdhAQABAPAAAMPDwwAAACwAAAAAAQABAAACAkQBADs=)](https://www.riderscr.com/wp-content/uploads/2024/04/Jungle-Trails-ATV-Tour.webp)\n\n[![Ladies-Tours-in-Jaco-Beach](data:image/gif;base64,R0lGODdhAQABAPAAAMPDwwAAACwAAAAAAQABAAACAkQBADs=)](https://www.riderscr.com/wp-content/uploads/2024/04/Ladies-Tours-in-Jaco-Beach.webp)\n\n[![Quad-Tours-in-Costa-Rica](data:image/gif;base64,R0lGODdhAQABAPAAAMPDwwAAACwAAAAAAQABAAACAkQBADs=)](https://www.riderscr.com/wp-content/uploads/2024/04/Quad-Tours-in-Costa-Rica.webp)\n\n[![Riders-Adventures-Tours](data:image/gif;base64,R0lGODdhAQABAPAAAMPDwwAAACwAAAAAAQABAAACAkQBADs=)](https://www.riderscr.com/wp-content/uploads/2024/04/Riders-Adventures-Tours.webp)\n\n[![River-ATV-Tour](data:image/gif;base64,R0lGODdhAQABAPAAAMPDwwAAACwAAAAAAQABAAACAkQBADs=)](https://www.riderscr.com/wp-content/uploads/2024/04/River-ATV-Tour.webp)\n\n[![Jaco-Beach-ATV-Tours](data:image/gif;base64,R0lGODdhAQABAPAAAMPDwwAAACwAAAAAAQABAAACAkQBADs=)](https://www.riderscr.com/wp-content/uploads/2024/04/Jaco-Beach-ATV-Tours.webp)\n\n-   Customer Satisfaction 99% 99%\n\n## Jaco beach ATV tours Description:\n\nThis 2-hour ATV adventure starts in our operation centre with a driving test lab, here our certificated tour guide will introduce the vehicle features and explain how to use it safely and with proficiency. Once you have the proper knowledge and practice, we will go out from our offices to the jungle trails up to our landscape ocean view at the top of the mountain. Then we drive down through the jungle where we will cross the river several times before take our way to the beach, passing by a traditional village. The last stop will be at the beach before returning to our centre.\n\n[Check Availability](https://widget.ticando.net/XKXINaimaCHBqAFjsvVOXMppmPNYQLhnVGvifeVGhcIYcNIVJdkgpZWbojAFuhsQnpyTUU/trayecto/1/1)\n\n\n\n#### Riders Adventures\n\nMeeting Point – Safety Lab\n\n\n\n#### Quebrada Hills\n\nOcean View Spot\n\n\n\n#### Local Village\n\nSightseeing\n\n\n\n#### Agujas River\n\nOff-road adventure, River drafts\n\n\n\n#### Agujas Beach\n\nBeach visit and break\n\n\n\n#### Off Roads\n\nWay back to the meeting point\n\n\n\n#### Riders Adventures\n\nMeeting Point\n\n### Included in this activity\n\n-   Jungle trails\n-   River paths\n-   Beach visit\n-   Landscape mountain top with ocean view\n-   Guided Tour\n-   Automatic Vehicles\n-   Single and double ATVs available\n-   24 hrs refundable cancellation policy\n-   2hrs activity\n-   Certified tour guide\n-   Insurance\n-   Equipment\n-   All taxes\n-   A bottle of water\n\n### To Keep in consideration\n\n-   License is required (A1 or B1)\n-   Kids over 10 years old are welcome as passengers\n-   A  credit card deposit against vehicle damage will be asked\n-   Sunscreen\n-   Bugs repellent\n-   Sunglasses\n-   Extra clothes (you will be getting wet)\n-   Closed shoes. No sandals, flip-flops, or open-toed shoes\n-   The maximum weight is 120 kg\n-   \\*Kids under 10 can go on buggy tours\n\n### Cancellation Policy\n\nYou can cancel this activity without charge 24 hours before the activity start time.\n\nCancellation within 24 hours will not receive any refund\n\nRefunds are regularly taken from 24 to 72 hrs to be reflected in your account.\n\nYour money is protected by [UTourSite](http://www.utoursite.com/) and [Trust My Travel](https://www.trustmytravel.com/)\n\n[Book Now](https://widget.ticando.net/WilinHHCeIuxmoeYyLsGXBtFYMVieaDBJpjwwrybztZliELhPDnmEgsctOLYoOZxEKvBBu/cs/1/119)\n\n[![Double-ATV-Tour](data:image/gif;base64,R0lGODdhAQABAPAAAMPDwwAAACwAAAAAAQABAAACAkQBADs=)](https://www.riderscr.com/atv-tour-in-costa-rica/2-hours-atv-tour/)\n\n#### [2 hrs option $69.00 - Likely to sell out](https://www.riderscr.com/atv-tour-in-costa-rica/2-hours-atv-tour/)\n\nThis is the most booked option. Ideal for not experienced ATV drivers.\n\n[Book Now](https://widget.ticando.net/XKXINaimaCHBqAFjsvVOXMppmPNYQLhnVGvifeVGhcIYcNIVJdkgpZWbojAFuhsQnpyTUU/trayecto/1/1)\n\n[![Jungle-Tour-ATV](data:image/gif;base64,R0lGODdhAQABAPAAAMPDwwAAACwAAAAAAQABAAACAkQBADs=)](https://www.riderscr.com/atv-tour-in-costa-rica/3-hours-atv-tour/)\n\n#### [3 hrs option $95.00](https://www.riderscr.com/atv-tour-in-costa-rica/3-hours-atv-tour/)\n\nBook this option if you like extra time to enjoy more your journey\n\n[Book Now](https://widget.ticando.net/XKXINaimaCHBqAFjsvVOXMppmPNYQLhnVGvifeVGhcIYcNIVJdkgpZWbojAFuhsQnpyTUU/trayecto/2/1)\n\n[![Quad-Tours-in-Costa-Rica](data:image/gif;base64,R0lGODdhAQABAPAAAMPDwwAAACwAAAAAAQABAAACAkQBADs=)](https://www.riderscr.com/atv-tour-in-costa-rica/4-hours-atv-tour/)\n\n#### [4 hrs option $119.90](https://www.riderscr.com/atv-tour-in-costa-rica/4-hours-atv-tour/)\n\nThis option is created for those adventurous hearts. Hidden spots…\n\n[Book Now](https://widget.ticando.net/XKXINaimaCHBqAFjsvVOXMppmPNYQLhnVGvifeVGhcIYcNIVJdkgpZWbojAFuhsQnpyTUU/trayecto/5/1)\n\n## Check out our Side by Side tours also known as Buggies\n\n[![Punta Leona ATV and SxS tour](data:image/gif;base64,R0lGODdhAQABAPAAAMPDwwAAACwAAAAAAQABAAACAkQBADs=)](https://www.riderscr.com/side-by-side-tours-in-costa-rica/buggy-tour-2hrs/)\n\n#### [2 hrs Buggy $76.84 - Likely to sell out](https://www.riderscr.com/side-by-side-tours-in-costa-rica/buggy-tour-2hrs/)\n\nCheck passengers’ prices, Kids are welcome\n\n[Book Now](https://widget.ticando.net/XKXINaimaCHBqAFjsvVOXMppmPNYQLhnVGvifeVGhcIYcNIVJdkgpZWbojAFuhsQnpyTUU/trayecto/7/2)\n\n[![Side by Side tour Costa Rica](data:image/gif;base64,R0lGODdhAQABAPAAAMPDwwAAACwAAAAAAQABAAACAkQBADs=)](https://www.riderscr.com/side-by-side-tours-in-costa-rica/buggy-tour-3hours/)\n\n#### [3 hrs option $93.79](https://www.riderscr.com/side-by-side-tours-in-costa-rica/buggy-tour-3hours/)\n\nFamilies, groups, couples are welcome\n\n[Book Now](https://widget.ticando.net/XKXINaimaCHBqAFjsvVOXMppmPNYQLhnVGvifeVGhcIYcNIVJdkgpZWbojAFuhsQnpyTUU/trayecto/8/2)\n\n[![Side by Side tour Punta Leona Costa Rica](data:image/gif;base64,R0lGODdhAQABAPAAAMPDwwAAACwAAAAAAQABAAACAkQBADs=)](https://www.riderscr.com/side-by-side-tours-in-costa-rica/side-by-side-tour-punta-leona/)\n\n#### [4 hrs option $130.63](https://www.riderscr.com/side-by-side-tours-in-costa-rica/side-by-side-tour-punta-leona/)\n\nMore time more fun, everyone is welcome\n\n[Book Now](https://widget.ticando.net/XKXINaimaCHBqAFjsvVOXMppmPNYQLhnVGvifeVGhcIYcNIVJdkgpZWbojAFuhsQnpyTUU/trayecto/9/2)\n\n### Safety is Our Top Priority\n\nAt Riders Adventures, safety is our top priority. We provide well-maintained vehicles that are suitable for all terrains, and we equip all riders with the necessary safety gear. Our experienced guides will also give you a comprehensive safety briefing before each tour, so you can have peace of mind knowing you’re in good hands.\n\n### Thrilling and Immersive Experience of Jaco Beach\n\nBut it’s not just about safety – we also prioritize fun! Our tours are designed to give you a thrilling and immersive experience of the natural beauty and rich culture of Jaco Beach. You’ll get to explore hidden trails, discover local wildlife, and learn about the fascinating history and traditions of the area from our knowledgeable guides.\n\n### Book Your Adventure Today, Skip the line, and ensure you schedule by booking in advance\n\nDon’t settle for a boring beach vacation – come join us at Riders Adventures ATV Tours and make some unforgettable memories that you’ll be talking about for years to come! Book your tour now and get ready for the ride of a lifetime.\n\n## Frequently Asked Questions\n\nIf you do not find the answer to the question you are looking for, feel free to contact us.\n\n### Is a driver license required to drive?\n\nYes!\n\nIt is mandatory to hold a driver’s license to drive any of our vehicles. US, Canada, UK, EU, and all Latin America licenses are accepted in Costa Rica.\n\n### How much is the deposit?\n\nThe deposit will be taken in Credit Card or Cash. It will depend on the vehicle category and the group size. It can be between $200 to $500. The deposit is per group and not per person or vehicle.\n\n### When you release my Credit Card?\n\nWe release your credit card immediately after the tour ends. \n\n### Are there weight restrictions for the ATVs and UTVs\n\nYes! The ATV’s maximum weight is 220 pounds, and the Buggy/Side by Side/UTV is 1000 pounds.\n\n### Do you have parking if we drive ourselves?\n\nYes, we do have parking in our park where you can pace your vehicle without worries, the park is monitored by our security cameras.\n\n### Is the tour running even with bad weather conditions?\n\nWhat is bad for some is great for others!\n\nWe operate the tour during the rainy season and sometimes\n\nWe vary our routes to always offer safety and a good experience.\n\n### What the minimum age to join the ATV and Buggy Tours?\n\nWe offer ATVs for two people, the driver must hold a driver’s license and the accompanying must be over 10 years old.\n\nIn a buggy the rule is different, kids over 1 year old can enjoy this activity. We will provide a safety seat or booster.\n\n### Children can enjoy all activities?\n\nOn ATVs, accompanying must be over 10 years old.\n\nIn a buggy the rule is different, kids over 1 year old can enjoy this activity. We will provide a safety seat or booster.\n\nBoat tours are recommended for kids over 1 year old.\n\n**\\*\\*Parents and documents should be shown at the check in**\n\n### Is there a place to store items?\n\nYes! We have some lockers where you can store your items in a safe way.\n\n### Is the price the same for locals and foreigners?\n\nYes, it is the same price for locals and foreigners.\n\n### Can I ride if I’m pregnant?\n\nNo! We do not recommend our activities if you are pregnant.\n\n### Where the tour takes place?\n\nWe are located just 15 minutes from Jaco Beach and 5 Minutes from Tarcoles.\n\nYou can find us out on Google Maps and Waze just by entering Riders Adventures.\n\nOur official address is: Pacífica Fernández Oreamuno, 100 mts north of Hotel and Club Punta Leona main entrance, Quebrada Ganado Tarcoles, Puntarenas Province, Garabito, 61102\n",
  "markdownStats": {
    "images": 0,
    "links": 0,
    "tables": 0,
    "codeBlocks": 0,
    "headings": 3
  },
  "tokens": {
    "htmlTokens": 65306,
    "markdownTokens": 215,
    "reduction": 65091,
    "reductionPercent": 100
  },
  "score": {
    "score": 72,
    "grade": "C",
    "rubricVersion": 2,
    "dimensions": {
      "accessibility": {
        "score": 90,
        "weight": 30,
        "grade": "A",
        "checks": {
          "content_without_js": {
            "score": 100,
            "weight": 55,
            "evidence": "proven",
            "details": "Content available without JavaScript"
          },
          "fast_content_position": {
            "score": 75,
            "weight": 25,
            "evidence": "plausible",
            "details": "Main content starts at 33% of HTML"
          },
          "reasonable_page_size": {
            "score": 80,
            "weight": 20,
            "evidence": "plausible",
            "details": "Page size: 205KB"
          }
        }
      },
      "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: WebPage, ImageObject, BreadcrumbList, WebSite, Organization"
          },
          "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: 139 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": 52,
        "weight": 15,
        "grade": "D",
        "checks": {
          "proper_heading_hierarchy": {
            "score": 20,
            "weight": 30,
            "evidence": "plausible",
            "details": "2 <h1> elements (should be 1), 4 heading level skip(s)"
          },
          "uses_article_or_main": {
            "score": 100,
            "weight": 25,
            "evidence": "plausible",
            "details": "Has <article>"
          },
          "semantic_elements": {
            "score": 3,
            "weight": 20,
            "evidence": "plausible",
            "details": "4 semantic elements, 382 divs (ratio: 1%)"
          },
          "meaningful_alt_texts": {
            "score": 100,
            "weight": 15,
            "evidence": "plausible",
            "details": "24/24 images with meaningful alt text"
          },
          "low_div_nesting": {
            "score": 57,
            "weight": 10,
            "evidence": "speculative",
            "details": "Avg div depth: 9.3, max: 16"
          }
        }
      },
      "contentEfficiency": {
        "score": 55,
        "weight": 10,
        "grade": "D",
        "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.5% (1064 content chars / 209421 HTML bytes)"
          },
          "reasonable_page_weight": {
            "score": 50,
            "weight": 20,
            "evidence": "speculative",
            "details": "HTML size: 205KB"
          },
          "minimal_inline_styles": {
            "score": 50,
            "weight": 10,
            "evidence": "speculative",
            "details": "14/932 elements with inline styles (1.5%)"
          }
        }
      }
    }
  },
  "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": "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": "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": 3.6,
      "maxImpact": 4.5,
      "evidence": "plausible",
      "checkScore": 20,
      "checkDetails": "2 <h1> elements (should be 1), 4 heading level skip(s)"
    },
    {
      "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.5% (1064 content chars / 209421 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": "4 semantic elements, 382 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": "remove_inline_styles",
      "priority": "low",
      "category": "contentEfficiency",
      "titleKey": "rec.remove_inline_styles.title",
      "descriptionKey": "rec.remove_inline_styles.description",
      "howToKey": "rec.remove_inline_styles.howto",
      "effort": "moderate",
      "estimatedImpact": 0.5,
      "maxImpact": 1,
      "evidence": "speculative",
      "checkScore": 50,
      "checkDetails": "14/932 elements with inline styles (1.5%)"
    }
  ],
  "llmsTxtPreview": "# Riders Adventures\n\n> Riders Adventures ATV Tours in the Jaco Beach area is the most acclaimed ATV operator, known for its small groups and personalized services\n\n## Main\n- [ATV tours in Jaco Beach](https://www.riderscr.com/): Riders Adventures ATV Tours in the Jaco Beach area is the most acclaimed ATV operator, known for its small groups and p…\n- [About Us](https://www.riderscr.com/about-us/)\n- [Best Deals](https://www.riderscr.com/all-adventures/)\n- [ATV Tours](https://www.riderscr.com/atv-tour-in-costa-rica/)\n- [2 Hrs Adventure](https://www.riderscr.com/atv-tour-in-costa-rica/2-hours-atv-tour/)\n- [3 Hrs Adventure](https://www.riderscr.com/atv-tour-in-costa-rica/3-hours-atv-tour/)\n- [4 Hrs Adventure](https://www.riderscr.com/atv-tour-in-costa-rica/4-hours-atv-tour/)\n- [Buggies](https://www.riderscr.com/side-by-side-tours-in-costa-rica/)\n- [2 Hrs Adventure](https://www.riderscr.com/side-by-side-tours-in-costa-rica/buggy-tour-2hrs/)\n- [3 Hrs Adventure](https://www.riderscr.com/side-by-side-tours-in-costa-rica/buggy-tour-3hours/)\n\n## Legal\n- [Terms & Conditions](https://www.riderscr.com/terms-and-conditions-policies)\n\n",
  "llmsTxtExisting": null,
  "emergingProtocols": {
    "oauthProtectedResource": {
      "exists": false,
      "url": "https://www.riderscr.com/.well-known/oauth-protected-resource"
    },
    "oauthDiscovery": {
      "exists": false,
      "url": "https://www.riderscr.com/.well-known/oauth-authorization-server"
    },
    "mcpServerCard": {
      "exists": false,
      "url": "https://www.riderscr.com/.well-known/mcp/server-card.json",
      "draft": true
    },
    "a2aAgentCard": {
      "exists": false,
      "url": "https://www.riderscr.com/.well-known/agent-card.json"
    },
    "apiCatalog": {
      "exists": false,
      "url": "https://www.riderscr.com/.well-known/api-catalog"
    },
    "agentSkills": {
      "exists": false,
      "url": "https://www.riderscr.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": "# Riders Adventures\n\n> Riders Adventures ATV Tours in the Jaco Beach area is the most acclaimed ATV operator, known for its small groups and personalized services\n\n## Main\n- [ATV tours in Jaco Beach](https://www.riderscr.com/): Riders Adventures ATV Tours in the Jaco Beach area is the most acclaimed ATV operator, known for its small groups and p…\n- [About Us](https://www.riderscr.com/about-us/)\n- [Best Deals](https://www.riderscr.com/all-adventures/)\n- [ATV Tours](https://www.riderscr.com/atv-tour-in-costa-rica/)\n- [2 Hrs Adventure](https://www.riderscr.com/atv-tour-in-costa-rica/2-hours-atv-tour/)\n- [3 Hrs Adventure](https://www.riderscr.com/atv-tour-in-costa-rica/3-hours-atv-tour/)\n- [4 Hrs Adventure](https://www.riderscr.com/atv-tour-in-costa-rica/4-hours-atv-tour/)\n- [Buggies](https://www.riderscr.com/side-by-side-tours-in-costa-rica/)\n- [2 Hrs Adventure](https://www.riderscr.com/side-by-side-tours-in-costa-rica/buggy-tour-2hrs/)\n- [3 Hrs Adventure](https://www.riderscr.com/side-by-side-tours-in-costa-rica/buggy-tour-3hours/)\n\n## Legal\n- [Terms & Conditions](https://www.riderscr.com/terms-and-conditions-policies)\n\n",
      "filename": "/llms.txt"
    },
    {
      "id": "fix_heading_hierarchy",
      "title": "Fix heading hierarchy",
      "description": "Your page has 2 <h1> elements. Keep only one. Demote the rest to <h2>.",
      "language": "html",
      "code": "<!-- Keep only one <h1> per page -->\n<h1>ATV tours in Jaco Beach</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://www.riderscr.com/</loc>\n    <lastmod>2026-08-11</lastmod>\n  </url>\n</urlset>",
      "filename": "/sitemap.xml"
    },
    {
      "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로 www.riderscr.com 검사하기

배지 삽입

이 배지를 사이트에 추가하세요. AI 준비도 점수가 변경되면 자동으로 업데이트됩니다.

AgentReady.md score for www.riderscr.com
Script 권장
<script src="https://agentready.md/badge.js" data-id="1dc6645e-0a1e-4198-a24a-7a0f1d424b88" data-domain="www.riderscr.com"></script>
Markdown
[![AgentReady.md score for www.riderscr.com](https://agentready.md/badge/www.riderscr.com.svg)](https://agentready.md/ko/r/riderscr.com)

곧 출시: 전체 도메인 분석

전체 도메인을 크롤링하고, llms.txt를 생성하고, AI 준비도 점수를 시간에 따라 모니터링하세요. 대기자 명단에 등록하여 알림을 받으세요.

명단에 등록되었습니다! 서비스 출시 시 알려드리겠습니다.