Prevent falls
before they happen

Home safety consultations via video call. Keep your loved ones safe and independent - from the comfort of home.

65+

For adults 65+, falls are the leading cause of injury-related deaths

1 in 4

Older adults
fall each year

Nationwide

Families helped
across the US

Lead Home Safety Consultant

Cordelia Biddle, OT/L

MS Occupational Therapy, Thomas Jefferson University (2017)
BA, Duke University (2009)

"To me, aging-in-place is about more than safety; it's also about the comfort, dignity, and independence that we all deserve to feel in our homes. Safety is how we get there."

I bring over a decade of experience working with older adults in home care, with a background in occupational therapy and a focus on fall prevention. I now apply that experience through independent home safety consulting, helping you identify which specific home modifications will make the biggest impact for you and your loved ones.

Simple Process

Here's how it works

Your virtual home safety consultation is a 45-minute video call, where we walk through key areas of your home together.

1
Book Your Session
Choose a time slot when you'll be home. You'll receive a link to join your video call. Loved ones may join from anywhere!

2
Walkthrough Virtually
At session time, join the video call from your smartphone or tablet. Show us key areas of your house so we can talk through your specific spaces.

3
Get Your Plan
Receive your personalized Home Safety Plan within 24 hours, organized by room and impact, so it's easy to follow.

4
Access Support
After your initial session, access unlimited 20min follow-up check-ins as you make changes.

Note: Follow-ups are only available after completing an initial session.

Our Method

Wholistic Approach

Safety is personal. We consider how your daily life, home environment, and your priorities all fit together.

🕵️
You
• Mobility & balance
• Physical endurance
• Visual & sensory changes
• Cognitive capability
• Personal comfort goals

🏃
Daily Routines
• Bathing & toileting
• Meal preparation
• Laundry & housekeeping
• Nighttime routines
• Care for pets

🏠
Home Space
• Entryways & stairs
• Bath & shower set up
• Kitchen/closet organization
• Room lighting levels
• Smart home tech

💰
Budget
• Recommendations that fit your budget
• Medicare and insurance guidance
• VA benefits guidance

Pricing

Virtual Home Safety Sessions

No hidden fees. Just a clear, affordable path to a safer home.

Most popular

45-Minute Full Session

$139 /session

  • Comprehensive walkthrough with a home safety consultant

  • Personalized Home Safety Plan

  • Access to unlimited Follow-Up sessions

20-Minute Follow-Up Session

$39/session

  • Follow-up video walkthrough

  • Personalized answers to new questions

  • Unlimited follow-up available

Available only after completing a 45-minute Full session

Your Plan

Quick, simple, and personalized

Your Home Safety Plan arrives within 24 hours.

Small changes can make a BIG difference.

⭐⭐⭐⭐⭐

"Cordelia was so thorough! She walked us through every room and gave us a clear, prioritized list of what to fix first. I'm so glad we finally did this! We made three changes already. It feels great."

-Sara M.
Philadelphia, PA

FAQs

Common questions, clear answers

Everything you need to know about evaluations, technology, and pricing.

Still have a question?Reach out - I'll reply within one business day.[email protected]

Is this occupational therapy?

No. This is an independent home consulting service. While I draw on my background as an occupational therapist, this consultation is not a clinical OT evaluation, is not billed as OT services, and does not replace formal OT, PT, or other license clinical care.

May I discuss someone else's home?

Yes! Hopefully with their permission, though we do not require consent of the homeowner.

Do I have to do a video call? I'd rather just do the session via phone call

You can opt for a phone call instead of video call. We ask that you send us photos of the home beforehand by following the instructions in your booking confirmation email.

What if I need to cancel or re-schedule my session?

We offer a full refund for cancellations submitted up to 24 hours before the scheduled session time. You may also re-schedule your session for free up to 24 hours before your original session time. If your session is scheduled to begin in less than 24 hours, you will need to re-book a new session and your original session will not be refunded.

How do I cancel or reschedule my session?

Easy! Just open your booking confirmation email and click the link for booking cancellation or re-scheduling.

How much is a session?

45-minute session + your personalized Home Safety Report: $13920-minute Follow Up session: $39

Is this covered by my health insurance plan?

This specific service is an out-of-pocket expense. We do not accept any health insurance as payment.

What if my consultation is over but I have more questions?

We are here for you! After your initial 45-minute session, we can answer a couple follow up questions via email, for no additional charge. You will also have access to book unlimited 20-minute Follow-Up sessions ($39 each)

Meet Your OT

Cordelia Biddle, OT/L

MS Occupational Therapy, Thomas Jefferson University (2017)
BA, Duke University (2009)

