SleekRank for hospice rating pages
CMS Hospice Compare lists ~5,000 Medicare-certified hospices keyed by CCN with CAHPS family caregiver scores, Hospice Visits in Last Days of Life, and the Hospice Care Index. SleekRank reads the CSVs and renders one URL at /hospice/{slug}/ per row.
€50 off for the first 100 lifetime licenses!
A page per CCN, fed by CMS Hospice Compare CSVs
CMS Hospice Compare on data.cms.gov lists every Medicare-certified hospice in the US, keyed by six-digit CCN. About 5,000 active hospices sit in the file. CMS publishes two adjacent CSVs: the CAHPS Hospice family caregiver survey results and the Hospice Provider data with the ten Hospice Care Index indicators, ownership type, and dual-eligible percentage. Static "best hospice in [state]" pages capture none of this. SleekRank turns each CCN into one URL at /hospice/{slug}/.
The mappings hang off the CCN join. From the Provider CSV: hospice_name flows to H1, ownership_type renders as a pill, HVLDL_percentage drives a hero stat, the ten HCI components render in a checklist. From CAHPS: rating_of_hospice and willingness_to_recommend drive the family-experience badges, the eight communication measures render in a table.
The slug pattern combines the CCN with a normalised name: 451507-vitas-healthcare-houston. CCN stability survives consolidations and ownership changes that hit hospice frequently.
Workflow
From CMS Hospice CSVs to ranked pages
Design the hospice page
Connect the CSV bundle
Wire the field mappings
Validate and ship the corpus
Data in, pages out
One CCN, one indexable hospice URL
| slug | hospice_name | city_state | rating_of_hospice | willingness_to_recommend |
|---|---|---|---|---|
| 451507-vitas-houston | VITAS Healthcare Houston | Houston, TX | 82% | 85% |
| 051527-kaiser-oakland | Kaiser Hospice Oakland | Oakland, CA | 88% | 90% |
| 331573-calvary-bronx | Calvary Hospice | Bronx, NY | 84% | 87% |
| 451429-compassus-houston | Compassus Hospice Houston | Houston, TX | 79% | 82% |
| 221580-amedisys-boston | Amedisys Hospice | Boston, MA | 81% | 84% |
/hospice/{slug}/
- /hospice/451507-vitas-healthcare-houston/
- /hospice/051527-kaiser-hospice-oakland/
- /hospice/331573-calvary-hospice-bronx/
- /hospice/451429-compassus-houston/
- /hospice/221580-amedisys-hospice-boston/
Comparison
Best-hospice articles vs SleekRank per-CCN pages
Best-hospice articles
- Editorial "best hospice" lists with 5-10 names per metro at most
- CAHPS family caregiver scores omitted from roundup-style coverage
- Hospice Care Index indicators not visualised on any aggregator page
- No coverage of the long tail of 4,500 hospices outside major metros
- Ownership type and chain affiliation never surfaced for searchers
- Quarterly CMS refresh ignored, so figures drift for full quarters
SleekRank
- Read Provider and CAHPS CSVs from data.cms.gov, join on CCN cleanly
-
rating_of_hospicedrives the family-experience badge - Hospice Care Index ten-indicator checklist rendered per row
- HVLDL percentage drives a hero stat for visits in last days of life
- Ownership type pill via list mapping on every generated page
- MedicalOrganization JSON-LD with ownership and survey date metadata
Features
What SleekRank gives you for hospice rating pages
CCN-keyed dataset join
SleekRank joins the Hospice Provider and CAHPS Hospice CSVs on the six-digit CCN. The Provider file carries the HCI indicators and ownership; the CAHPS file carries the family caregiver survey results.
Family scores up front
CAHPS Hospice survey questions cover communication, timely help, respect, emotional and religious support, symptom help, and overall recommendation. SleekRank renders the headline scores in the hero above clinical detail per family.
HCI as a checklist
The Hospice Care Index aggregates ten provider-level indicators including visits near death, nurse minutes per day, late discharge rates, and burdensome transitions. Render the ten as a checklist so compliance posture shows at a glance.
Use cases
Who runs per-CCN hospice rating sites
Senior care navigators
Care navigator sites link from end-of-life planning content into the SleekRank per-hospice page, giving families a verifiable quality view of the named hospice that their discharge planner just recommended.
Local newsroom desks
Regional newsrooms covering hospice quality stories link to the SleekRank page for stable permalinks instead of pasting screenshots of the data.cms.gov landing page that nobody can find later.
Hospice staffing platforms
Nurse and chaplain staffing platforms match candidates to hospices with strong CAHPS scores, using the CCN slug as the canonical reference inside facility profiles surfaced to candidates.
The bigger picture
Why per-CCN pages serve hospice search intent
Hospice searches happen at one of the hardest moments in a family's life. The searcher is usually a caregiver looking up a hospice that a hospital discharge planner or primary care physician just recommended. They have the name, they need quick validation of quality.
They want the CAHPS family recommendation score, the HVLDL percentage, the ownership type, the address, the phone number, and a sense of whether the hospice has the staffing intensity to actually show up at the bedside. Top-10 articles do not serve that query because the searcher already has the name. data.cms.gov technically has the data but does not rank well and does not render comfortably on mobile.
SleekRank fills the gap. One URL per CCN, one CAHPS badge, one HCI checklist, one ownership pill, one JSON-LD block. Five thousand hospices, five thousand long-tail queries, each with the highest urgency-to-conversion ratio of any healthcare vertical.
Questions
Common questions about SleekRank for hospice rating pages
The Hospice Provider data CSV and the CAHPS Hospice survey CSV, both from data.cms.gov. The Provider CSV carries ownership, HCI indicators, and HVLDL; the CAHPS CSV carries the eight family caregiver survey measures plus rating and recommendation. SleekRank joins them on the six-digit CCN.
 CMS refreshes Hospice Compare on a roughly quarterly schedule, with the Hospice Care Index recalculated annually based on Medicare claims. Setting cache_duration to 86400 seconds gives daily re-fetch so out-of-cycle corrections flow through promptly rather than persisting through the entire quarter.
 {ccn}-{hospice-name-slug} is the most readable. CCN guarantees stability across the consolidations and rebrands common in the hospice industry. The name suffix makes the URL meaningful in SERP. For multi-location chains, include the city in the suffix to avoid collisions between locations of the same chain.
 Yes. The HCI publishes ten indicators including HVLDL, nurse visit minutes per RHC day, social work minutes, late-discharge rates, burdensome transitions type 1 and 2, gaps in skilled nursing visits, no skilled nursing visit, and patients receiving GIP or CHC.
 CMS suppresses CAHPS scores when fewer than 30 family responses are available in the eight-quarter window. Use a Twig conditional in the template to suppress the family-experience badge for those rows and render a "new" or "low volume" tag instead. Do not display a fabricated default score.
 When CMS removes a CCN from the Provider file, the SleekRank row disappears on the next refresh and the URL returns 404 cleanly. The sitemap regenerates automatically without it. If you want to preserve search equity, add a wildcard redirect rule to the parent service-area page before the row is dropped.
 CMS reports CAHPS Hospice as star ratings on the Care Compare consumer site and as raw percentages in the published CSV. SleekRank can render either; most teams use the percentage in the table and translate the overall rating into a 1-5 star badge using the same thresholds CMS uses internally for the consumer view.
 Yes. ownership_type comes through as non-profit, for-profit, government, or other. Run a SleekRank page group at /hospice/non-profit/{slug}/ for the non-profit subset, or render ownership as a filterable tag on the main archive that links into each CCN page in the directory.
 Pricing
