From 0327609bdeb9ce878cc912284355e054a6474a2f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 08:45:20 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index db6064a..00cfcac 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -22,13 +22,16 @@ const archivo = Archivo({ export const metadata: Metadata = { title: "EmotiLink: Emotional Intelligence for Children | 35 Home Challenges", description: "Master your child's emotions with 35 easy, at-home emotional intelligence challenges. Strengthen parent-child bonds, build resilience, and develop empathy—no complex setup needed.", keywords: "emotional intelligence children, parenting challenges, child emotions, bonding activities, emotional growth", metadataBase: new URL("https://emotilinkapp.com"), alternates: { - canonical: "https://emotilinkapp.com"}, + canonical: "https://emotilinkapp.com" + }, openGraph: { title: "EmotiLink: Transform Your Child's Emotional Growth", description: "35 proven challenges to strengthen emotional intelligence, boost resilience, and deepen family connections.", url: "https://emotilinkapp.com", siteName: "EmotiLink", images: [ { - url: "http://img.b2bpic.net/free-photo/curly-mother-child-play-against-background-inscription-happy-birthday_89887-1157.jpg", alt: "Mother and child bonding through emotional intelligence activities"}, + url: "http://img.b2bpic.net/free-photo/curly-mother-child-play-against-background-inscription-happy-birthday_89887-1157.jpg", alt: "Mother and child bonding through emotional intelligence activities" + }, ], - type: "website"}, + type: "website" + }, twitter: { card: "summary_large_image", title: "EmotiLink: Easy Emotional Intelligence for Kids", description: "35 home challenges to strengthen parent-child bonds and build emotional awareness.", images: ["http://img.b2bpic.net/free-photo/curly-mother-child-play-against-background-inscription-happy-birthday_89887-1157.jpg"], },