Update src/app/layout.tsx
This commit is contained in:
@@ -5,36 +5,21 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const figtree = Figtree({
|
||||
variable: "--font-figtree",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-figtree", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
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"),
|
||||
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"),
|
||||
alternates: {
|
||||
canonical: "https://evergrowwealth.com",
|
||||
},
|
||||
canonical: "https://evergrowwealth.com"},
|
||||
openGraph: {
|
||||
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: [
|
||||
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: [
|
||||
{
|
||||
url: "https://evergrowwealth.com/og-image.jpg",
|
||||
alt: "EVERGROW WEALTH - Financial Advisory",
|
||||
},
|
||||
url: "https://evergrowwealth.com/og-image.jpg", alt: "EVERGROW WEALTH - Financial Advisory"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
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"],
|
||||
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"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
|
||||
Reference in New Issue
Block a user