feat: add SEO metadata and profile schema
This commit is contained in:
@@ -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<{
|
||||
|
||||
Reference in New Issue
Block a user