Update src/app/layout.tsx
This commit is contained in:
@@ -22,20 +22,22 @@ const nunito = Nunito({
|
||||
export const metadata: Metadata = {
|
||||
title: "CA Chamber - Tax & Financial Experts in Dausa, Rajasthan", description: "Trusted Chartered Accountant firm offering GST compliance, income tax returns, CIBIL correction, and financial advisory services in Dausa. 105+ happy clients, certified expertise.", keywords: "chartered accountant, GST compliance, tax planning, CIBIL correction, financial advisory, Dausa, Rajasthan", metadataBase: new URL("https://www.cachamber.com"),
|
||||
alternates: {
|
||||
canonical: "https://www.cachamber.com"},
|
||||
canonical: "https://www.cachamber.com"
|
||||
},
|
||||
openGraph: {
|
||||
title: "CA Chamber - Expert Tax & Financial Solutions", description: "Professional tax and financial services from certified experts. GST, Income Tax, CIBIL Correction, Business Advisory.", url: "https://www.cachamber.com", siteName: "CA Chamber", type: "website", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/serious-businessman-sitting-office-reading-business-reports-there-are-people-background_637285-218.jpg", alt: "CA Chamber Professional Services"},
|
||||
],
|
||||
url: "http://img.b2bpic.net/free-photo/serious-businessman-sitting-office-reading-business-reports-there-are-people-background_637285-218.jpg", alt: "CA Chamber Professional Services"
|
||||
}
|
||||
]
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image", title: "CA Chamber - Tax & Financial Experts", description: "Trusted financial and tax solutions for businesses and individuals in Dausa.", images: ["http://img.b2bpic.net/free-photo/serious-businessman-sitting-office-reading-business-reports-there-are-people-background_637285-218.jpg"],
|
||||
card: "summary_large_image", title: "CA Chamber - Tax & Financial Experts", description: "Trusted financial and tax solutions for businesses and individuals in Dausa.", images: ["http://img.b2bpic.net/free-photo/serious-businessman-sitting-office-reading-business-reports-there-are-people-background_637285-218.jpg"]
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
follow: true
|
||||
}
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
|
||||
Reference in New Issue
Block a user