# Luvo Healthcare — Full Site Description > Travel healthcare marketplace connecting clinicians with top facilities nationwide. ## Company Overview Luvo Healthcare is a travel healthcare staffing marketplace that connects travel clinicians (therapists and allied health professionals) with healthcare facilities across the United States. The platform serves three user types: 1. **Clinicians** — Travel therapists and allied health professionals looking for travel assignments 2. **Healthcare Facilities** — Hospitals, clinics, nursing homes, and other healthcare providers seeking temporary clinical staff 3. **Platform Administrators** — Internal operations team managing the marketplace ## Specialties Served Job listings cover these specialties (slug used in URLs): | Abbreviation | Full Name | Slug | |---|---|---| | PT | Physical Therapist | physical-therapist | | OT | Occupational Therapist | occupational-therapist | | PTA | Physical Therapist Assistant | physical-therapist-assistant | | COTA | Certified Occupational Therapy Assistant | certified-occupational-therapy-assistant | | SLP | Speech-Language Pathologist | speech-language-pathologist | Licensure guides additionally cover these allied-health professions: | Abbreviation | Full Name | Slug | |---|---|---| | Rad Tech | Radiologic Technologist | radiologic-technologist | | MRI Tech | MRI Technologist | mri-technologist | | Sonographer | Diagnostic Medical Sonographer | sonographer | | RT | Respiratory Therapist | respiratory-therapist | ## Geographic Coverage The platform covers all 50 US states plus the District of Columbia. Job listings include city-level location data, pay ranges, shift types (day, night, rotating), contract duration in weeks, start dates, and facility type (hospital, clinic, nursing home, etc.). ## Job Listing Data Model Each position includes: - **Title** — Job title (e.g., "Outpatient Physical Therapist") - **Specialty** — Clinical specialty (PT, OT, PTA, COTA, SLP) - **Location** — City and state - **Pay Rate** — Hourly pay range (min–max) - **Shift Type** — Day, Night, or Rotating - **Duration** — Contract length in weeks - **Start Date** — When the assignment begins - **Facility Type** — Hospital, Clinic, Nursing Home, etc. - **Description** — Full job description - **Requirements** — Qualifications needed ## URL Structure (Programmatic SEO) ### Browse Pages - `/jobs` — All travel healthcare job listings with search and filters - `/jobs/{specialty-slug}` — Jobs filtered by specialty - Example: /jobs/physical-therapist, /jobs/occupational-therapist - `/jobs/{state-slug}` — Jobs filtered by state - Example: /jobs/california, /jobs/new-york - `/jobs/{specialty-slug}/{state-slug}` — Jobs by specialty and state - Example: /jobs/physical-therapist/california - `/jobs/{state-slug}/{city-slug}` — Jobs by state and city - Example: /jobs/california/los-angeles - `/jobs/{specialty-slug}/{state-slug}/{city-slug}` — Jobs by specialty, state, and city - Example: /jobs/physical-therapist/california/los-angeles ### Individual Job Pages - `/jobs/{position-slug}` — Individual job detail with full description and pay - Position slugs end with an 8-character alphanumeric CUID suffix - Example: /jobs/outpatient-physical-therapist-ca-cm2abc12 ### Other Resource Pages - `/resources/calculator` — Travel pay calculator (estimate weekly take-home pay) - `/resources/certifications` — Healthcare certifications guide index - `/resources/certifications/{slug}` — Individual certification detail (renewal cycle, cost, provider) - `/resources/housing` — Guide to finding housing as a travel healthcare worker - `/resources/blog` — Articles, tips, and insights for travel healthcare professionals - `/resources/blog/{slug}` — Individual blog post - `/resources/faq` — Frequently asked questions about travel healthcare ### Other Marketing Pages - `/` — Homepage - `/about` — About Luvo Healthcare - `/facilities` — Information for healthcare facilities - `/facilities/how-it-works` — How the staffing process works for facilities - `/testimonials` — Why clinicians choose Luvo (pay transparency, recruiters, coverage) - `/jobs/map` — Interactive map of travel healthcare jobs ## Structured Data - Organization schema on all pages - WebSite schema with SearchAction on all pages - JobPosting schema on individual job detail pages - BreadcrumbList schema on job browse/detail pages - FAQPage schema on FAQ pages - BlogPosting schema on individual blog posts ## Technology Built with Next.js (App Router), React, TypeScript, Tailwind CSS, PostgreSQL, and Prisma ORM. ## Contact Website: https://luvohealthcare.com