Update src/app/layout.tsx

This commit is contained in:
2026-01-21 21:32:24 +00:00
parent d56f2aecf1
commit f7f8c46df4

View File

@@ -5,29 +5,19 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag"; import Tag from "@/tag/Tag";
const dmSans = DM_Sans({ const dmSans = DM_Sans({
variable: "--font-dm-sans", variable: "--font-dm-sans", subsets: ["latin"],
subsets: ["latin"],
}); });
export const metadata: Metadata = { export const metadata: Metadata = {
title: "Tutorly - Connect with Expert Tutors Online", 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"),
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: { alternates: {
canonical: "https://tutorly.com" canonical: "https://tutorly.com"
}, },
openGraph: { openGraph: {
title: "Tutorly - Expert Online Tutoring Platform", 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"
description: "Connect with qualified tutors for personalized learning. Easy matching, secure payments, and verified reviews.",
url: "https://tutorly.com",
siteName: "Tutorly",
type: "website"
}, },
twitter: { twitter: {
card: "summary_large_image", card: "summary_large_image", title: "Tutorly - Expert Online Tutoring", description: "Find the perfect tutor or start teaching on Tutorly today."
title: "Tutorly - Expert Online Tutoring",
description: "Find the perfect tutor or start teaching on Tutorly today."
}, },
robots: { robots: {
index: true, index: true,