Update src/app/layout.tsx
This commit is contained in:
@@ -3,31 +3,19 @@ import { Raleway } from "next/font/google";
|
||||
import "./globals.css";
|
||||
|
||||
const raleway = Raleway({
|
||||
variable: "--font-raleway",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-raleway", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "High Park Academy - Ontario High School Tutoring | Math, Science, English",
|
||||
description: "Expert one-on-one tutoring in Toronto for Ontario high school Math, Science, and English. 20+ years of proven success. Book a free consultation today.",
|
||||
keywords: "high school tutoring Toronto, math tutor, science tutor, english tutor, Ontario education, High Park Academy",
|
||||
openGraph: {
|
||||
title: "High Park Academy - Ontario High School Tutoring",
|
||||
description: "Personalized one-on-one tutoring helping students improve grades and build confidence. Located in High Park, Toronto. 20+ years of experience.",
|
||||
type: "website",
|
||||
siteName: "High Park Academy",
|
||||
images: [
|
||||
title: "High Park Academy - Ontario High School Tutoring | Math, Science, English", description: "Expert one-on-one tutoring in Toronto for Ontario high school Math, Science, and English. 20+ years of proven success. Book a free consultation today.", keywords: "high school tutoring Toronto, math tutor, science tutor, english tutor, Ontario education, High Park Academy", openGraph: {
|
||||
title: "High Park Academy - Ontario High School Tutoring", description: "Personalized one-on-one tutoring helping students improve grades and build confidence. Located in High Park, Toronto. 20+ years of experience.", type: "website", siteName: "High Park Academy", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/caucasian-tutor-guiding-elementary-school-girl-library-desk_482257-125467.jpg",
|
||||
alt: "High Park Academy tutoring"
|
||||
url: "http://img.b2bpic.net/free-photo/caucasian-tutor-guiding-elementary-school-girl-library-desk_482257-125467.jpg", alt: "High Park Academy tutoring"
|
||||
}
|
||||
]
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "High Park Academy - Expert High School Tutoring",
|
||||
description: "Personalized tutoring in Math, Science, English. Toronto's trusted tutoring centre for 20+ years.",
|
||||
images: ["http://img.b2bpic.net/free-photo/caucasian-tutor-guiding-elementary-school-girl-library-desk_482257-125467.jpg"]
|
||||
card: "summary_large_image", title: "High Park Academy - Expert High School Tutoring", description: "Personalized tutoring in Math, Science, English. Toronto's trusted tutoring centre for 20+ years.", images: ["http://img.b2bpic.net/free-photo/caucasian-tutor-guiding-elementary-school-girl-library-desk_482257-125467.jpg"]
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
@@ -1414,4 +1402,4 @@ export default function RootLayout({
|
||||
</body>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user