More than 1000+
happy customers
Explore our flexible licensing options tailored to your needs. Upgrade your license anytime to access more features, or opt for a lifetime license for ongoing value, including lifetime updates and lifetime support. Our hassle-free upgrade process ensures that our platform can grow with you, starting from whichever plan you choose.
Starter
EUR
per year
further 30% launch-discount applied during checkout for existing customers.
- 3 websites
- 1 year of updates
- 1 year of support
Pro
EUR
per year
further 30% launch-discount applied during checkout for existing customers.
- Unlimited websites
- 1 year of updates
- 1 year of support
Lifetime ♾️
Launch Offer
€299
EUR
once
further 30% launch-discount applied during checkout for existing customers.
- Unlimited websites
- Lifetime updates
- Lifetime support
...or get the Bundle Deal
and save €250 🎁
The Bundle (unlimited sites)
Pay once, own it forever
Elevate your WordPress site with our exclusive plugin bundle that includes all of our premium plugins in one package. Enjoy lifetime updates and lifetime support. Save significantly compared to buying plugins individually.
What’s included
-
SleekAI
-
SleekByte
-
SleekMotion
-
SleekPixel
-
SleekRank
-
SleekView
€749
Continue to checkoutBrowse more
- lactation consultant directories
- eyewear shop directories
- patent attorney directories
- yoga teacher training directories
- drain cleaner directories
- CBD shop directories
- product marketing consultant directories
- truck accident attorney directories
- Translators by language pair
- web agency directories
- pilot school directories
- Realtime captioners
- Salesforce consultant directories
- assisted living directories
- arcade directories
- Poems by form
- periodic table pages
- Constellation mythology pages
- freight calculator pages
- Olympic lifting program pages
- spice pages
- Excel formula pages
- houseplant species pages
- hiking trail pages
- world fact pages
- nebula pages
- cocktail recipe pages
- symptom info pages
- marathon training workouts
- Malaysian recipe pages
- Project car listings
- cycling tour listings
- golf tournament listings
- Commercial gym equipment listings
- bike trail listings
- folk art listings
- film screening listings
- investor syndicate listings
- Vintage typewriter listings
- Rowing shell listings
- cabin rental listings
- jazz festival listings
- lake house listings
- movie prop listings
- farmstay rental listings
- serverless framework comparisons
- personal loan comparisons
- mortgage origination software comparisons
- chargeback protection service comparisons
- fraud detection platform comparisons
- trading journal comparisons
- background check service comparisons
- cloud function platform comparisons
- AI writing assistant comparisons
- AI evaluation platform comparisons
- authentication library comparisons
- IoT platform comparisons
- Podcast recording tool comparisons
- business loan comparisons
- Smartwatch comparisons