My name is Cordelia Biddle, OT/L. I’m a licensed Occupational Therapist and have specialized in home safety for older adults for over 9 years. I focus on optimizing independence and safety within the home by preventing falls or injuries. This often brings peace of mind to my clients and their loved ones, and enables people to remain in their homes, and age-in-place gracefully, safely, and with dignity.As an OT, my approach to home safety assessments is wholistic. I consider more than just the space; I also consider the people. My recommendations are expertly tailored according to my client's mobility levels, physical and cognitive abilities, as well as preferred activities and duties within the home.During my assessments, I consider:

Person
• Reduced mobility / balance
• Weakness & endurance
• Low vision
• Cognitive issues

Activities
• Bathroom use (bathing, toileting)
• Nighttime toileting
• Cooking / meal prep
• Laundry & housekeeping
• Pet care

Space
• Stairs
• Cluttered pathways
• Low lighting
• Tub showers
• Accessible storage

Budget
• Medicare
• Supplemental insurance
• VA benefits
• Out-of-pocket options

I have extensive experience navigating resources like Medicare, supplemental health insurance, and Veteran's Association benefits to help cover the cost of home modifications and safety equipment. I include this knowledge in my recommendations to reduce your out-of-pocket costs when possible.

I love what I do! And I look forward to working with you and your loved ones to help keep everyone in their home, safe and happy.

More questions? Contact us at [email protected]

Start Today

Start your home safety check today

Connect with a licensed home safety occupational therapist who will review your home, identify potential safety hazards, and provide personalized recommendations - tailored to your needs, concerns and budget.

