분석된 URL
https://listen.doctor/en
측정: 5일 전
이 사이트는 AI 크롤러에 다르게 응답합니다
이 페이지를 두 번 요청했습니다. 일반 클라이언트로는 HTTP 200을 받았고, OAI-SearchBot(ChatGPT 검색 색인에 페이지를 넣는 크롤러)이라고 밝히자 HTTP 403를 받았습니다. 사이트 앞단의 무언가가 요청자에 따라 걸러내고 있습니다.
이 검사는 저희 서버에서 보내며, Cloudflare는 크롤러를 이름이 아니라 IP 주소로 검증합니다. 따라서 이 거부는 크롤러를 사칭하는 클라이언트를 겨냥한 것이고 진짜 크롤러는 통과하고 있을 수도 있습니다. 외부에서는 구분할 수 없습니다. Cloudflare의 봇 규칙을 확인해 어느 쪽인지 살펴보세요. 크롤러가 페이지에 도달하지 못한다면 이 보고서의 다른 항목은 의미가 없습니다.
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 헤더 추가.
측정 결과 Missing <article> and <main> elements
페이지에 <article> 또는 <main> 요소가 없습니다. 이 시맨틱 컨테이너는 AI 에이전트가 주요 콘텐츠 영역을 식별하고 내비게이션, 사이드바, 푸터를 무시하는 데 도움을 줍니다.
구현 방법
페이지의 주요 콘텐츠 주위에 <main> 요소를 추가하고, 블로그 게시물이나 제품 설명 같은 독립적인 콘텐츠 블록에는 <article>을 사용하세요.
측정 결과 1/5 AI search bots blocked: Amazonbot. Additionally: This origin answers 200 to an ordinary client but 403 to a client identifying as OAI-SearchBot, behind Cloudflare. Whether the verified crawler is also turned away cannot be determined from outside: check the bot rules in your Cloudflare dashboard.
robots.txt가 일부 AI 봇(GPTBot, ClaudeBot, PerplexityBot)을 차단하고 있습니다. 이로 인해 AI 에이전트가 콘텐츠를 색인할 수 없습니다.
구현 방법
robots.txt를 업데이트하여 AI 봇을 허용하세요. GPTBot, ClaudeBot, PerplexityBot에 대한 명시적 Allow 규칙을 추가하세요.
측정 결과 4 heading level skip(s)
제목 구조에 문제가 있습니다 (레벨 건너뛰기 또는 다중 h1 태그). 깔끔한 계층 구조는 AI 에이전트가 콘텐츠 구성을 이해하는 데 도움을 줍니다.
구현 방법
페이지당 정확히 하나의 <h1>을 유지하고, 제목이 순차적 순서를 따르도록 하세요: h1 > h2 > h3. 레벨을 건너뛰지 마세요 (예: h1에서 바로 h3).
측정 결과 No llms.txt found
사이트에 llms.txt 파일이 없습니다. AI 에이전트가 사이트 구조를 이해하도록 돕는 새로운 표준입니다.
구현 방법
llmstxt.org 사양에 따라 /llms.txt 파일을 만드세요. 사이트 설명과 주요 페이지 링크를 포함하세요.
측정 결과 16 semantic elements, 236 divs (ratio: 6%)
페이지가 <div> 요소에 크게 의존합니다. <section>, <nav>, <header>, <footer>, <aside> 같은 시맨틱 요소는 AI 에이전트에게 의미 있는 구조를 제공합니다.
구현 방법
범용 <div> 컨테이너를 적절한 시맨틱 요소로 교체하세요. 주제별 그룹에는 <section>, 내비게이션에는 <nav>, 페이지/섹션 헤더와 푸터에는 <header>/<footer>를 사용하세요.
측정 결과 10/767 elements with inline styles (1.3%)
많은 요소에 인라인 스타일 속성이 있습니다. 이는 콘텐츠를 추출하는 AI 에이전트에게 잡음이 됩니다.
구현 방법
모든 인라인 스타일을 스타일시트의 CSS 클래스로 이동하세요. 많은 고유 스타일이 필요하면 Tailwind 같은 유틸리티 CSS 프레임워크를 사용하세요.

