diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 1053c23..bbef63e 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,29 +5,19 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; const dmSans = DM_Sans({ - variable: "--font-dm-sans", - subsets: ["latin"], + variable: "--font-dm-sans", subsets: ["latin"], }); export const metadata: Metadata = { - title: "Tutorly - Connect with Expert Tutors Online", - description: "Find qualified tutors or become one on Tutorly. Personalized learning, flexible scheduling, and verified tutors. Join thousands of students succeeding with expert guidance.", - keywords: "online tutoring, find tutors, private tutors, test prep, tutoring platform, education", - metadataBase: new URL("https://tutorly.com"), + title: "Tutorly - Connect with Expert Tutors Online", description: "Find qualified tutors or become one on Tutorly. Personalized learning, flexible scheduling, and verified tutors. Join thousands of students succeeding with expert guidance.", keywords: "online tutoring, find tutors, private tutors, test prep, tutoring platform, education", metadataBase: new URL("https://tutorly.com"), alternates: { canonical: "https://tutorly.com" }, openGraph: { - title: "Tutorly - Expert Online Tutoring Platform", - description: "Connect with qualified tutors for personalized learning. Easy matching, secure payments, and verified reviews.", - url: "https://tutorly.com", - siteName: "Tutorly", - type: "website" + title: "Tutorly - Expert Online Tutoring Platform", description: "Connect with qualified tutors for personalized learning. Easy matching, secure payments, and verified reviews.", url: "https://tutorly.com", siteName: "Tutorly", type: "website" }, twitter: { - card: "summary_large_image", - title: "Tutorly - Expert Online Tutoring", - description: "Find the perfect tutor or start teaching on Tutorly today." + card: "summary_large_image", title: "Tutorly - Expert Online Tutoring", description: "Find the perfect tutor or start teaching on Tutorly today." }, robots: { index: true,