Update src/app/layout.tsx

This commit is contained in:
2026-03-03 01:20:02 +00:00
parent f153d8092c
commit f6a90901db

View File

@@ -5,36 +5,21 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag"; import Tag from "@/tag/Tag";
const figtree = Figtree({ const figtree = Figtree({
variable: "--font-figtree", variable: "--font-figtree", subsets: ["latin"],
subsets: ["latin"],
}); });
export const metadata: Metadata = { export const metadata: Metadata = {
title: "EVERGROW WEALTH | Expert Financial Advisory Since 2017", title: "EVERGROW WEALTH | Expert Financial Advisory Since 2017", description: "Trust EVERGROW WEALTH for expert financial guidance. Specializing in mutual funds, equity investments, insurance, loans, and real estate advisory. Book your free consultation with Preeti Goyal today.", keywords: "financial advisor, wealth management, mutual funds, equity investments, insurance planning, real estate advisory, financial consulting", metadataBase: new URL("https://evergrowwealth.com"),
description: "Trust EVERGROW WEALTH for expert financial guidance. Specializing in mutual funds, equity investments, insurance, loans, and real estate advisory. Book your free consultation with Preeti Goyal today.",
keywords: "financial advisor, wealth management, mutual funds, equity investments, insurance planning, real estate advisory, financial consulting",
metadataBase: new URL("https://evergrowwealth.com"),
alternates: { alternates: {
canonical: "https://evergrowwealth.com", canonical: "https://evergrowwealth.com"},
},
openGraph: { openGraph: {
title: "EVERGROW WEALTH | Expert Financial Advisory", title: "EVERGROW WEALTH | Expert Financial Advisory", description: "Build your wealth with confidence. Expert guidance from Preeti Goyal and her team since 2017.", url: "https://evergrowwealth.com", siteName: "EVERGROW WEALTH", type: "website", images: [
description: "Build your wealth with confidence. Expert guidance from Preeti Goyal and her team since 2017.",
url: "https://evergrowwealth.com",
siteName: "EVERGROW WEALTH",
type: "website",
images: [
{ {
url: "https://evergrowwealth.com/og-image.jpg", url: "https://evergrowwealth.com/og-image.jpg", alt: "EVERGROW WEALTH - Financial Advisory"},
alt: "EVERGROW WEALTH - Financial Advisory",
},
], ],
}, },
twitter: { twitter: {
card: "summary_large_image", card: "summary_large_image", title: "EVERGROW WEALTH | Expert Financial Advisory", description: "Expert financial guidance for wealth growth. Book your free consultation today.", images: ["https://evergrowwealth.com/twitter-image.jpg"],
title: "EVERGROW WEALTH | Expert Financial Advisory",
description: "Expert financial guidance for wealth growth. Book your free consultation today.",
images: ["https://evergrowwealth.com/twitter-image.jpg"],
}, },
robots: { robots: {
index: true, index: true,