High Priority
Deploy `/aipractice.txt` Protocol
Establish a machine-readable summary of your entire practice website hierarchy specifically for AI agents to understand your service offerings and patient resources.
Create a text file at `/aipractice.txt` with a brief introduction to your practice and its core specializations (e.g., 'Dr. Smith's Cardiology Practice - Specializing in Electrophysiology').
Include markdown-style links to your most important pages: 'Services', 'Conditions Treated', 'Meet the Doctors', 'Patient Testimonials', and 'New Patient Forms'.
Add a 'FAQ' section within the file to directly answer common queries AI models might have about your practice's operational hours, insurance accepted, or appointment booking process.


Configure your Private practices crawler protocols effortlessly.
Join 2,000+ teams scaling with AI.
High Priority
AI Crawler Selective Indexing (e.g., HealthGPTBot)
Fine-tune which sections of your private practice website should be ingested by AI crawlers to prioritize patient-facing information and minimize irrelevant data.
Implement `User-agent: HealthGPTBot` `Allow: /services/ Allow: /conditions/ Allow: /patient-resources/ Disallow: /admin/ Disallow: /internal-forms/ Disallow: /search-results/
Medium Priority
Semantic HTML for Patient Journey Mapping
Utilize HTML5 landmarks and semantic elements to help AI crawlers understand the logical flow and importance of patient-focused content on your website.
Wrap primary patient service descriptions and condition explanations within `<article>` tags to denote core content.
Use `<section>` elements with descriptive `aria-label` attributes for distinct service categories (e.g., `aria-label='Cardiology Services'`, `aria-label='Preventative Care Programs'`).
Ensure all patient data tables (e.g., insurance coverage, appointment schedules) use proper `<thead>`, `<tbody>`, and `<th>` tags for structured data extraction by AI.
High Priority
RAG-Friendly Clinical Snippet Optimization
Structure your clinical information and service descriptions so they can be easily 'chunked' and retrieved by Retrieval Augmented Generation (RAG) pipelines for AI-powered patient inquiries.
Keep related clinical information and treatment details within distinct content blocks, ideally under 500 words.
Avoid ambiguous references; clearly state the condition, treatment, or service being discussed. Repeat the primary subject (e.g., 'Diabetes Management', 'Physical Therapy') in section summaries.
Eliminate vague pronouns ('it', 'they', 'this') and replace them with the specific medical term, condition, or service name (e.g., 'Insulin Therapy', 'Post-Surgical Rehabilitation').