## Turn every visit into clinical knowledge
Multilingual transcription Automatic SOAP notes GDPR and HIPAA compliant
01
### Transcribe
Transform clinical conversations or dictations into editable, clinically contextualized text.
02
### Summarize
Distill and highlight key aspects of the conversation into a clear, actionable summary.
03
### Structure
Convert voice into customized clinical templates, automatically tagged with international coding standards (ICD-10, SNOMED).
04
### Integrate
Easily incorporate generated information into the patient's medical record.
05
### Coordinate
Facilitate care continuity by making structured clinical information available to different professionals, teams, and care levels securely.
06
### Support clinical decisions
Provide clinically accurate, real-time responses using specialty-adapted clinical reasoning models throughout the care process.
Maximum protection
## Security and Privacy
Data protection designed for clinical environments: traceability, control, and compliance from day one.
- #### Regulatory compliance
Aligned with GDPR and HIPAA, the strictest regulations.
- #### Isolated data
Models in secure containers; information never leaves.
- #### No third parties
We don't share or send data to external servers.
- #### No external training
Your information is NOT used to train third-party models.
- #### ISO/IEC 27001 certification
Information security management system certified by AENOR.
Chrome Safari Android iOS
#### No installation
No installation needed: start in minutes from Chrome or Safari.
#### API available
Fast and secure integration with your systems and processes.
#### 8 languages
Multilingual: documentation in the language you choose, with native support.
#### Adaptable models
Specialty-adapted: templates and outputs tailored to visit type and clinical context.
0
Minutes saved per visit
0%
Less documentation
+0
Productive hour per day
**Reduce administrative burden**, standardize notes, avoid documentation errors, and optimize schedules. More time for what really matters.
Medical scribes are 20th century technology. We're in 2026.
Availability
Business hours, vacations, sick leave
**24/7/365** no excuses
Access to clinical guidelines
Doesn't know they exist
**Integrated and updated**
Hospital protocols
Ignores them completely
**Customized per center**
Scalability
1 scribe = 1 doctor
**Unlimited**, marginal cost ~0
Medical knowledge
Zero clinical training
**Trained** on medical literature
Source citation
Impossible
**Every response** with references
Response time
Real-time (just writes)
**<3 seconds** with context
### We're not an IT company. We're a healthcare company### We operate under medical criteria and regulation, ensuring service continuity as part of the healthcare environment, not just another technology tool.
01
#### Clinical validation
Implementing AI in healthcare requires technological excellence but above all safety and clinical rigor.
02
#### Customization & Integration
Healthcare complexity requires customization: We adapt to the clinical workflow, not the other way around.
03
#### Transcribing ≠ Thinking
Not just transcription: it organizes, structures, and helps convert conversation into useful clinical notes for care continuity.
04
#### Scalability & Continuity
We're facing new and transformative technology. Listen.Doctor guarantees scalability: functional, regulatory, operational.
05
#### Connected to innovation ecosystems
We work with leading institutions in research, clinical practice, and healthcare innovation.
06
#### Compliance
Privacy, control, and traceability to reduce risks and comply with applicable policies and regulations.
### Still doubting?
While you think about it, your competition is already saving **2 hours daily** per doctor.
[Try free and see for yourself](https://listen.doctor/en#contact) No card. No commitment. No excuses.
I had the opportunity to use Listen Doctor in my geriatrics practice and I found it wonderful because it allowed me to focus 100% on my patient without having to look at a screen or keyboard. The consultation felt more pleasant with greater human contact, which I consider essential with geriatric patients who need the doctor to use all their senses to interpret the patient's signs, symptoms, and needs. Sometimes having verbal and non-verbal communication makes the difference for our patients and Listen Doctor enables that.
#### Dr. Juan Guillermo Rodríguez Ayala
Physician specialized in internal medicine and geriatrics subspecialty
In geriatric care, communication is vital... With Listen.Doctor we hope to improve that care, focusing on the conversation and saving transcription time.

#### Dr. Leocadio Rodríguez Mañas
Head of Geriatrics, Hospital U. de Getafe
Listen Doctor is an artificial intelligence tool that I use in my daily practice and has allowed me to significantly reduce the administrative burden so I can truly focus on patient care. When I explain that the consultation will be transcribed so I can listen with full attention, acceptance is immediate and the visit becomes more relaxed and fluid. Furthermore, it is a closed information environment for each user, which allows for data privacy protection. I find it very easy to create custom templates according to my needs and, as an added value, it facilitates the preparation of medical reports for insurance companies. The ICD-11 classification generated from the clinical transcription is accurate and reliable, making it a tool that truly improves patient care in private practice.
MM
#### Dra. María Dolores de la Mata Moya
Radiation Oncologist, Head of Radiotherapy, Centro Médico ABC, Mexico City
- 3 daily transcriptions
- Non-priority support
- Weekly data retention
- Custom templates
- No credit card required
Recommended
- Custom templates
- Unlimited transcriptions1,2
- With reasoning
- Access to new features
- Control panel
- Everything in Pro
- Unlimited reports
- API integration
- Custom integration
- LLM customization
1 Includes visits or actions performed. 2 Subject to fair use policy.
Conditions in [Terms of Service](https://listen.doctor/en/main/terms).
It captures the visit in real-time, generates a structured summary, and exports clinical notes (e.g., SOAP) to save time and reduce documentation errors.
Yes. Designed with privacy and compliance (GDPR/HIPAA), with isolation by design and no use of your data to train third-party models.
Yes. You can generate documentation in your preferred language thanks to native multilingual support.
No. It works from Chrome or Safari and is also available on Android and iOS.
We collaborate with
Listen.Doctor | AI Medical Scribe 
[
Listen.Doctor](https://listen.doctor/en#)
ES Español EN English CA Català FR Français IT Italiano PT Português GL Galego EU Euskara VA Valencià
# Turn every visit into clinical knowledge
Multilingual transcription Automatic SOAP notes GDPR and HIPAA compliant
[Try it free now!](https://listen.doctor/en#contact)
Power your practice## Key Features
Advanced clinical functionalities that convert medical conversations into structured, interoperable, and clinically relevant documentation in seconds
01
### Transcribe
Transform clinical conversations or dictations into editable, clinically contextualized text.
02
### Summarize
Distill and highlight key aspects of the conversation into a clear, actionable summary.
03
### Structure
Convert voice into customized clinical templates, automatically tagged with international coding standards (ICD-10, SNOMED).
04
### Integrate
Easily incorporate generated information into the patient's medical record.
05
### Coordinate
Facilitate care continuity by making structured clinical information available to different professionals, teams, and care levels securely.
06
### Support clinical decisions
Provide clinically accurate, real-time responses using specialty-adapted clinical reasoning models throughout the care process.
Maximum protection## Security and Privacy
Data protection designed for clinical environments: traceability, control, and compliance from day one.
- #### Regulatory compliance
Aligned with GDPR and HIPAA, the strictest regulations.
- #### Isolated data
Models in secure containers; information never leaves.
- #### No third parties
We don't share or send data to external servers.
- #### No external training
Your information is NOT used to train third-party models.
- #### ISO/IEC 27001 certification
Information security management system certified by AENOR.
Connect everything## Frictionless integrations
Connect Listen.Doctor with your clinical ecosystem and maintain your workflow.
Chrome Safari Android iOS
#### No installation
No installation needed: start in minutes from Chrome or Safari.
#### API available
Fast and secure integration with your systems and processes.
#### 8 languages
Multilingual: documentation in the language you choose, with native support.
#### Adaptable models
Specialty-adapted: templates and outputs tailored to visit type and clinical context.
Real results## Proven Benefits
Metrics that transform your medical practice
0
Minutes saved per visit
0%
Less documentation
+0
Productive hour per day
**Reduce administrative burden**, standardize notes, avoid documentation errors, and optimize schedules. More time for what really matters.
Compare and decide## Why choose Listen.Doctor?
The difference between transcribing and **understanding**.
Medical scribes are 20th century technology. We're in 2026.
Capability
Scribes / Nuance
Listen.Doctor
Availability
Business hours, vacations, sick leave
**24/7/365** no excuses
Access to clinical guidelines
Doesn't know they exist
**Integrated and updated**
Hospital protocols
Ignores them completely
**Customized per center**
Scalability
1 scribe = 1 doctor
**Unlimited**, marginal cost ~0
Medical knowledge
Zero clinical training
**Trained** on medical literature
Source citation
Impossible
**Every response** with references
Response time
Real-time (just writes)
**<3 seconds** with context
### We're not an IT company. We're a healthcare company### We operate under medical criteria and regulation, ensuring service continuity as part of the healthcare environment, not just another technology tool.
01
#### Clinical validation
Implementing AI in healthcare requires technological excellence but above all safety and clinical rigor.
02
#### Customization & Integration
Healthcare complexity requires customization: We adapt to the clinical workflow, not the other way around.
03
#### Transcribing ≠ Thinking
Not just transcription: it organizes, structures, and helps convert conversation into useful clinical notes for care continuity.
04
#### Scalability & Continuity
We're facing new and transformative technology. Listen.Doctor guarantees scalability: functional, regulatory, operational.
05
#### Connected to innovation ecosystems
We work with leading institutions in research, clinical practice, and healthcare innovation.
06
#### Compliance
Privacy, control, and traceability to reduce risks and comply with applicable policies and regulations.
### Still doubting?
While you think about it, your competition is already saving **2 hours daily** per doctor.
[Try free and see for yourself](https://listen.doctor/en#contact) No card. No commitment. No excuses.
Testimonials## What professionals say
Doctors who already trust Listen.Doctor
I had the opportunity to use Listen Doctor in my geriatrics practice and I found it wonderful because it allowed me to focus 100% on my patient without having to look at a screen or keyboard. The consultation felt more pleasant with greater human contact, which I consider essential with geriatric patients who need the doctor to use all their senses to interpret the patient's signs, symptoms, and needs. Sometimes having verbal and non-verbal communication makes the difference for our patients and Listen Doctor enables that.
JG
#### Dr. Juan Guillermo Rodríguez AyalaPhysician specialized in internal medicine and geriatrics subspecialty
In geriatric care, communication is vital... With Listen.Doctor we hope to improve that care, focusing on the conversation and saving transcription time.

#### Dr. Leocadio Rodríguez MañasHead of Geriatrics, Hospital U. de Getafe
Listen Doctor is an artificial intelligence tool that I use in my daily practice and has allowed me to significantly reduce the administrative burden so I can truly focus on patient care. When I explain that the consultation will be transcribed so I can listen with full attention, acceptance is immediate and the visit becomes more relaxed and fluid. Furthermore, it is a closed information environment for each user, which allows for data privacy protection. I find it very easy to create custom templates according to my needs and, as an added value, it facilitates the preparation of medical reports for insurance companies. The ICD-11 classification generated from the clinical transcription is accurate and reliable, making it a tool that truly improves patient care in private practice.
MM
#### Dra. María Dolores de la Mata MoyaRadiation Oncologist, Head of Radiotherapy, Centro Médico ABC, Mexico City
Plans and pricing## Choose your plan
Solutions tailored to every professional need
Monthly Annual
### Free
0 €
For testing
Placeholder
- 3 daily transcriptions
- Non-priority support
- Weekly data retention
- Custom templates
- No credit card required
[Start free](https://listen.doctor/en/panel/login)
Recommended
### Pro
59 €
Save 13%
per user / month
For growing teams
Play Recording
- Custom templates
- Unlimited transcriptions1,2
- With reasoning
- Access to new features
- Control panel
[Start trial](https://listen.doctor/en#)
### Enterprise
For large organizations
Placeholder
- Everything in Pro
- Unlimited reports
- API integration
- Custom integration
- LLM customization
[Contact us!](https://listen.doctor/en#contact)
1 Includes visits or actions performed. 2 Subject to fair use policy.
Conditions in [Terms of Service](https://listen.doctor/en/main/terms).
Resolving your doubts## Frequently Asked Questions
#### How does Listen.Doctor improve consultations?
It captures the visit in real-time, generates a structured summary, and exports clinical notes (e.g., SOAP) to save time and reduce documentation errors.
#### Is the data secure?
Yes. Designed with privacy and compliance (GDPR/HIPAA), with isolation by design and no use of your data to train third-party models.
#### Is it multilingual?
Yes. You can generate documentation in your preferred language thanks to native multilingual support.
#### Do I need to install anything?
No. It works from Chrome or Safari and is also available on Android and iOS.
## Be part of the future of medicine
Join the teams already freeing up clinical time and standardizing notes securely.
[Start free now](https://listen.doctor/en/panel/login)
Contact## Let's talk?
Tell us about your practice and we'll help you get started
Name
Email
Message
Send message
### Thank you for contacting us!
We'll respond as soon as possible.
We collaborate with
                 
이 파일을 서버의 /en.md에 업로드하여 AI 에이전트가 페이지의 깔끔한 버전에 접근할 수 있게 하세요. Accept: text/markdown 콘텐츠 협상을 설정하여 자동으로 제공할 수도 있습니다.
이 단일 페이지용으로 생성된 llms.txt
# listen.doctor > Listen.Doctor captures multi-language consultations, generates structured SOAP notes, and automates summaries. ## Main - [Listen.Doctor | AI Medical Scribe](https://listen.doctor/en): Listen.Doctor captures multi-language consultations, generates structured SOAP notes, and automates summaries. - [Features](https://listen.doctor/) - [Login](https://listen.doctor/en/panel/login) ## Legal - [Privacy](https://listen.doctor/en/main/terms)
전체 llms.txt는 도메인 전체 분석이 필요합니다 (곧 출시)
이 파일을 도메인 루트의 https://listen.doctor/llms.txt에 업로드하세요. ChatGPT, Claude, Perplexity 등의 AI 에이전트가 이 파일을 확인하여 사이트 구조를 파악합니다.
접근성
Content available without JavaScript
Main content starts at 15% of HTML
Page size: 67KB
AI 발견 가능성
1/5 AI search bots blocked: Amazonbot. Additionally: This origin answers 200 to an ordinary client but 403 to a client identifying as OAI-SearchBot, behind Cloudflare. Whether the verified crawler is also turned away cannot be determined from outside: check the bot rules in your Cloudflare dashboard.
Sitemap found
robots.txt exists
No llms.txt found
구조화 데이터
JSON-LD found: Organization, SoftwareApplication
All OG tags present
Meta description: 110 chars
Canonical URL present
lang="en"
시맨틱 HTML
4 heading level skip(s)
Missing <article> and <main> elements
16 semantic elements, 236 divs (ratio: 6%)
18/20 images with meaningful alt text (1 decorative, not counted)
Avg div depth: 2.4, max: 5
콘텐츠 효율성
92% token reduction (HTML→Markdown)
Content ratio: 21.7% (14880 content chars / 68440 HTML bytes)
HTML size: 67KB
10/767 elements with inline styles (1.3%)
{
"url": "https://listen.doctor/en",
"timestamp": 1789493100778,
"fetch": {
"mode": "simple",
"timeMs": 200,
"htmlSizeBytes": 68440,
"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": "Listen.Doctor | AI Medical Scribe",
"excerpt": "Listen.Doctor captures multi-language consultations, generates structured SOAP notes, and automates summaries.",
"byline": "JG",
"siteName": null,
"lang": "en",
"contentLength": 14880,
"metadata": {
"description": "Listen.Doctor captures multi-language consultations, generates structured SOAP notes, and automates summaries.",
"ogTitle": "Listen.Doctor | AI Medical Scribe",
"ogDescription": "Listen.Doctor captures multi-language consultations, generates structured SOAP notes, and automates summaries.",
"ogImage": "https://listen.doctor/public/assets/images/logo_ld.png",
"ogType": "website",
"canonical": "https://listen.doctor/en",
"lang": "en",
"schemas": [
{
"@type": "Organization",
"name": "Listen.Doctor",
"url": "https://listen.doctor/",
"logo": "https://listen.doctor/public/assets/images/logo_ld.png",
"sameAs": [
"https://x.com/ListenDoctor_AI",
"https://www.linkedin.com/company/listen-doctor-ai",
"https://www.instagram.com/listendoctor_ai",
"https://www.youtube.com/@ListenDoctor-AI"
],
"description": "Listen.Doctor captures multi-language consultations, generates structured SOAP notes, and automates summaries.",
"contactPoint": {
"@type": "ContactPoint",
"contactType": "customer support",
"email": "[email protected]",
"availableLanguage": [
"en",
"es",
"ca",
"fr",
"it",
"pt",
"gl",
"eu",
"ca-ES-valencia"
]
}
},
{
"@type": "SoftwareApplication",
"name": "Listen.Doctor",
"applicationCategory": "BusinessApplication",
"operatingSystem": "Web",
"availableLanguage": [
"en",
"es",
"ca",
"fr",
"it",
"pt",
"gl",
"eu",
"ca-ES-valencia"
],
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "EUR",
"category": "FreeTrial"
},
"url": "https://listen.doctor/en"
}
],
"robotsMeta": null,
"author": null,
"generator": null,
"markdownAlternateHref": null
}
},
"markdown": "\n\n## Turn every visit into clinical knowledge\n\nMultilingual transcription Automatic SOAP notes GDPR and HIPAA compliant\n\n01\n\n### Transcribe\n\nTransform clinical conversations or dictations into editable, clinically contextualized text.\n\n02\n\n### Summarize\n\nDistill and highlight key aspects of the conversation into a clear, actionable summary.\n\n03\n\n### Structure\n\nConvert voice into customized clinical templates, automatically tagged with international coding standards (ICD-10, SNOMED).\n\n04\n\n### Integrate\n\nEasily incorporate generated information into the patient's medical record.\n\n05\n\n### Coordinate\n\nFacilitate care continuity by making structured clinical information available to different professionals, teams, and care levels securely.\n\n06\n\n### Support clinical decisions\n\nProvide clinically accurate, real-time responses using specialty-adapted clinical reasoning models throughout the care process.\n\nMaximum protection\n\n## Security and Privacy\n\nData protection designed for clinical environments: traceability, control, and compliance from day one.\n\n- #### Regulatory compliance\n\n Aligned with GDPR and HIPAA, the strictest regulations.\n\n- #### Isolated data\n\n Models in secure containers; information never leaves.\n\n- #### No third parties\n\n We don't share or send data to external servers.\n\n- #### No external training\n\n Your information is NOT used to train third-party models.\n\n- #### ISO/IEC 27001 certification\n\n Information security management system certified by AENOR.\n\nChrome Safari Android iOS\n\n#### No installation\n\nNo installation needed: start in minutes from Chrome or Safari.\n\n#### API available\n\nFast and secure integration with your systems and processes.\n\n#### 8 languages\n\nMultilingual: documentation in the language you choose, with native support.\n\n#### Adaptable models\n\nSpecialty-adapted: templates and outputs tailored to visit type and clinical context.\n\n0\n\nMinutes saved per visit\n\n0%\n\nLess documentation\n\n+0\n\nProductive hour per day\n\n**Reduce administrative burden**, standardize notes, avoid documentation errors, and optimize schedules. More time for what really matters.\n\nMedical scribes are 20th century technology. We're in 2026.\n\nAvailability\n\nBusiness hours, vacations, sick leave\n\n**24/7/365** no excuses\n\nAccess to clinical guidelines\n\nDoesn't know they exist\n\n**Integrated and updated**\n\nHospital protocols\n\nIgnores them completely\n\n**Customized per center**\n\nScalability\n\n1 scribe = 1 doctor\n\n**Unlimited**, marginal cost ~0\n\nMedical knowledge\n\nZero clinical training\n\n**Trained** on medical literature\n\nSource citation\n\nImpossible\n\n**Every response** with references\n\nResponse time\n\nReal-time (just writes)\n\n**<3 seconds** with context\n\n### We're not an IT company. We're a healthcare company### We operate under medical criteria and regulation, ensuring service continuity as part of the healthcare environment, not just another technology tool.\n\n01\n\n#### Clinical validation\n\nImplementing AI in healthcare requires technological excellence but above all safety and clinical rigor.\n\n02\n\n#### Customization & Integration\n\nHealthcare complexity requires customization: We adapt to the clinical workflow, not the other way around.\n\n03\n\n#### Transcribing ≠ Thinking\n\nNot just transcription: it organizes, structures, and helps convert conversation into useful clinical notes for care continuity.\n\n04\n\n#### Scalability & Continuity\n\nWe're facing new and transformative technology. Listen.Doctor guarantees scalability: functional, regulatory, operational.\n\n05\n\n#### Connected to innovation ecosystems\n\nWe work with leading institutions in research, clinical practice, and healthcare innovation.\n\n06\n\n#### Compliance\n\nPrivacy, control, and traceability to reduce risks and comply with applicable policies and regulations.\n\n### Still doubting?\n\nWhile you think about it, your competition is already saving **2 hours daily** per doctor.\n\n[Try free and see for yourself](https://listen.doctor/en#contact) No card. No commitment. No excuses.\n\nI had the opportunity to use Listen Doctor in my geriatrics practice and I found it wonderful because it allowed me to focus 100% on my patient without having to look at a screen or keyboard. The consultation felt more pleasant with greater human contact, which I consider essential with geriatric patients who need the doctor to use all their senses to interpret the patient's signs, symptoms, and needs. Sometimes having verbal and non-verbal communication makes the difference for our patients and Listen Doctor enables that.\n\n#### Dr. Juan Guillermo Rodríguez Ayala\n\nPhysician specialized in internal medicine and geriatrics subspecialty\n\nIn geriatric care, communication is vital... With Listen.Doctor we hope to improve that care, focusing on the conversation and saving transcription time.\n\n\n\n#### Dr. Leocadio Rodríguez Mañas\n\nHead of Geriatrics, Hospital U. de Getafe\n\nListen Doctor is an artificial intelligence tool that I use in my daily practice and has allowed me to significantly reduce the administrative burden so I can truly focus on patient care. When I explain that the consultation will be transcribed so I can listen with full attention, acceptance is immediate and the visit becomes more relaxed and fluid. Furthermore, it is a closed information environment for each user, which allows for data privacy protection. I find it very easy to create custom templates according to my needs and, as an added value, it facilitates the preparation of medical reports for insurance companies. The ICD-11 classification generated from the clinical transcription is accurate and reliable, making it a tool that truly improves patient care in private practice.\n\nMM\n\n#### Dra. María Dolores de la Mata Moya\n\nRadiation Oncologist, Head of Radiotherapy, Centro Médico ABC, Mexico City\n\n- 3 daily transcriptions\n- Non-priority support\n- Weekly data retention\n- Custom templates\n- No credit card required\n\nRecommended\n\n- Custom templates\n- Unlimited transcriptions1,2\n- With reasoning\n- Access to new features\n- Control panel\n\n- Everything in Pro\n- Unlimited reports\n- API integration\n- Custom integration\n- LLM customization\n\n1 Includes visits or actions performed. 2 Subject to fair use policy.\n\nConditions in [Terms of Service](https://listen.doctor/en/main/terms).\n\nIt captures the visit in real-time, generates a structured summary, and exports clinical notes (e.g., SOAP) to save time and reduce documentation errors.\n\nYes. Designed with privacy and compliance (GDPR/HIPAA), with isolation by design and no use of your data to train third-party models.\n\nYes. You can generate documentation in your preferred language thanks to native multilingual support.\n\nNo. It works from Chrome or Safari and is also available on Android and iOS.\n\nWe collaborate with\n",
"fullPageMarkdown": "Listen.Doctor | AI Medical Scribe \n\n[\n\nListen.Doctor](https://listen.doctor/en#)\n\nES Español EN English CA Català FR Français IT Italiano PT Português GL Galego EU Euskara VA Valencià\n\n# Turn every visit into clinical knowledge\n\nMultilingual transcription Automatic SOAP notes GDPR and HIPAA compliant\n\n[Try it free now!](https://listen.doctor/en#contact)\n\nPower your practice## Key Features\n\nAdvanced clinical functionalities that convert medical conversations into structured, interoperable, and clinically relevant documentation in seconds\n\n01\n\n### Transcribe\n\nTransform clinical conversations or dictations into editable, clinically contextualized text.\n\n02\n\n### Summarize\n\nDistill and highlight key aspects of the conversation into a clear, actionable summary.\n\n03\n\n### Structure\n\nConvert voice into customized clinical templates, automatically tagged with international coding standards (ICD-10, SNOMED).\n\n04\n\n### Integrate\n\nEasily incorporate generated information into the patient's medical record.\n\n05\n\n### Coordinate\n\nFacilitate care continuity by making structured clinical information available to different professionals, teams, and care levels securely.\n\n06\n\n### Support clinical decisions\n\nProvide clinically accurate, real-time responses using specialty-adapted clinical reasoning models throughout the care process.\n\nMaximum protection## Security and Privacy\n\nData protection designed for clinical environments: traceability, control, and compliance from day one.\n\n- #### Regulatory compliance\n\n Aligned with GDPR and HIPAA, the strictest regulations.\n\n- #### Isolated data\n\n Models in secure containers; information never leaves.\n\n- #### No third parties\n\n We don't share or send data to external servers.\n\n- #### No external training\n\n Your information is NOT used to train third-party models.\n\n- #### ISO/IEC 27001 certification\n\n Information security management system certified by AENOR.\n\nConnect everything## Frictionless integrations\n\nConnect Listen.Doctor with your clinical ecosystem and maintain your workflow.\n\nChrome Safari Android iOS\n\n#### No installation\n\nNo installation needed: start in minutes from Chrome or Safari.\n\n#### API available\n\nFast and secure integration with your systems and processes.\n\n#### 8 languages\n\nMultilingual: documentation in the language you choose, with native support.\n\n#### Adaptable models\n\nSpecialty-adapted: templates and outputs tailored to visit type and clinical context.\n\nReal results## Proven Benefits\n\nMetrics that transform your medical practice\n\n0\n\nMinutes saved per visit\n\n0%\n\nLess documentation\n\n+0\n\nProductive hour per day\n\n**Reduce administrative burden**, standardize notes, avoid documentation errors, and optimize schedules. More time for what really matters.\n\nCompare and decide## Why choose Listen.Doctor?\n\nThe difference between transcribing and **understanding**.\n\nMedical scribes are 20th century technology. We're in 2026.\n\nCapability\n\nScribes / Nuance\n\nListen.Doctor\n\nAvailability\n\nBusiness hours, vacations, sick leave\n\n**24/7/365** no excuses\n\nAccess to clinical guidelines\n\nDoesn't know they exist\n\n**Integrated and updated**\n\nHospital protocols\n\nIgnores them completely\n\n**Customized per center**\n\nScalability\n\n1 scribe = 1 doctor\n\n**Unlimited**, marginal cost ~0\n\nMedical knowledge\n\nZero clinical training\n\n**Trained** on medical literature\n\nSource citation\n\nImpossible\n\n**Every response** with references\n\nResponse time\n\nReal-time (just writes)\n\n**<3 seconds** with context\n\n### We're not an IT company. We're a healthcare company### We operate under medical criteria and regulation, ensuring service continuity as part of the healthcare environment, not just another technology tool.\n\n01\n\n#### Clinical validation\n\nImplementing AI in healthcare requires technological excellence but above all safety and clinical rigor.\n\n02\n\n#### Customization & Integration\n\nHealthcare complexity requires customization: We adapt to the clinical workflow, not the other way around.\n\n03\n\n#### Transcribing ≠ Thinking\n\nNot just transcription: it organizes, structures, and helps convert conversation into useful clinical notes for care continuity.\n\n04\n\n#### Scalability & Continuity\n\nWe're facing new and transformative technology. Listen.Doctor guarantees scalability: functional, regulatory, operational.\n\n05\n\n#### Connected to innovation ecosystems\n\nWe work with leading institutions in research, clinical practice, and healthcare innovation.\n\n06\n\n#### Compliance\n\nPrivacy, control, and traceability to reduce risks and comply with applicable policies and regulations.\n\n### Still doubting?\n\nWhile you think about it, your competition is already saving **2 hours daily** per doctor.\n\n[Try free and see for yourself](https://listen.doctor/en#contact) No card. No commitment. No excuses.\n\nTestimonials## What professionals say\n\nDoctors who already trust Listen.Doctor\n\nI had the opportunity to use Listen Doctor in my geriatrics practice and I found it wonderful because it allowed me to focus 100% on my patient without having to look at a screen or keyboard. The consultation felt more pleasant with greater human contact, which I consider essential with geriatric patients who need the doctor to use all their senses to interpret the patient's signs, symptoms, and needs. Sometimes having verbal and non-verbal communication makes the difference for our patients and Listen Doctor enables that.\n\nJG\n\n#### Dr. Juan Guillermo Rodríguez AyalaPhysician specialized in internal medicine and geriatrics subspecialty\n\nIn geriatric care, communication is vital... With Listen.Doctor we hope to improve that care, focusing on the conversation and saving transcription time.\n\n\n\n#### Dr. Leocadio Rodríguez MañasHead of Geriatrics, Hospital U. de Getafe\n\nListen Doctor is an artificial intelligence tool that I use in my daily practice and has allowed me to significantly reduce the administrative burden so I can truly focus on patient care. When I explain that the consultation will be transcribed so I can listen with full attention, acceptance is immediate and the visit becomes more relaxed and fluid. Furthermore, it is a closed information environment for each user, which allows for data privacy protection. I find it very easy to create custom templates according to my needs and, as an added value, it facilitates the preparation of medical reports for insurance companies. The ICD-11 classification generated from the clinical transcription is accurate and reliable, making it a tool that truly improves patient care in private practice.\n\nMM\n\n#### Dra. María Dolores de la Mata MoyaRadiation Oncologist, Head of Radiotherapy, Centro Médico ABC, Mexico City\n\nPlans and pricing## Choose your plan\n\nSolutions tailored to every professional need\n\nMonthly Annual\n\n### Free\n\n0 €\n\nFor testing\n\nPlaceholder\n\n- 3 daily transcriptions\n- Non-priority support\n- Weekly data retention\n- Custom templates\n- No credit card required\n\n[Start free](https://listen.doctor/en/panel/login)\n\nRecommended\n\n### Pro\n\n59 €\n\nSave 13%\n\nper user / month\n\nFor growing teams\n\nPlay Recording\n\n- Custom templates\n- Unlimited transcriptions1,2\n- With reasoning\n- Access to new features\n- Control panel\n\n[Start trial](https://listen.doctor/en#)\n\n### Enterprise\n\nFor large organizations\n\nPlaceholder\n\n- Everything in Pro\n- Unlimited reports\n- API integration\n- Custom integration\n- LLM customization\n\n[Contact us!](https://listen.doctor/en#contact)\n\n1 Includes visits or actions performed. 2 Subject to fair use policy.\n\nConditions in [Terms of Service](https://listen.doctor/en/main/terms).\n\nResolving your doubts## Frequently Asked Questions\n\n#### How does Listen.Doctor improve consultations?\n\nIt captures the visit in real-time, generates a structured summary, and exports clinical notes (e.g., SOAP) to save time and reduce documentation errors.\n\n#### Is the data secure?\n\nYes. Designed with privacy and compliance (GDPR/HIPAA), with isolation by design and no use of your data to train third-party models.\n\n#### Is it multilingual?\n\nYes. You can generate documentation in your preferred language thanks to native multilingual support.\n\n#### Do I need to install anything?\n\nNo. It works from Chrome or Safari and is also available on Android and iOS.\n\n## Be part of the future of medicine\n\nJoin the teams already freeing up clinical time and standardizing notes securely.\n\n[Start free now](https://listen.doctor/en/panel/login)\n\nContact## Let's talk?\n\nTell us about your practice and we'll help you get started\n\nName\n\nEmail\n\nMessage\n\nSend message\n\n### Thank you for contacting us!\n\nWe'll respond as soon as possible.\n\nWe collaborate with\n\n                 \n",
"markdownStats": {
"images": 2,
"links": 2,
"tables": 0,
"codeBlocks": 0,
"headings": 29
},
"tokens": {
"htmlTokens": 16781,
"markdownTokens": 1404,
"reduction": 15377,
"reductionPercent": 92
},
"score": {
"score": 78,
"grade": "B",
"rubricVersion": 3,
"dimensions": {
"accessibility": {
"score": 100,
"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 15% of HTML"
},
"reasonable_page_size": {
"score": 100,
"weight": 20,
"evidence": "plausible",
"details": "Page size: 67KB"
}
}
},
"aiDiscoverability": {
"score": 52,
"weight": 25,
"grade": "D",
"checks": {
"robots_allows_ai_bots": {
"score": 60,
"weight": 35,
"evidence": "proven",
"details": "1/5 AI search bots blocked: Amazonbot. Additionally: This origin answers 200 to an ordinary client but 403 to a client identifying as OAI-SearchBot, behind Cloudflare. Whether the verified crawler is also turned away cannot be determined from outside: check the bot rules in your Cloudflare dashboard."
},
"supports_markdown_negotiation": {
"score": 0,
"weight": 20,
"evidence": "plausible",
"details": "No Markdown for Agents support detected"
},
"has_sitemap": {
"score": 100,
"weight": 15,
"evidence": "plausible",
"details": "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": 60,
"weight": 10,
"evidence": "speculative",
"details": "robots.txt: search=yes, ai-train=no | Policy included",
"mechanisms": {
"robotsTxt": true,
"httpHeader": false,
"policy": true
}
}
}
},
"structuredData": {
"score": 100,
"weight": 20,
"grade": "A",
"checks": {
"has_schema_org": {
"score": 100,
"weight": 35,
"evidence": "proven",
"details": "JSON-LD found: Organization, SoftwareApplication"
},
"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: 110 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\""
}
}
},
"semanticHtml": {
"score": 40,
"weight": 15,
"grade": "D",
"checks": {
"proper_heading_hierarchy": {
"score": 40,
"weight": 30,
"evidence": "plausible",
"details": "4 heading level skip(s)"
},
"uses_article_or_main": {
"score": 0,
"weight": 25,
"evidence": "plausible",
"details": "Missing <article> and <main> elements"
},
"semantic_elements": {
"score": 21,
"weight": 20,
"evidence": "plausible",
"details": "16 semantic elements, 236 divs (ratio: 6%)"
},
"meaningful_alt_texts": {
"score": 90,
"weight": 15,
"evidence": "plausible",
"details": "18/20 images with meaningful alt text (1 decorative, not counted)"
},
"low_div_nesting": {
"score": 100,
"weight": 10,
"evidence": "speculative",
"details": "Avg div depth: 2.4, max: 5"
}
}
},
"contentEfficiency": {
"score": 89,
"weight": 10,
"grade": "B",
"checks": {
"token_reduction_ratio": {
"score": 100,
"weight": 40,
"evidence": "speculative",
"details": "92% token reduction (HTML→Markdown)"
},
"content_to_noise_ratio": {
"score": 80,
"weight": 30,
"evidence": "speculative",
"details": "Content ratio: 21.7% (14880 content chars / 68440 HTML bytes)"
},
"reasonable_page_weight": {
"score": 100,
"weight": 20,
"evidence": "speculative",
"details": "HTML size: 67KB"
},
"minimal_inline_styles": {
"score": 50,
"weight": 10,
"evidence": "speculative",
"details": "10/767 elements with inline styles (1.3%)"
}
}
}
}
},
"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",
"howToStepKeys": null,
"effort": "significant",
"estimatedImpact": 5,
"maxImpact": 5,
"evidence": "plausible",
"checkScore": 0,
"checkDetails": "No Markdown for Agents support detected"
},
{
"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",
"howToStepKeys": null,
"effort": "quick-win",
"estimatedImpact": 3.8,
"maxImpact": 3.8,
"evidence": "plausible",
"checkScore": 0,
"checkDetails": "Missing <article> and <main> elements"
},
{
"id": "allow_ai_bots",
"priority": "high",
"category": "aiDiscoverability",
"titleKey": "rec.allow_ai_bots.title",
"descriptionKey": "rec.allow_ai_bots.description",
"howToKey": "rec.allow_ai_bots.howto",
"howToStepKeys": null,
"effort": "quick-win",
"estimatedImpact": 3.5,
"maxImpact": 8.8,
"evidence": "proven",
"checkScore": 60,
"checkDetails": "1/5 AI search bots blocked: Amazonbot. Additionally: This origin answers 200 to an ordinary client but 403 to a client identifying as OAI-SearchBot, behind Cloudflare. Whether the verified crawler is also turned away cannot be determined from outside: check the bot rules in your Cloudflare dashboard."
},
{
"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",
"howToStepKeys": null,
"effort": "quick-win",
"estimatedImpact": 2.7,
"maxImpact": 4.5,
"evidence": "plausible",
"checkScore": 40,
"checkDetails": "4 heading level skip(s)"
},
{
"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",
"howToStepKeys": null,
"effort": "quick-win",
"estimatedImpact": 2.5,
"maxImpact": 2.5,
"evidence": "speculative",
"checkScore": 0,
"checkDetails": "No llms.txt found"
},
{
"id": "add_semantic_elements",
"priority": "medium",
"category": "semanticHtml",
"titleKey": "rec.add_semantic_elements.title",
"descriptionKey": "rec.add_semantic_elements.description",
"howToKey": "rec.add_semantic_elements.howto",
"howToStepKeys": null,
"effort": "moderate",
"estimatedImpact": 2.4,
"maxImpact": 3,
"evidence": "plausible",
"checkScore": 21,
"checkDetails": "16 semantic elements, 236 divs (ratio: 6%)"
},
{
"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",
"howToStepKeys": null,
"effort": "moderate",
"estimatedImpact": 0.5,
"maxImpact": 1,
"evidence": "speculative",
"checkScore": 50,
"checkDetails": "10/767 elements with inline styles (1.3%)"
}
],
"llmsTxtPreview": "# listen.doctor\n\n> Listen.Doctor captures multi-language consultations, generates structured SOAP notes, and automates summaries.\n\n## Main\n- [Listen.Doctor | AI Medical Scribe](https://listen.doctor/en): Listen.Doctor captures multi-language consultations, generates structured SOAP notes, and automates summaries.\n- [Features](https://listen.doctor/)\n- [Login](https://listen.doctor/en/panel/login)\n\n## Legal\n- [Privacy](https://listen.doctor/en/main/terms)\n\n",
"llmsTxtExisting": null,
"emergingProtocols": {
"oauthProtectedResource": {
"exists": false,
"url": "https://listen.doctor/.well-known/oauth-protected-resource"
},
"oauthDiscovery": {
"exists": false,
"url": "https://listen.doctor/.well-known/oauth-authorization-server"
},
"mcpServerCard": {
"exists": false,
"url": "https://listen.doctor/.well-known/mcp/server-card.json",
"draft": true
},
"a2aAgentCard": {
"exists": false,
"url": "https://listen.doctor/.well-known/agent-card.json"
},
"apiCatalog": {
"exists": false,
"url": "https://listen.doctor/.well-known/api-catalog"
},
"agentSkills": {
"exists": false,
"url": "https://listen.doctor/.well-known/agent-skills/index.json",
"draft": true
},
"count": 0,
"total": 6
},
"botAccess": {
"probed": true,
"bot": "OAI-SearchBot",
"controlStatus": 200,
"botStatus": 403,
"discriminates": true,
"refusedAsBot": true,
"edge": "Cloudflare",
"verifiable": false,
"detail": "This origin answers 200 to an ordinary client but 403 to a client identifying as OAI-SearchBot, behind Cloudflare. Whether the verified crawler is also turned away cannot be determined from outside: check the bot rules in your Cloudflare dashboard."
},
"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": "# listen.doctor\n\n> Listen.Doctor captures multi-language consultations, generates structured SOAP notes, and automates summaries.\n\n## Main\n- [Listen.Doctor | AI Medical Scribe](https://listen.doctor/en): Listen.Doctor captures multi-language consultations, generates structured SOAP notes, and automates summaries.\n- [Features](https://listen.doctor/)\n- [Login](https://listen.doctor/en/panel/login)\n\n## Legal\n- [Privacy](https://listen.doctor/en/main/terms)\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>Listen.Doctor | AI Medical Scribe</h1>",
"filename": "<main> or <article>"
},
{
"id": "allow_ai_bots",
"title": "Allow AI bots in robots.txt",
"description": "Some AI bots are blocked in your robots.txt. Remove or modify these Disallow rules to let AI agents index your content.",
"language": "txt",
"code": "# Add to your robots.txt — explicitly allow AI bots:\nUser-agent: GPTBot\nAllow: /\n\nUser-agent: ClaudeBot\nAllow: /\n\nUser-agent: PerplexityBot\nAllow: /",
"filename": "/robots.txt"
},
{
"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_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로 listen.doctor 검사하기배지 삽입
이 배지를 사이트에 추가하세요. AI 준비도 점수가 변경되면 자동으로 업데이트됩니다.
<script src="https://agentready.md/badge.js" data-id="99b9366b-5583-45b2-a84a-2f18e732023a" data-domain="listen.doctor"></script>
[](https://agentready.md/ko/r/listen.doctor)
곧 출시: 전체 도메인 분석
전체 도메인을 크롤링하고, llms.txt를 생성하고, AI 준비도 점수를 시간에 따라 모니터링하세요. 대기자 명단에 등록하여 알림을 받으세요.
명단에 등록되었습니다! 서비스 출시 시 알려드리겠습니다.