Update src/app/layout.tsx
This commit is contained in:
@@ -7,47 +7,30 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-halant", subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const openSans = Open_Sans({
|
||||
variable: "--font-open-sans",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-open-sans", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Aarogys Skin and Vitiligo Centre | Expert Dermatology Care",
|
||||
description: "Advanced skin and vitiligo treatment at Aarogys Skin and Vitiligo Centre. Expert dermatologists providing acne, allergy, hair loss, and pigmentation treatments.",
|
||||
keywords: "dermatology clinic, vitiligo treatment, acne treatment, skin care, dermatologist, skin specialist, hair loss treatment, pigmentation treatment",
|
||||
metadataBase: new URL("https://aarogysderm.com"),
|
||||
title: "Aarogys Skin and Vitiligo Centre | Expert Dermatology Care", description: "Advanced skin and vitiligo treatment at Aarogys Skin and Vitiligo Centre. Expert dermatologists providing acne, allergy, hair loss, and pigmentation treatments.", keywords: "dermatology clinic, vitiligo treatment, acne treatment, skin care, dermatologist, skin specialist, hair loss treatment, pigmentation treatment", metadataBase: new URL("https://aarogysderm.com"),
|
||||
alternates: {
|
||||
canonical: "https://aarogysderm.com",
|
||||
},
|
||||
canonical: "https://aarogysderm.com"},
|
||||
openGraph: {
|
||||
title: "Aarogys Skin and Vitiligo Centre | Professional Dermatology Care",
|
||||
description: "Transform your skin health with expert dermatological treatments at Aarogys Skin and Vitiligo Centre. Call 07669133703 today.",
|
||||
url: "https://aarogysderm.com",
|
||||
siteName: "Aarogys Skin and Vitiligo Centre",
|
||||
type: "website",
|
||||
images: [
|
||||
title: "Aarogys Skin and Vitiligo Centre | Professional Dermatology Care", description: "Transform your skin health with expert dermatological treatments at Aarogys Skin and Vitiligo Centre. Call 07669133703 today.", url: "https://aarogysderm.com", siteName: "Aarogys Skin and Vitiligo Centre", type: "website", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/accompaniment-abortion-process_23-2149656035.jpg",
|
||||
alt: "Aarogys Skin and Vitiligo Centre",
|
||||
},
|
||||
url: "http://img.b2bpic.net/free-photo/accompaniment-abortion-process_23-2149656035.jpg", alt: "Aarogys Skin and Vitiligo Centre"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Aarogys Skin and Vitiligo Centre | Expert Dermatology",
|
||||
description: "Advanced skin treatments and vitiligo care by experienced dermatologists. Call 07669133703.",
|
||||
images: ["http://img.b2bpic.net/free-photo/accompaniment-abortion-process_23-2149656035.jpg"],
|
||||
card: "summary_large_image", title: "Aarogys Skin and Vitiligo Centre | Expert Dermatology", description: "Advanced skin treatments and vitiligo care by experienced dermatologists. Call 07669133703.", images: ["http://img.b2bpic.net/free-photo/accompaniment-abortion-process_23-2149656035.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
@@ -1439,4 +1422,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user