Lead #611
Best Contact
Alison Lyon — chiropractor
Email
info@castleclinic.com (person)
Override
Captured Pages
https://castleclinic.com/staff
Status: 404
Emails:
View text
https://castleclinic.com/our-team
Status: 404
Emails:
View text
https://castleclinic.com/meet-the-team
Status: 200
Emails: info@castleclinic.com
View text
Castle Yard, Knaresborough, HG5 8AS 01423 797800 Menu Home About About Us Prices Treatments Osteopathy Physiotherapy Chiropractic Podiatry Shockwave Therapy Sports Massage See More Meet the Team Conditions Achilles tendinopathy Arthritis Back & Neck pain Vertigo (BPPV) Headaches Plantar fasciitis Sciatica Carpal Tunnel Syndrome Blog Contact Us Book Now meet the team Menu Home About About Us Prices Treatments Osteopathy Physiotherapy Chiropractic Podiatry Shockwave Therapy Sports Massage See More Meet the Team Conditions Achilles tendinopathy Arthritis Back & Neck pain Vertigo (BPPV) Headaches Plantar fasciitis Sciatica Carpal Tunnel Syndrome Blog Contact Us Meet The Team Our team consists of highly qualified and experienced professionals who are dedicated to helping you achieve optimal health. Each practitioner brings their unique expertise and passion for complementary healthcare, ensuring that you receive the highest level of care. Meet our team to learn more about their backgrounds, specialisations and the personalised approach they offer to support you to a life of better health and well-being. Find the perfect practitioner who aligns with your needs and experience the expert treatment they provide in supporting you on your path to feeling better. With a diverse range of specialties including chiropractic, acupuncture, massage therapy and more, our team offers you a comprehensive approach to address your health concerns effectively. Alison Lyon-Murphy Acupuncturist Anna Mackay Chiropractor Charlotte Bruce Associate Osteopath https://www.linkedin.com/in/charlotte-bruce-b37617121/ Daniel Ortega Bowen Associate Osteopath https://www.linkedin.com/in/daniel-ortega-bowen-5674a237b/ Sam Massheder Sports Massage Therapist Gemma Smith Associate Osteopath & Sports Massage Therapist https://www.linkedin.com/in/gemma-smith-9807a3200/ Filipe Lucio Sports Massage Therapist Fiona Devenney Art Therapist Janice Miller Medical Herbalist & Acupuncturist Jonathan Rebanks Physiotherapist https://www.linkedin.com/in/jonathan-rebanks-78b78336a/ Lauren Payen Associate Osteopath https://www.linkedin.com/in/lauren-payen/ Daniel Toher Associate Osteopath https://www.linkedin.com/in/daniel-toher-9109b622a/ Nia Marie May Associate Osteopath Sandra Shackleton Health Kinesiologist & Massage Therapist Elise Butler Podiatrist https://www.linkedin.com/in/elise-butler-47b4a1370/ Sebastian Contreras Senior Osteopath https://www.linkedin.com/in/sebastian-contreras-35112251/ Zanib Iqbal Senior Audiologist Contact Us Castle Yard, Knaresborough, HG5 8AS Get Directions 01423 797800 Email Us: info@castleclinic.com Twitter Facebook YouTube Opening Hours Mon 8am-8:30pm Tue 9am-6pm Wed 9am-8:30pm Thu 8am-7pm Fri 8am-6pm Sat 9am-1pm Sun Closed Site Terms Privacy Policy Complaints Procedure © 2025 All Rights Reserved Castle Clinic Book Now {"prefetch":[{"source":"document","where":{"and":[{"href_matches":"\/*"},{"not":{"href_matches":["\/wp-*.php","\/wp-admin\/*","\/wp-content\/uploads\/*","\/wp-content\/*","\/wp-content\/plugins\/*","\/wp-content\/themes\/Castle-Clinic\/*","\/wp-content\/themes\/organic-natural\/*","\/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]} document.addEventListener("DOMContentLoaded", function() { document.querySelectorAll(".entry-meta.staff-meta .facebook").forEach(function(el) { // Update class names el.classList.remove("facebook"); el.classList.add("linkedin"); let link = el.querySelector("a"); if (link) { link.classList.remove("staff-member-facebook"); link.classList.add("staff-member-linkedin"); // Update title attribute if (link.title) { link.title = link.title.replace(/Facebook/gi, "LinkedIn"); } // Force new tab link.setAttribute("target", "_blank"); link.setAttribute("rel", "noopener noreferrer"); // Replace SVG with LinkedIn SVG link.innerHTML = ` <svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" fill="currentColor" viewBox="0 0 24 24"> <path d="M20.452 20.452h-3.554v-5.568c0-1.328-.027-3.037-1.849-3.037-1.849 0-2.134 1.445-2.134 2.939v5.666H9.361V9h3.414v1.561h.049c.476-.9 1.637-1.849 3.368-1.849 3.599 0 4.263 2.368 4.263 5.451v6.289zM5.337 7.433a2.062 2.062 0 1 1 0-4.124 2.062 2.062 0 0 1 0 4.124zM7.119 20.452H3.554V9h3.565v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.225 0z"/> </svg> `; } }); }); (function waitForCookieYes() { if (typeof CookieYes === 'undefined' || !CookieYes.consent) { setTimeout(waitForCookieYes, 100); return; } function fireGtagConfig() { gtag('consent', 'update', { ad_storage: 'granted', analytics_storage: 'granted', ad_user_data: 'granted', ad_personalization: 'granted' }); // Fire the Google Ads tag AFTER consent gtag('config', 'AW-16743593188'); } // Fire immediately if consent already granted if (CookieYes.consent?.analytics && CookieYes.consent?.ad) { fireGtagConfig(); } // Also listen for consent updates after banner click document.addEventListener('cookieyes_consent_update', function () { if (CookieYes.consent?.analytics && CookieYes.consent?.ad) { fireGtagConfig(); } }); })(); document.addEventListener("DOMContentLoaded", function() { const hash = window.location.hash; if (hash) { // Try matching either your custom IDs OR the plugin's IDs let target = document.querySelector(hash); if (!target) { // If using plugin default IDs like #collapse13133 target = document.getElementById(hash.replace("#", "")); } if (target) { // Find the header <a> that toggles this panel const trigger = document.querySelector('[data-sptarget="' + hash + '"], [data-sptarget="#' + target.id + '"]'); if (trigger) { trigger.click(); // simulate a click to open accordion // Optionally scroll into view setTimeout(() => { const yOffset = -100; // adjust this to match your sticky header height const y = target.getBoundingClientRect().top + window.scrollY + yOffset; window.scrollTo({ top: y, behavior: "smooth" }); }, 200); } } } });
https://castleclinic.com/team
Status: 404
Emails:
View text
https://castleclinic.com/about
Status: 200
Emails: info@castleclinic.com
View text
Castle Yard, Knaresborough, HG5 8AS 01423 797800 Menu Home About About Us Prices Treatments Osteopathy Physiotherapy Chiropractic Podiatry Shockwave Therapy Sports Massage See More Meet the Team Conditions Achilles tendinopathy Arthritis Back & Neck pain Vertigo (BPPV) Headaches Plantar fasciitis Sciatica Carpal Tunnel Syndrome Blog Contact Us Book Now about us Menu Home About About Us Prices Treatments Osteopathy Physiotherapy Chiropractic Podiatry Shockwave Therapy Sports Massage See More Meet the Team Conditions Achilles tendinopathy Arthritis Back & Neck pain Vertigo (BPPV) Headaches Plantar fasciitis Sciatica Carpal Tunnel Syndrome Blog Contact Us About Us Healthcare is evolving. Its focus is moving away from treating a list of symptoms and towards understanding and improving how the body works: how it moves, how it digests, how it sleeps, how it breathes, in order to feel good and be healthy. Our Approach With over 20 years serving the community of Knaresborough, Harrogate and the surrounding villages, our clinic has long been a trusted centre for effective, natural treatments. The majority of our new patients are personally recommended or referred directly from their GP or consultant. We understand that there is no one-size-fits-all approach. Established in 2004, Castle Clinic offers comprehensive, holistic and effective healthcare, considering your body and mind, from your head to your toes. With our many personalised therapies and an eclectic team of caring practitioners, we believe you will find the right partner to help support you to a life of better health and well-being. Book Now If you have any questions, please get in touch. We’re a friendly bunch and one of our core values is that our patients are listened to, valued and cared for. So let us start by seeing how we can help! Why choose us? Friendly and personal approach Diverse range of therapies Expert team Effective healthcare Comfortable environment State of the art equipment Good appointment availability Our experienced team offers a personalised approach and is committed to delivering exceptional results. We are here to help you on your journey to better health. All our practitioners are qualified, appropriately regulated and fully insured.When you make an appointment with us, you know you will be safe in our hands. Opening Hours Monday 8am – 8:30pm Tuesday 9am – 6pm Wednesday 9am – 8:30pm Thursday 8am -7pm Friday 8am – 6pm Saturday 9am-1pm Sunday Closed Book Now Hear From Our Satisfied PatientsThese testimonials showcase the transformative impact of our services and the positive outcomes they have achieved. As you navigate through the following videos, you will witness first-hand the genuine accounts of individuals who have benefited from our care. Their words serve as a testament to our commitment to providing exceptional, patient centred healthcare. We invite you to listen to their stories and gain insight into the transformative possibilities that await you at Castle Clinic. Video 1Video 2Video 3Video 4 Contact Us Castle Yard, Knaresborough, HG5 8AS Get Directions 01423 797800 Email Us: info@castleclinic.com Twitter Facebook YouTube Opening Hours Mon 8am-8:30pm Tue 9am-6pm Wed 9am-8:30pm Thu 8am-7pm Fri 8am-6pm Sat 9am-1pm Sun Closed Site Terms Privacy Policy Complaints Procedure © 2025 All Rights Reserved Castle Clinic Book Now {"prefetch":[{"source":"document","where":{"and":[{"href_matches":"\/*"},{"not":{"href_matches":["\/wp-*.php","\/wp-admin\/*","\/wp-content\/uploads\/*","\/wp-content\/*","\/wp-content\/plugins\/*","\/wp-content\/themes\/Castle-Clinic\/*","\/wp-content\/themes\/organic-natural\/*","\/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]} document.addEventListener("DOMContentLoaded", function() { document.querySelectorAll(".entry-meta.staff-meta .facebook").forEach(function(el) { // Update class names el.classList.remove("facebook"); el.classList.add("linkedin"); let link = el.querySelector("a"); if (link) { link.classList.remove("staff-member-facebook"); link.classList.add("staff-member-linkedin"); // Update title attribute if (link.title) { link.title = link.title.replace(/Facebook/gi, "LinkedIn"); } // Force new tab link.setAttribute("target", "_blank"); link.setAttribute("rel", "noopener noreferrer"); // Replace SVG with LinkedIn SVG link.innerHTML = ` <svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" fill="currentColor" viewBox="0 0 24 24"> <path d="M20.452 20.452h-3.554v-5.568c0-1.328-.027-3.037-1.849-3.037-1.849 0-2.134 1.445-2.134 2.939v5.666H9.361V9h3.414v1.561h.049c.476-.9 1.637-1.849 3.368-1.849 3.599 0 4.263 2.368 4.263 5.451v6.289zM5.337 7.433a2.062 2.062 0 1 1 0-4.124 2.062 2.062 0 0 1 0 4.124zM7.119 20.452H3.554V9h3.565v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.225 0z"/> </svg> `; } }); }); .wp-container-core-columns-is-layout-9d6595d7{flex-wrap:nowrap;} (function waitForCookieYes() { if (typeof CookieYes === 'undefined' || !CookieYes.consent) { setTimeout(waitForCookieYes, 100); return; } function fireGtagConfig() { gtag('consent', 'update', { ad_storage: 'granted', analytics_storage: 'granted', ad_user_data: 'granted', ad_personalization: 'granted' }); // Fire the Google Ads tag AFTER consent gtag('config', 'AW-16743593188'); } // Fire immediately if consent already granted if (CookieYes.consent?.analytics && CookieYes.consent?.ad) { fireGtagConfig(); } // Also listen for consent updates after banner click document.addEventListener('cookieyes_consent_update', function () { if (CookieYes.consent?.analytics && CookieYes.consent?.ad) { fireGtagConfig(); } }); })(); document.addEventListener("DOMContentLoaded", function() { const hash = window.location.hash; if (hash) { // Try matching either your custom IDs OR the plugin's IDs let target = document.querySelector(hash); if (!target) { // If using plugin default IDs like #collapse13133 target = document.getElementById(hash.replace("#", "")); } if (target) { // Find the header <a> that toggles this panel const trigger = document.querySelector('[data-sptarget="' + hash + '"], [data-sptarget="#' + target.id + '"]'); if (trigger) { trigger.click(); // simulate a click to open accordion // Optionally scroll into view setTimeout(() => { const yOffset = -100; // adjust this to match your sticky header height const y = target.getBoundingClientRect().top + window.scrollY + yOffset; window.scrollTo({ top: y, behavior: "smooth" }); }, 200); } } } });
https://castleclinic.com/contact
Status: 200
Emails: info@castleclinic.com
View text
Castle Yard, Knaresborough, HG5 8AS 01423 797800 Menu Home About About Us Prices Treatments Osteopathy Physiotherapy Chiropractic Podiatry Shockwave Therapy Sports Massage See More Meet the Team Conditions Achilles tendinopathy Arthritis Back & Neck pain Vertigo (BPPV) Headaches Plantar fasciitis Sciatica Carpal Tunnel Syndrome Blog Contact Us Book Now Menu Home About About Us Prices Treatments Osteopathy Physiotherapy Chiropractic Podiatry Shockwave Therapy Sports Massage See More Meet the Team Conditions Achilles tendinopathy Arthritis Back & Neck pain Vertigo (BPPV) Headaches Plantar fasciitis Sciatica Carpal Tunnel Syndrome Blog Contact Us Contact Us Get in touch! Please provide us with as much detail as possible by filling out the form below, and we will make it a priority to respond to your inquiry as soon as possible. Castle Yard, Knaresborough, HG5 8AS 01423 797800 info@castleclinic.com Book Now Contact Us Castle Yard, Knaresborough, HG5 8AS Get Directions 01423 797800 Email Us: info@castleclinic.com Twitter Facebook YouTube Opening Hours Mon 8am-8:30pm Tue 9am-6pm Wed 9am-8:30pm Thu 8am-7pm Fri 8am-6pm Sat 9am-1pm Sun Closed Site Terms Privacy Policy Complaints Procedure © 2025 All Rights Reserved Castle Clinic Book Now {"prefetch":[{"source":"document","where":{"and":[{"href_matches":"\/*"},{"not":{"href_matches":["\/wp-*.php","\/wp-admin\/*","\/wp-content\/uploads\/*","\/wp-content\/*","\/wp-content\/plugins\/*","\/wp-content\/themes\/Castle-Clinic\/*","\/wp-content\/themes\/organic-natural\/*","\/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]} document.addEventListener("DOMContentLoaded", function() { document.querySelectorAll(".entry-meta.staff-meta .facebook").forEach(function(el) { // Update class names el.classList.remove("facebook"); el.classList.add("linkedin"); let link = el.querySelector("a"); if (link) { link.classList.remove("staff-member-facebook"); link.classList.add("staff-member-linkedin"); // Update title attribute if (link.title) { link.title = link.title.replace(/Facebook/gi, "LinkedIn"); } // Force new tab link.setAttribute("target", "_blank"); link.setAttribute("rel", "noopener noreferrer"); // Replace SVG with LinkedIn SVG link.innerHTML = ` <svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" fill="currentColor" viewBox="0 0 24 24"> <path d="M20.452 20.452h-3.554v-5.568c0-1.328-.027-3.037-1.849-3.037-1.849 0-2.134 1.445-2.134 2.939v5.666H9.361V9h3.414v1.561h.049c.476-.9 1.637-1.849 3.368-1.849 3.599 0 4.263 2.368 4.263 5.451v6.289zM5.337 7.433a2.062 2.062 0 1 1 0-4.124 2.062 2.062 0 0 1 0 4.124zM7.119 20.452H3.554V9h3.565v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.225 0z"/> </svg> `; } }); }); .wp-container-core-columns-is-layout-9d6595d7{flex-wrap:nowrap;} (function waitForCookieYes() { if (typeof CookieYes === 'undefined' || !CookieYes.consent) { setTimeout(waitForCookieYes, 100); return; } function fireGtagConfig() { gtag('consent', 'update', { ad_storage: 'granted', analytics_storage: 'granted', ad_user_data: 'granted', ad_personalization: 'granted' }); // Fire the Google Ads tag AFTER consent gtag('config', 'AW-16743593188'); } // Fire immediately if consent already granted if (CookieYes.consent?.analytics && CookieYes.consent?.ad) { fireGtagConfig(); } // Also listen for consent updates after banner click document.addEventListener('cookieyes_consent_update', function () { if (CookieYes.consent?.analytics && CookieYes.consent?.ad) { fireGtagConfig(); } }); })(); document.addEventListener("DOMContentLoaded", function() { const hash = window.location.hash; if (hash) { // Try matching either your custom IDs OR the plugin's IDs let target = document.querySelector(hash); if (!target) { // If using plugin default IDs like #collapse13133 target = document.getElementById(hash.replace("#", "")); } if (target) { // Find the header <a> that toggles this panel const trigger = document.querySelector('[data-sptarget="' + hash + '"], [data-sptarget="#' + target.id + '"]'); if (trigger) { trigger.click(); // simulate a click to open accordion // Optionally scroll into view setTimeout(() => { const yOffset = -100; // adjust this to match your sticky header height const y = target.getBoundingClientRect().top + window.scrollY + yOffset; window.scrollTo({ top: y, behavior: "smooth" }); }, 200); } } } });
https://castleclinic.com/contact-us
Status: 200
Emails: info@castleclinic.com
View text
Castle Yard, Knaresborough, HG5 8AS 01423 797800 Menu Home About About Us Prices Treatments Osteopathy Physiotherapy Chiropractic Podiatry Shockwave Therapy Sports Massage See More Meet the Team Conditions Achilles tendinopathy Arthritis Back & Neck pain Vertigo (BPPV) Headaches Plantar fasciitis Sciatica Carpal Tunnel Syndrome Blog Contact Us Book Now Menu Home About About Us Prices Treatments Osteopathy Physiotherapy Chiropractic Podiatry Shockwave Therapy Sports Massage See More Meet the Team Conditions Achilles tendinopathy Arthritis Back & Neck pain Vertigo (BPPV) Headaches Plantar fasciitis Sciatica Carpal Tunnel Syndrome Blog Contact Us Contact Us Get in touch! Please provide us with as much detail as possible by filling out the form below, and we will make it a priority to respond to your inquiry as soon as possible. Castle Yard, Knaresborough, HG5 8AS 01423 797800 info@castleclinic.com Book Now Contact Us Castle Yard, Knaresborough, HG5 8AS Get Directions 01423 797800 Email Us: info@castleclinic.com Twitter Facebook YouTube Opening Hours Mon 8am-8:30pm Tue 9am-6pm Wed 9am-8:30pm Thu 8am-7pm Fri 8am-6pm Sat 9am-1pm Sun Closed Site Terms Privacy Policy Complaints Procedure © 2025 All Rights Reserved Castle Clinic Book Now {"prefetch":[{"source":"document","where":{"and":[{"href_matches":"\/*"},{"not":{"href_matches":["\/wp-*.php","\/wp-admin\/*","\/wp-content\/uploads\/*","\/wp-content\/*","\/wp-content\/plugins\/*","\/wp-content\/themes\/Castle-Clinic\/*","\/wp-content\/themes\/organic-natural\/*","\/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]} document.addEventListener("DOMContentLoaded", function() { document.querySelectorAll(".entry-meta.staff-meta .facebook").forEach(function(el) { // Update class names el.classList.remove("facebook"); el.classList.add("linkedin"); let link = el.querySelector("a"); if (link) { link.classList.remove("staff-member-facebook"); link.classList.add("staff-member-linkedin"); // Update title attribute if (link.title) { link.title = link.title.replace(/Facebook/gi, "LinkedIn"); } // Force new tab link.setAttribute("target", "_blank"); link.setAttribute("rel", "noopener noreferrer"); // Replace SVG with LinkedIn SVG link.innerHTML = ` <svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" fill="currentColor" viewBox="0 0 24 24"> <path d="M20.452 20.452h-3.554v-5.568c0-1.328-.027-3.037-1.849-3.037-1.849 0-2.134 1.445-2.134 2.939v5.666H9.361V9h3.414v1.561h.049c.476-.9 1.637-1.849 3.368-1.849 3.599 0 4.263 2.368 4.263 5.451v6.289zM5.337 7.433a2.062 2.062 0 1 1 0-4.124 2.062 2.062 0 0 1 0 4.124zM7.119 20.452H3.554V9h3.565v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.225 0z"/> </svg> `; } }); }); .wp-container-core-columns-is-layout-9d6595d7{flex-wrap:nowrap;} (function waitForCookieYes() { if (typeof CookieYes === 'undefined' || !CookieYes.consent) { setTimeout(waitForCookieYes, 100); return; } function fireGtagConfig() { gtag('consent', 'update', { ad_storage: 'granted', analytics_storage: 'granted', ad_user_data: 'granted', ad_personalization: 'granted' }); // Fire the Google Ads tag AFTER consent gtag('config', 'AW-16743593188'); } // Fire immediately if consent already granted if (CookieYes.consent?.analytics && CookieYes.consent?.ad) { fireGtagConfig(); } // Also listen for consent updates after banner click document.addEventListener('cookieyes_consent_update', function () { if (CookieYes.consent?.analytics && CookieYes.consent?.ad) { fireGtagConfig(); } }); })(); document.addEventListener("DOMContentLoaded", function() { const hash = window.location.hash; if (hash) { // Try matching either your custom IDs OR the plugin's IDs let target = document.querySelector(hash); if (!target) { // If using plugin default IDs like #collapse13133 target = document.getElementById(hash.replace("#", "")); } if (target) { // Find the header <a> that toggles this panel const trigger = document.querySelector('[data-sptarget="' + hash + '"], [data-sptarget="#' + target.id + '"]'); if (trigger) { trigger.click(); // simulate a click to open accordion // Optionally scroll into view setTimeout(() => { const yOffset = -100; // adjust this to match your sticky header height const y = target.getBoundingClientRect().top + window.scrollY + yOffset; window.scrollTo({ top: y, behavior: "smooth" }); }, 200); } } } });
https://castleclinic.com/meet-the-team
Status: 200
Emails: info@castleclinic.com
View text
Castle Yard, Knaresborough, HG5 8AS 01423 797800 Menu Home About About Us Prices Treatments Osteopathy Physiotherapy Chiropractic Podiatry Shockwave Therapy Sports Massage See More Meet the Team Conditions Achilles tendinopathy Arthritis Back & Neck pain Vertigo (BPPV) Headaches Plantar fasciitis Sciatica Carpal Tunnel Syndrome Blog Contact Us Book Now meet the team Menu Home About About Us Prices Treatments Osteopathy Physiotherapy Chiropractic Podiatry Shockwave Therapy Sports Massage See More Meet the Team Conditions Achilles tendinopathy Arthritis Back & Neck pain Vertigo (BPPV) Headaches Plantar fasciitis Sciatica Carpal Tunnel Syndrome Blog Contact Us Meet The Team Our team consists of highly qualified and experienced professionals who are dedicated to helping you achieve optimal health. Each practitioner brings their unique expertise and passion for complementary healthcare, ensuring that you receive the highest level of care. Meet our team to learn more about their backgrounds, specialisations and the personalised approach they offer to support you to a life of better health and well-being. Find the perfect practitioner who aligns with your needs and experience the expert treatment they provide in supporting you on your path to feeling better. With a diverse range of specialties including chiropractic, acupuncture, massage therapy and more, our team offers you a comprehensive approach to address your health concerns effectively. Alison Lyon-Murphy Acupuncturist Anna Mackay Chiropractor Charlotte Bruce Associate Osteopath https://www.linkedin.com/in/charlotte-bruce-b37617121/ Daniel Ortega Bowen Associate Osteopath https://www.linkedin.com/in/daniel-ortega-bowen-5674a237b/ Sam Massheder Sports Massage Therapist Gemma Smith Associate Osteopath & Sports Massage Therapist https://www.linkedin.com/in/gemma-smith-9807a3200/ Filipe Lucio Sports Massage Therapist Fiona Devenney Art Therapist Janice Miller Medical Herbalist & Acupuncturist Jonathan Rebanks Physiotherapist https://www.linkedin.com/in/jonathan-rebanks-78b78336a/ Lauren Payen Associate Osteopath https://www.linkedin.com/in/lauren-payen/ Daniel Toher Associate Osteopath https://www.linkedin.com/in/daniel-toher-9109b622a/ Nia Marie May Associate Osteopath Sandra Shackleton Health Kinesiologist & Massage Therapist Elise Butler Podiatrist https://www.linkedin.com/in/elise-butler-47b4a1370/ Sebastian Contreras Senior Osteopath https://www.linkedin.com/in/sebastian-contreras-35112251/ Zanib Iqbal Senior Audiologist Contact Us Castle Yard, Knaresborough, HG5 8AS Get Directions 01423 797800 Email Us: info@castleclinic.com Twitter Facebook YouTube Opening Hours Mon 8am-8:30pm Tue 9am-6pm Wed 9am-8:30pm Thu 8am-7pm Fri 8am-6pm Sat 9am-1pm Sun Closed Site Terms Privacy Policy Complaints Procedure © 2025 All Rights Reserved Castle Clinic Book Now {"prefetch":[{"source":"document","where":{"and":[{"href_matches":"\/*"},{"not":{"href_matches":["\/wp-*.php","\/wp-admin\/*","\/wp-content\/uploads\/*","\/wp-content\/*","\/wp-content\/plugins\/*","\/wp-content\/themes\/Castle-Clinic\/*","\/wp-content\/themes\/organic-natural\/*","\/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]} document.addEventListener("DOMContentLoaded", function() { document.querySelectorAll(".entry-meta.staff-meta .facebook").forEach(function(el) { // Update class names el.classList.remove("facebook"); el.classList.add("linkedin"); let link = el.querySelector("a"); if (link) { link.classList.remove("staff-member-facebook"); link.classList.add("staff-member-linkedin"); // Update title attribute if (link.title) { link.title = link.title.replace(/Facebook/gi, "LinkedIn"); } // Force new tab link.setAttribute("target", "_blank"); link.setAttribute("rel", "noopener noreferrer"); // Replace SVG with LinkedIn SVG link.innerHTML = ` <svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" fill="currentColor" viewBox="0 0 24 24"> <path d="M20.452 20.452h-3.554v-5.568c0-1.328-.027-3.037-1.849-3.037-1.849 0-2.134 1.445-2.134 2.939v5.666H9.361V9h3.414v1.561h.049c.476-.9 1.637-1.849 3.368-1.849 3.599 0 4.263 2.368 4.263 5.451v6.289zM5.337 7.433a2.062 2.062 0 1 1 0-4.124 2.062 2.062 0 0 1 0 4.124zM7.119 20.452H3.554V9h3.565v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.225 0z"/> </svg> `; } }); }); (function waitForCookieYes() { if (typeof CookieYes === 'undefined' || !CookieYes.consent) { setTimeout(waitForCookieYes, 100); return; } function fireGtagConfig() { gtag('consent', 'update', { ad_storage: 'granted', analytics_storage: 'granted', ad_user_data: 'granted', ad_personalization: 'granted' }); // Fire the Google Ads tag AFTER consent gtag('config', 'AW-16743593188'); } // Fire immediately if consent already granted if (CookieYes.consent?.analytics && CookieYes.consent?.ad) { fireGtagConfig(); } // Also listen for consent updates after banner click document.addEventListener('cookieyes_consent_update', function () { if (CookieYes.consent?.analytics && CookieYes.consent?.ad) { fireGtagConfig(); } }); })(); document.addEventListener("DOMContentLoaded", function() { const hash = window.location.hash; if (hash) { // Try matching either your custom IDs OR the plugin's IDs let target = document.querySelector(hash); if (!target) { // If using plugin default IDs like #collapse13133 target = document.getElementById(hash.replace("#", "")); } if (target) { // Find the header <a> that toggles this panel const trigger = document.querySelector('[data-sptarget="' + hash + '"], [data-sptarget="#' + target.id + '"]'); if (trigger) { trigger.click(); // simulate a click to open accordion // Optionally scroll into view setTimeout(() => { const yOffset = -100; // adjust this to match your sticky header height const y = target.getBoundingClientRect().top + window.scrollY + yOffset; window.scrollTo({ top: y, behavior: "smooth" }); }, 200); } } } });
https://castleclinic.com/about-us
Status: 200
Emails: info@castleclinic.com
View text
Castle Yard, Knaresborough, HG5 8AS 01423 797800 Menu Home About About Us Prices Treatments Osteopathy Physiotherapy Chiropractic Podiatry Shockwave Therapy Sports Massage See More Meet the Team Conditions Achilles tendinopathy Arthritis Back & Neck pain Vertigo (BPPV) Headaches Plantar fasciitis Sciatica Carpal Tunnel Syndrome Blog Contact Us Book Now about us Menu Home About About Us Prices Treatments Osteopathy Physiotherapy Chiropractic Podiatry Shockwave Therapy Sports Massage See More Meet the Team Conditions Achilles tendinopathy Arthritis Back & Neck pain Vertigo (BPPV) Headaches Plantar fasciitis Sciatica Carpal Tunnel Syndrome Blog Contact Us About Us Healthcare is evolving. Its focus is moving away from treating a list of symptoms and towards understanding and improving how the body works: how it moves, how it digests, how it sleeps, how it breathes, in order to feel good and be healthy. Our Approach With over 20 years serving the community of Knaresborough, Harrogate and the surrounding villages, our clinic has long been a trusted centre for effective, natural treatments. The majority of our new patients are personally recommended or referred directly from their GP or consultant. We understand that there is no one-size-fits-all approach. Established in 2004, Castle Clinic offers comprehensive, holistic and effective healthcare, considering your body and mind, from your head to your toes. With our many personalised therapies and an eclectic team of caring practitioners, we believe you will find the right partner to help support you to a life of better health and well-being. Book Now If you have any questions, please get in touch. We’re a friendly bunch and one of our core values is that our patients are listened to, valued and cared for. So let us start by seeing how we can help! Why choose us? Friendly and personal approach Diverse range of therapies Expert team Effective healthcare Comfortable environment State of the art equipment Good appointment availability Our experienced team offers a personalised approach and is committed to delivering exceptional results. We are here to help you on your journey to better health. All our practitioners are qualified, appropriately regulated and fully insured.When you make an appointment with us, you know you will be safe in our hands. Opening Hours Monday 8am – 8:30pm Tuesday 9am – 6pm Wednesday 9am – 8:30pm Thursday 8am -7pm Friday 8am – 6pm Saturday 9am-1pm Sunday Closed Book Now Hear From Our Satisfied PatientsThese testimonials showcase the transformative impact of our services and the positive outcomes they have achieved. As you navigate through the following videos, you will witness first-hand the genuine accounts of individuals who have benefited from our care. Their words serve as a testament to our commitment to providing exceptional, patient centred healthcare. We invite you to listen to their stories and gain insight into the transformative possibilities that await you at Castle Clinic. Video 1Video 2Video 3Video 4 Contact Us Castle Yard, Knaresborough, HG5 8AS Get Directions 01423 797800 Email Us: info@castleclinic.com Twitter Facebook YouTube Opening Hours Mon 8am-8:30pm Tue 9am-6pm Wed 9am-8:30pm Thu 8am-7pm Fri 8am-6pm Sat 9am-1pm Sun Closed Site Terms Privacy Policy Complaints Procedure © 2025 All Rights Reserved Castle Clinic Book Now {"prefetch":[{"source":"document","where":{"and":[{"href_matches":"\/*"},{"not":{"href_matches":["\/wp-*.php","\/wp-admin\/*","\/wp-content\/uploads\/*","\/wp-content\/*","\/wp-content\/plugins\/*","\/wp-content\/themes\/Castle-Clinic\/*","\/wp-content\/themes\/organic-natural\/*","\/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]} document.addEventListener("DOMContentLoaded", function() { document.querySelectorAll(".entry-meta.staff-meta .facebook").forEach(function(el) { // Update class names el.classList.remove("facebook"); el.classList.add("linkedin"); let link = el.querySelector("a"); if (link) { link.classList.remove("staff-member-facebook"); link.classList.add("staff-member-linkedin"); // Update title attribute if (link.title) { link.title = link.title.replace(/Facebook/gi, "LinkedIn"); } // Force new tab link.setAttribute("target", "_blank"); link.setAttribute("rel", "noopener noreferrer"); // Replace SVG with LinkedIn SVG link.innerHTML = ` <svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" fill="currentColor" viewBox="0 0 24 24"> <path d="M20.452 20.452h-3.554v-5.568c0-1.328-.027-3.037-1.849-3.037-1.849 0-2.134 1.445-2.134 2.939v5.666H9.361V9h3.414v1.561h.049c.476-.9 1.637-1.849 3.368-1.849 3.599 0 4.263 2.368 4.263 5.451v6.289zM5.337 7.433a2.062 2.062 0 1 1 0-4.124 2.062 2.062 0 0 1 0 4.124zM7.119 20.452H3.554V9h3.565v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.225 0z"/> </svg> `; } }); }); .wp-container-core-columns-is-layout-9d6595d7{flex-wrap:nowrap;} (function waitForCookieYes() { if (typeof CookieYes === 'undefined' || !CookieYes.consent) { setTimeout(waitForCookieYes, 100); return; } function fireGtagConfig() { gtag('consent', 'update', { ad_storage: 'granted', analytics_storage: 'granted', ad_user_data: 'granted', ad_personalization: 'granted' }); // Fire the Google Ads tag AFTER consent gtag('config', 'AW-16743593188'); } // Fire immediately if consent already granted if (CookieYes.consent?.analytics && CookieYes.consent?.ad) { fireGtagConfig(); } // Also listen for consent updates after banner click document.addEventListener('cookieyes_consent_update', function () { if (CookieYes.consent?.analytics && CookieYes.consent?.ad) { fireGtagConfig(); } }); })(); document.addEventListener("DOMContentLoaded", function() { const hash = window.location.hash; if (hash) { // Try matching either your custom IDs OR the plugin's IDs let target = document.querySelector(hash); if (!target) { // If using plugin default IDs like #collapse13133 target = document.getElementById(hash.replace("#", "")); } if (target) { // Find the header <a> that toggles this panel const trigger = document.querySelector('[data-sptarget="' + hash + '"], [data-sptarget="#' + target.id + '"]'); if (trigger) { trigger.click(); // simulate a click to open accordion // Optionally scroll into view setTimeout(() => { const yOffset = -100; // adjust this to match your sticky header height const y = target.getBoundingClientRect().top + window.scrollY + yOffset; window.scrollTo({ top: y, behavior: "smooth" }); }, 200); } } } });
https://castleclinic.com/
Status: 200
Emails: info@castleclinic.com
View text
Castle Yard, Knaresborough, HG5 8AS 01423 797800 Menu Home About About Us Prices Treatments Osteopathy Physiotherapy Chiropractic Podiatry Shockwave Therapy Sports Massage See More Meet the Team Conditions Achilles tendinopathy Arthritis Back & Neck pain Vertigo (BPPV) Headaches Plantar fasciitis Sciatica Carpal Tunnel Syndrome Blog Contact Us Book Now Your Health & Wellness experts in the heart of Knaresborough Offering osteopathy, physiotherapy, podiatry and other therapy and health services in Knaresborough Menu Home About About Us Prices Treatments Osteopathy Physiotherapy Chiropractic Podiatry Shockwave Therapy Sports Massage See More Meet the Team Conditions Achilles tendinopathy Arthritis Back & Neck pain Vertigo (BPPV) Headaches Plantar fasciitis Sciatica Carpal Tunnel Syndrome Blog Contact Us Home We Are Here To Help You At Castle Clinic we have assembled an experienced team of therapists who will treat you holistically. The clinic offers a relaxed yet professional environment and state of the art equipment. We will listen, examine, diagnose, treat and advise as we work with you to help you achieve your health goals. We can assist with a range of issues, whether you are looking for relief from back pain & sciatica, treatment for plantar fasciitis or have problems hearing. Begin your journey towards health and vitality with us. Treatments Our vision is to bring together a collection of expert practitioners, offering a range of effective treatments, under one roof. Our various therapies cover the body, mind and soul, with each therapist having special interests in different aspects of the body, health and well-being…. Learn More Meet The Team Our team consists of highly qualified and experienced professionals who are dedicated to helping you achieve optimal health. Each practitioner brings their unique expertise and passion for complementary healthcare, ensuring that you receive the highest level of care. Meet our team to learn more… Learn More Osteopathy in Knaresborough – Our Core Service Osteopathy is a hands-on approach to healthcare that focuses on diagnosing, treating, and preventing musculoskeletal conditions. Our registered osteopaths use gentle manual techniques to: Reduce pain and stiffness in the muscles and joints Improve posture and mobility Support recovery from injury or strain Relieve back pain, neck pain, sciatica, and headaches Patients across Knaresborough choose Castle Clinic for osteopathy because of our reputation for effective treatment, clear communication, and long-term results. Why Choose Castle Clinic? Patients choose Castle Clinic because we combine clinical excellence with compassionate care. Our strengths include: Experienced, fully-qualified practitioners with specialist expertise Friendly, professional clinic environment in central Knaresborough Evidence-based treatments tailored to individual needs State-of-the-art equipment for advanced therapies Over 200 five-star patient reviews on Google With a focus on holistic wellbeing, we aim not only to treat symptoms but to help patients achieve lasting health improvements. Contact Us Castle Yard, Knaresborough, HG5 8AS Get Directions 01423 797800 Email Us: info@castleclinic.com Twitter Facebook YouTube Opening Hours Mon 8am-8:30pm Tue 9am-6pm Wed 9am-8:30pm Thu 8am-7pm Fri 8am-6pm Sat 9am-1pm Sun Closed Site Terms Privacy Policy Complaints Procedure © 2025 All Rights Reserved Castle Clinic Book Now {"prefetch":[{"source":"document","where":{"and":[{"href_matches":"\/*"},{"not":{"href_matches":["\/wp-*.php","\/wp-admin\/*","\/wp-content\/uploads\/*","\/wp-content\/*","\/wp-content\/plugins\/*","\/wp-content\/themes\/Castle-Clinic\/*","\/wp-content\/themes\/organic-natural\/*","\/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]} document.addEventListener("DOMContentLoaded", function() { document.querySelectorAll(".entry-meta.staff-meta .facebook").forEach(function(el) { // Update class names el.classList.remove("facebook"); el.classList.add("linkedin"); let link = el.querySelector("a"); if (link) { link.classList.remove("staff-member-facebook"); link.classList.add("staff-member-linkedin"); // Update title attribute if (link.title) { link.title = link.title.replace(/Facebook/gi, "LinkedIn"); } // Force new tab link.setAttribute("target", "_blank"); link.setAttribute("rel", "noopener noreferrer"); // Replace SVG with LinkedIn SVG link.innerHTML = ` <svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" fill="currentColor" viewBox="0 0 24 24"> <path d="M20.452 20.452h-3.554v-5.568c0-1.328-.027-3.037-1.849-3.037-1.849 0-2.134 1.445-2.134 2.939v5.666H9.361V9h3.414v1.561h.049c.476-.9 1.637-1.849 3.368-1.849 3.599 0 4.263 2.368 4.263 5.451v6.289zM5.337 7.433a2.062 2.062 0 1 1 0-4.124 2.062 2.062 0 0 1 0 4.124zM7.119 20.452H3.554V9h3.565v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.225 0z"/> </svg> `; } }); }); (function waitForCookieYes() { if (typeof CookieYes === 'undefined' || !CookieYes.consent) { setTimeout(waitForCookieYes, 100); return; } function fireGtagConfig() { gtag('consent', 'update', { ad_storage: 'granted', analytics_storage: 'granted', ad_user_data: 'granted', ad_personalization: 'granted' }); // Fire the Google Ads tag AFTER consent gtag('config', 'AW-16743593188'); } // Fire immediately if consent already granted if (CookieYes.consent?.analytics && CookieYes.consent?.ad) { fireGtagConfig(); } // Also listen for consent updates after banner click document.addEventListener('cookieyes_consent_update', function () { if (CookieYes.consent?.analytics && CookieYes.consent?.ad) { fireGtagConfig(); } }); })(); document.addEventListener("DOMContentLoaded", function() { const hash = window.location.hash; if (hash) { // Try matching either your custom IDs OR the plugin's IDs let target = document.querySelector(hash); if (!target) { // If using plugin default IDs like #collapse13133 target = document.getElementById(hash.replace("#", "")); } if (target) { // Find the header <a> that toggles this panel const trigger = document.querySelector('[data-sptarget="' + hash + '"], [data-sptarget="#' + target.id + '"]'); if (trigger) { trigger.click(); // simulate a click to open accordion // Optionally scroll into view setTimeout(() => { const yOffset = -100; // adjust this to match your sticky header height const y = target.getBoundingClientRect().top + window.scrollY + yOffset; window.scrollTo({ top: y, behavior: "smooth" }); }, 200); } } } });