document.addEventListener("DOMContentLoaded", () => { const updateHeaderOffset = () => { const header = document.querySelector(".header-wrapper"); const banner = document.querySelector(".page-banner"); if (!header || !banner) return; const height = header.getBoundingClientRect().height; banner.style.marginTop = `${height}px`; }; updateHeaderOffset(); window.addEventListener("load", updateHeaderOffset); window.addEventListener("resize", updateHeaderOffset); setInterval(updateHeaderOffset, 500); }); document.addEventListener("DOMContentLoaded", function () { function createBars(btn) { for (let i = 0; i < 3; i++) { const bar = document.createElement("span"); bar.classList.add("fdw-bar"); btn.appendChild(bar); } } function initMobileMenu() { if (window.innerWidth > 980) return; const header = document.querySelector(".header-wrapper"); if (!header) return; const menu = header.querySelector(".buttons-component"); if (!menu) return; if (header.querySelector(".fdw-menu-toggle")) return; const toggleBtn = document.createElement("button"); toggleBtn.classList.add("fdw-menu-toggle"); toggleBtn.setAttribute("aria-label", "Toggle menu"); createBars(toggleBtn); menu.parentNode.insertBefore(toggleBtn, menu); toggleBtn.addEventListener("click", function (e) { e.stopPropagation(); menu.classList.toggle("fdw-active"); toggleBtn.classList.toggle("fdw-open"); }); document.addEventListener("click", function (e) { if (!menu.contains(e.target) && !toggleBtn.contains(e.target)) { menu.classList.remove("fdw-active"); toggleBtn.classList.remove("fdw-open"); } }); menu.querySelectorAll("a").forEach(function (link) { link.addEventListener("click", function () { menu.classList.remove("fdw-active"); toggleBtn.classList.remove("fdw-open"); }); }); } initMobileMenu(); window.addEventListener("resize", function () { const header = document.querySelector(".header-wrapper"); if (!header) return; const menu = header.querySelector(".buttons-component"); const toggleBtn = header.querySelector(".fdw-menu-toggle"); if (window.innerWidth <= 980 && !toggleBtn) { initMobileMenu(); } else if (window.innerWidth > 980 && toggleBtn) { toggleBtn.remove(); if (menu) menu.classList.remove("fdw-active"); } }); }); (() => { const w = () => { let a = document.querySelector('.method-texts'), b = document.querySelector('.method-lists'); if (!a || !b || a.parentNode.classList.contains('methods-panel')) return; let d = document.createElement('div'); d.className = 'methods-panel container-component default full screen'; a.before(d); d.append(a, b); o.disconnect(); }; const o = new MutationObserver(w); o.observe(document.body, { childList: true, subtree: true }); w(); })(); document.querySelectorAll(".faqs-panel h3.style-15").forEach(function(question){ question.addEventListener("click", function(){ const answer = this.nextElementSibling; document.querySelectorAll(".faqs-panel h3.style-15").forEach(function(q){ if(q !== question){ q.classList.remove("active"); const a = q.nextElementSibling; a.style.maxHeight = null; } }); if(this.classList.contains("active")){ this.classList.remove("active"); answer.style.maxHeight = null; }else{ this.classList.add("active"); answer.style.maxHeight = answer.scrollHeight + "px"; } }); });
(function () { if (window.__faqAccordionV3) return; window.__faqAccordionV3 = true; function findAnswer(question) { var node = question.nextElementSibling; while (node) { if (node.tagName === "P" && node.classList.contains("style-16")) return node; if (node.tagName === "H3" && node.classList.contains("style-15")) break; node = node.nextElementSibling; } return null; } function getPanel(el) { return el.closest(".faqs-panel") || el.parentElement; } function wrapFaqItems() { var questions = []; var all = document.querySelectorAll("h3.style-15"); for (var i = 0; i < all.length; i++) { if (!all[i].closest(".faqs-item")) { questions.push(all[i]); } } questions.forEach(function (question) { var answer = findAnswer(question); if (!answer) return; var parent = question.parentNode; if (!parent) return; parent.classList.add("faqs-panel"); var item = document.createElement("div"); item.className = "faqs-item"; parent.insertBefore(item, question); item.appendChild(question); item.appendChild(answer); }); } function getItemChildren(item) { var question = null; var answer = null; var kids = item.children; for (var i = 0; i < kids.length; i++) { if (kids[i].tagName === "H3" && kids[i].classList.contains("style-15")) { question = kids[i]; } if (kids[i].tagName === "P" && kids[i].classList.contains("style-16")) { answer = kids[i]; } } return { question: question, answer: answer }; } function setItemOpen(item, open) { if (!item) return; var parts = getItemChildren(item); if (!parts.question || !parts.answer) return; item.classList.toggle("active", open); parts.question.classList.toggle("active", open); parts.answer.classList.toggle("open", open); } function closeAllInPanel(panel) { var items = panel.querySelectorAll(".faqs-item"); for (var i = 0; i < items.length; i++) { setItemOpen(items[i], false); } } function openItem(item) { var panel = getPanel(item); closeAllInPanel(panel); setItemOpen(item, true); } function toggleItem(item) { var panel = getPanel(item); var wasOpen = item.classList.contains("active"); panel.dataset.faqUserTouched = "1"; closeAllInPanel(panel); if (!wasOpen) { setItemOpen(item, true); } } function openFirstByDefault() { var panels = document.querySelectorAll(".faqs-panel"); for (var i = 0; i < panels.length; i++) { var panel = panels[i]; if (panel.dataset.faqUserTouched === "1") continue; if (panel.querySelector(".faqs-item.active")) continue; var firstItem = panel.querySelector(".faqs-item"); if (firstItem) { openItem(firstItem); } } } function runAll() { wrapFaqItems(); openFirstByDefault(); } document.addEventListener( "click", function (e) { var question = e.target.closest("h3.style-15"); if (!question) return; if (!question.closest(".faqs-item")) { wrapFaqItems(); } var item = question.closest(".faqs-item"); if (!item) return; e.preventDefault(); e.stopPropagation(); e.stopImmediatePropagation(); toggleItem(item); }, true ); var timer; new MutationObserver(function () { clearTimeout(timer); timer = setTimeout(runAll, 80); }).observe(document.body, { childList: true, subtree: true }); if (document.readyState === "loading") { document.addEventListener("DOMContentLoaded", runAll); } else { runAll(); } var tries = 0; var retry = setInterval(function () { runAll(); tries++; if (tries >= 24) clearInterval(retry); }, 250); })();

Prevent falls before they happen
It's Easy!
Home Safety Evaluations with a licensed
Occupational Therapist
via video call

Cordelia Biddle, OT/L
MS Occupational Therapy, Thomas Jefferson University (2017)
BA, Duke University (2009)

"To me, aging-in-place is about more than safety; it's also about the comfort, dignity, and independence that we all deserve to feel in our homes. Safety is how we get there."For over 10 years, I've been working passionately as a licensed occupational therapist keeping people safe in their homes.With expertise in fall prevention, I help you decide which specific home modifications will make the biggest impact for you and your loved ones.


Falls are common, costly, and preventable

Home safety assessments are essential



Here's how it works
Your virtual home safety evaluation is completed via a 45-minute video call,
where we will look at key areas of your home.

1. Book Your Session
Choose a time slot when you will be home.
Upon booking, you will receive a confirmation email with a link to join your video call session.
Loved ones who live outside your home may join the call!

2. Meet with me, your Home Safety Expert
At the time of your session, use your phone or tablet and click the link to join your video call.
During the home walkthrough, we'll discuss practical solutions that reduce your risk of fall or injury.

