The Idea
Comprehensive directory of elder care facilities and home care services in Italy.
ICP
Families with elderly relatives, elder care providers
Marketing Keywords
elder care Italy, RSA search, home care services Italy, senior housing Italy
Market Research
found out that there are sites for elder care in Italy which are generic (broad range of services) and reach 50k visits a month. One of those is peranziani.it, which is sort of a portal ranging from vacation houses to hospital cares. I decided then to pivot into the hospice finding niche. I have went myself through the painful experience of having to find one during the tough times of supporting a family member passing away. Google trends shows a promising rising trend, no dominant player shows up in the first google pages, so there is some chance to do it.
1. No actual form/payment link OK 2. No phone number - removed 3. “Chi siamo” page missing 4. Privacy Policy / Terms missing - added 5. “Soddisfatti o rimborsati” is vague : fixed 6. Headline could be stronger => Troviamo l’hospice giusto in 48 ore, mentre tu puoi restare con i tuoi cari 7. Missing social proof will not add it. 8. CTA buttons are weak changed 9. Free tool needs disclaimer ok “Questo strumento mostra solo la distanza. Per disponibilità e costi, usa il nostro servizio di report.” 10. Add FAQ section 11. Make “creato da chi ha vissuto” more personal “Il momento più difficile della tua vita- SOFTER: “Un momento difficile” “Hai appena ricevuto una diagnosi terminale” BETTER: “Il tuo caro ha appena ricevuto una diagnosi terminale” 1. Check mobile responsiveness ok 3. Add tracking Google Analytics ok Created separate pages for each major Lombardy city
2. Page speed later Meta Pixel (for retargeting later) Hotjar (see where people click/drop off)
Strategy 4: Structured Data for Local SEO 🗺️
Add to every city page:
json
{
"@context": "https://schema.org",
"@type": "ItemList",
"name": "Hospice Verificati a [City]",
"itemListElement": [
{
"@type": "MedicalBusiness",
"name": "[Hospice Name 1]",
"address": {
"@type": "PostalAddress",
"streetAddress": "[Address]",
"addressLocality": "[City]",
"addressRegion": "Lombardia",
"postalCode": "[ZIP]"
},
"telephone": "[Phone]"
},
// ... more hospices
]
}
This gets you into Google’s “places” results for “near me” queries.
curl -X POST “https://api.telegram.org/bot<8722759010:AAGx9gen1IkKwa4l0bWMF5a7Qm8ZQLm-5M4>/sendMessage” \ -d “chat_id=<113009730>” \ -d “text=Hello from the API!”