We use cookies for analytics and to serve ads. Accept to enable Google Analytics and AdSense. You can decline to stay opt-out.
Senior/assisted living pages with AssistedLivingResidence or MedicalOrganization, Service, FAQs, and breadcrumbs.
Anchors the senior care facility identity, address, and contact details.
Describes the care services provided and coverage.
Answers questions about care levels, tours, and admissions.
Provides navigation context to the senior care page.
Ensure every applicable required property is present in your implementation. Nested props reference their parent objects (for example, `offers.priceCurrency`).
Paste as a single script tag. Keep product details, offer data, shipping/returns, and FAQ answers in sync with the page.
[
{
"@context": "https://schema.org",
"@type": "AssistedLivingResidence",
"@id": "https://www.example.com/senior-care/oak-grove#residence",
"name": "Oak Grove Senior Living",
"url": "https://www.example.com/senior-care/oak-grove",
"telephone": "+1-720-555-0180",
"image": "https://www.example.com/images/oak-grove.webp",
"address": {
"@type": "PostalAddress",
"streetAddress": "300 Oak Grove Ln",
"addressLocality": "Denver",
"addressRegion": "CO",
"postalCode": "80206",
"addressCountry": "US"
},
"priceRange": "$$$",
"medicalSpecialty": "Geriatrics"
},
{
"@context": "https://schema.org",
"@type": "Service",
"@id": "https://www.example.com/senior-care/oak-grove#service",
"name": "Assisted Living Care",
"serviceType": "AssistedLiving",
"description": "Daily living support, medication management, and wellness programs.",
"provider": { "@id": "https://www.example.com/senior-care/oak-grove#residence" },
"areaServed": { "@type": "AdministrativeArea", "name": "Denver metro" },
"offers": {
"@type": "Offer",
"price": "4200.00",
"priceCurrency": "USD",
"availability": "https://schema.org/InStock",
"url": "https://www.example.com/senior-care/oak-grove#tour"
}
},
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "What levels of care are available?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Assisted living, memory care, and respite stays are available based on assessment."
}
},
{
"@type": "Question",
"name": "Can families tour the facility?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes. Tours are available by appointment and can be scheduled online."
}
},
{
"@type": "Question",
"name": "Are pets allowed?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Small pets are allowed in assisted living with approval. Ask about our pet policy."
}
}
]
},
{
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [
{ "@type": "ListItem", "position": 1, "name": "Home", "item": "https://www.example.com" },
{ "@type": "ListItem", "position": 2, "name": "Senior Care", "item": "https://www.example.com/senior-care" },
{ "@type": "ListItem", "position": 3, "name": "Oak Grove", "item": "https://www.example.com/senior-care/oak-grove" }
]
}
]Yes. Use one AssistedLivingResidence per facility with distinct @id values.
Use separate Offer entries per care level or list ranges aligned to visible pricing.