diff --git a/app/layout.js b/app/layout.js index 60b0732..ce1da7c 100644 --- a/app/layout.js +++ b/app/layout.js @@ -13,7 +13,8 @@ import { usePathname } from "next/navigation"; export default function RootLayout({ children }) { const pathname = usePathname(); const siteUrl = "https://rapharehab.ca"; - const canonicalUrl = `${siteUrl}${pathname}`; + const normalizedPath = pathname.endsWith('/') ? pathname : `${pathname}/`; + const canonicalUrl = `${siteUrl}${normalizedPath}`; const logoUrl = `${siteUrl}/assets/images/logo.png`; const ogImage = `${siteUrl}/assets/images/logo.jpg`; diff --git a/utils/Blog.utils.js b/utils/Blog.utils.js index c735d8b..2e45277 100644 --- a/utils/Blog.utils.js +++ b/utils/Blog.utils.js @@ -3509,7 +3509,7 @@ Rapharehab offers Etobicoke players a spot where -

}, { "id": "18", - "slug": "massage-therapy-sports-injuries-muscle-stiffness-etobicoke", + "slug": "is-massage-therapy-good-for-sports-injuries-or-muscle-stiffness-in-etobicoke", "title": "Is Massage Therapy Good for Sports Injuries or Muscle Stiffness in Etobicoke?", "thumbnail": "/assets/images/blog/blog-18/muscle-card.webp", "bannerImage": "/assets/images/blog/blog-18/muscle-banner.webp", @@ -3865,7 +3865,7 @@ Rapharehab offers Etobicoke players a spot where -

"metaDescription": "Discover how Massage therapy in Etobicoke at Rapha Rehab helps with sports injuries and muscle stiffness. Local, hands-on care for active adults and athletes." }, { - "id": "18", + "id": "19", "slug": "why-is-rapha-rehab-known-for-the-best-osteopathy-treatments-in-etobicoke", "title": "Why is Rapha Rehab known for the best osteopathy treatments in Etobicoke?", "thumbnail": "/assets/images/blog/blog-19/osteopathy-card.webp", @@ -4156,7 +4156,7 @@ Rapharehab offers Etobicoke players a spot where -

"metaDescription": "Discover why Rapha Rehab is a top choice for osteopathy Etobicoke residents. Hands-on care, expert team, and tailored treatment plans for pain, injury, and mobility." }, { - "id": "19", + "id": "20", "slug": "what-makes-rapha-rehabs-massage-therapy-among-the-best-in-etobicoke", "title": "What Makes Rapha Rehab's Massage Therapy Among the Best in Etobicoke?", "thumbnail": "/assets/images/blog/blog-20/massage-card.webp",