Urgent Care FAQPage Schema for Medical Practices
Copy-paste JSON-LD template
Add this inside a <script type="application/ld+json"> tag in your <head> section. Replace the sample values with your actual business details.
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "When should I go to urgent care vs the emergency room?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Urgent care: minor injuries (cuts, sprains), illness (flu, UTI, strep), infections, minor burns, ear infections, back pain. Emergency room: chest pain, difficulty breathing, stroke symptoms (FAST), severe head injury, uncontrolled bleeding, suspected broken bones with deformity, or any life-threatening condition. When in doubt, call 911."
}
},
{
"@type": "Question",
"name": "How much does urgent care cost without insurance?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Urgent care visits cost $100–$250 without insurance. Simple visits (prescription for UTI or strep) are on the lower end. Complex visits with X-rays, stitches, or IV fluids cost $300–$600+. Many urgent care centers offer self-pay discounts (20–40% off) if paid at the time of service. Telehealth options start at $50–$75."
}
},
{
"@type": "Question",
"name": "Do urgent care centers treat children?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Most urgent care centers treat patients of all ages, including children. Pediatric urgent care centers specialize in children under 18 and typically have staff more experienced with pediatric conditions. For children with complex medical histories or very young infants (under 3 months with fever), a pediatric emergency department is safer."
}
},
{
"@type": "Question",
"name": "What should I bring to urgent care?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Bring: photo ID, insurance card (or payment method if paying out of pocket), list of current medications and dosages, known allergies, relevant medical history, and your primary care doctor's contact information. If visiting for an injury, bring any imaging (X-rays, MRI) from prior visits if relevant."
}
}
]
}
Required and recommended fields
| Field | Value | Status | Notes |
|---|---|---|---|
@context |
https://schema.org |
Required | Always exactly this value |
@type |
FAQPage |
Required | Always exactly "FAQPage" |
mainEntity |
Array of Question objects |
Required | Minimum 1 question; aim for 3-8 for best AI extraction |
name (Question) |
The question text |
Required | Write how patients/clients actually search — buying intent questions perform best |
@type (Question) |
Question |
Required | Always exactly "Question" |
acceptedAnswer |
Answer object |
Required | Must be present for every Question |
@type (Answer) |
Answer |
Required | Always exactly "Answer" |
text (Answer) |
The answer text |
Required | Keep under 300 words. Direct, specific, no filler. |
Common mistakes to avoid
- Using generic questions ("What are your hours?") instead of buying-intent questions ("How much does the procedure cost?")
- Nesting FAQPage inside another schema type — it must be a top-level @type
- Writing answers longer than 300 words — AI systems prefer concise, direct answers
Why this helps ChatGPT and Perplexity cite your Urgent Care page
Let AI extract direct answers from your service pages. When a patient asks ChatGPT "urgent care near me" or "best urgent care in [city]," the AI scans pages it can crawl for structured answers. FAQPage Schema gives it exactly what it needs — a machine-readable Q&A it can extract and cite without any interpretation.
From AltorLab's weekly crawls of medical practices websites: fewer than 25% have any FAQPage schema, and fewer than 15% have complete LocalBusiness schema with the correct subtype. This means the bar to appear in AI answers is low — one afternoon of technical work separates cited practices from invisible ones.
Want to see exactly where your urgent care page stands? Check your GEO Health Score free →
Validate your implementation
After adding the schema, test it with these free tools:
- Google Rich Results Test — checks for structured data errors
- Schema.org Validator — validates against schema.org specification
- AltorLab AI Visibility Checker — checks all 6 GEO signals including schema
Other medical practices schema templates
AltorLab (ex-Microsoft AI team) checks all 6 AI citation signals on your website and gives you a prioritized fix list — free, 15 minutes.
Book free audit → Email amanda@altorlab.xyz