feat: add SEO metadata and profile schema

This commit is contained in:
Chinraj P
2026-06-18 14:37:55 +05:30
parent 9ebc55de73
commit 376051c41e
31 changed files with 1428 additions and 336 deletions

View File

@@ -120,11 +120,30 @@ const sourceSerif4 = localFont({
variable: "--font-source-serif-4",
});
// export const metadata: Metadata = {
// title: "Real Estate Platform",
// description: "Find your dream property with trusted agents",
// };
export const metadata: Metadata = {
title: "Real Estate Platform",
description: "Find your dream property with trusted agents",
};
metadataBase: new URL("https://re-quest.com"),
title: {
default: "RE-Quest",
template: "%s | RE-Quest",
},
description:
"Connect with verified real estate professionals, agents, and lenders through RE-Quest.",
openGraph: {
siteName: "RE-Quest",
type: "website",
},
twitter: {
card: "summary_large_image",
},
};
export default function RootLayout({
children,
}: Readonly<{