3. Receive your personalized Home Safety Plan
After your session, you'll receive your
Home Safety Plan via email.
Your plan includes the recommendations discussed during your session, and is organized based on priority, so the plan is easy to follow!

4. Access ongoing support
Reach out after your session with 1-2 questions via email, or book a 20-minute follow-up session (unlimited!) for more in-depth feedback.

Note: Follow-ups are only available after completing an initial 45-minute session.



As an occupational therapist, I consider the whole picture
to create recommendations that truly fit your life

Wholistic Approach

PersonActivitiesHome
Mobility / balanceBathroom useStairs
WeaknessCookingBathrooms
Cognitive issues / memoryNighttime toiletingEntryways/ pathways
Low visionHousekeepingLighting
Personal goalsLaundry / TrashKitchen
Social supportPet CareSmart Technology
BudgetMedication takingAccessible storage

Questions?



Virtual Home Safety Sessions

PRICING

45-Minute Full Session: $129

  • Comprehensive walkthrough with a licensed occupational therapist

  • Personalized Home Safety Plan with tailored recommendations

  • Follow-up support via email (1-2 questions)

20-Minute Follow-Up Session: $39

  • Follow-up video walkthrough and/or review of updated photos

  • Personalized answers to new questions as you enhance your home's safety

  • Ongoing support with unlimited follow-up sessions

Note: Available only after completing a 45-minute Full session.


Quick, simple, and personalized
your Home Safety Plan arrives within 24 hours

Small changes can make a BIG difference


FAQs

May I discuss someone else's home?
Yes! Hopefully with their permission, though we do not require consent of the homeowner.
Do I have to do a video call? I'd rather just do the session via phone call
You can opt for a phone call instead of video call. We ask that you send us photos of the home beforehand by following the instructions in your booking confirmation email.
Do I have to take photos of the home?
Photos are not required, though they are helpful as a visual tool for the occupational therapist.
What if I need to cancel or re-schedule my session?
We offer a full refund for cancellations submitted up to 24 hours before the scheduled session time. You may also re-schedule your session for free up to 24 hours before your original session time. If your session is scheduled to begin in less than 24 hours, you will need to re-book a new session and your original session will not be refunded.
How do I cancel or reschedule my session?
Easy! Just open your booking confirmation email and click the link for booking cancellation or re-scheduling.
How much is a session?
45-minute full session + your personalized Home Safety Report: $129
20-minute Follow Up session: $39
Is this covered by my health insurance plan?
This specific service is an out-of-pocket expense. We do not accept any health insurance as payment.
What if my consultation is over but I have more questions?
We are here for you! After your initial 45-minute session, we can answer 1-2 follow up questions via email, for no additional charge. You will also have access to book unlimited 20-minute Follow-Up sessions ($39 each)

More questions? Contact us at [email protected]

Designed to give you clarity, confidence, and peace of mind about your home's safety

Meet your Occupational Therapist

Cordelia Biddle, OT/L
MS Occupational Therapy, Thomas Jefferson University (2017)
BA, Duke University (2009)

My name is Cordelia Biddle, OT/L. I’m a licensed Occupational Therapist and have specialized in home safety for older adults for over 9 years. I focus on optimizing independence and safety within the home by preventing falls or injuries. This often brings peace of mind to my clients and their loved ones, and enables people to remain in their homes, and age-in-place gracefully, safely, and with dignity.As an OT, my approach to home safety assessments is wholistic. I consider more than just the space; I also consider the people. My recommendations are expertly tailored according to my client's mobility levels, physical and cognitive abilities, as well as preferred activities and duties within the home.During my assessments, I consider:The Person
- reduced mobility/balance issues
- weakness and decreased endurance
- low vision
- cognitive issues, such as memory loss
The Activities
-bathroom use (bathing, toileting)
-nighttime toileting
-cooking/meal prep
-laundry and trash management
-cleaning up/housekeeping
-pet care
The Space
- stairs
- cluttered pathways
- low lighting
- tub showers
- accessible storage
The BudgetI have extensive experience navigating resources like
- Medicare
- supplemental health insurance
- Veteran's Association benefits
to help cover the cost of home modifications and safety equipment. I include this knowledge in my recommendations to reduce your out-of-pockets costs when possible.I love what I do! And I look forward to working with you and your loved ones to help keep everyone in their home, safe and happy.

More questions? Contact us at [email protected]


Connect with a licensed home safety occupational therapist who will review your home, identify potential safety hazards, and provide personalized recommendations - tailored to your needs, concerns and budget.