Update src/app/layout.tsx

This commit is contained in:
2026-03-03 08:45:20 +00:00
parent cf5808319f
commit 0327609bde

View File

@@ -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"],
},