blog and cononical issues updated
This commit is contained in:
parent
4d10b64607
commit
a749bcd72d
@ -13,7 +13,8 @@ import { usePathname } from "next/navigation";
|
|||||||
export default function RootLayout({ children }) {
|
export default function RootLayout({ children }) {
|
||||||
const pathname = usePathname();
|
const pathname = usePathname();
|
||||||
const siteUrl = "https://rapharehab.ca";
|
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 logoUrl = `${siteUrl}/assets/images/logo.png`;
|
||||||
const ogImage = `${siteUrl}/assets/images/logo.jpg`;
|
const ogImage = `${siteUrl}/assets/images/logo.jpg`;
|
||||||
|
|
||||||
|
|||||||
@ -3509,7 +3509,7 @@ Rapharehab offers Etobicoke players a spot where -</p>
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "18",
|
"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?",
|
"title": "Is Massage Therapy Good for Sports Injuries or Muscle Stiffness in Etobicoke?",
|
||||||
"thumbnail": "/assets/images/blog/blog-18/muscle-card.webp",
|
"thumbnail": "/assets/images/blog/blog-18/muscle-card.webp",
|
||||||
"bannerImage": "/assets/images/blog/blog-18/muscle-banner.webp",
|
"bannerImage": "/assets/images/blog/blog-18/muscle-banner.webp",
|
||||||
@ -3865,7 +3865,7 @@ Rapharehab offers Etobicoke players a spot where -</p>
|
|||||||
"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."
|
"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",
|
"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?",
|
"title": "Why is Rapha Rehab known for the best osteopathy treatments in Etobicoke?",
|
||||||
"thumbnail": "/assets/images/blog/blog-19/osteopathy-card.webp",
|
"thumbnail": "/assets/images/blog/blog-19/osteopathy-card.webp",
|
||||||
@ -4156,7 +4156,7 @@ Rapharehab offers Etobicoke players a spot where -</p>
|
|||||||
"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."
|
"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",
|
"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?",
|
"title": "What Makes Rapha Rehab's Massage Therapy Among the Best in Etobicoke?",
|
||||||
"thumbnail": "/assets/images/blog/blog-20/massage-card.webp",
|
"thumbnail": "/assets/images/blog/blog-20/massage-card.webp",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user