Update src/app/layout.tsx
This commit is contained in:
@@ -8,52 +8,34 @@ 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 manrope = Manrope({
|
||||
variable: "--font-manrope",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-manrope", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const dmSans = DM_Sans({
|
||||
variable: "--font-dm-sans",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-dm-sans", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Premium Electronics Trusted Since 1987 - Liberty Associates",
|
||||
description: "Authorized dealer for Samsung, LG, Panasonic & IFB. Shop 14,000+ genuine products with flexible EMI, instant availability checks, and fastest support in Udaipur.",
|
||||
keywords: "electronics retail Udaipur, Samsung authorized dealer, LG appliances, Panasonic AC, IFB products, electronics EMI, home appliances, authorized retailer",
|
||||
metadataBase: new URL("https://libertyassociates.com"),
|
||||
title: "Premium Electronics Trusted Since 1987 - Liberty Associates", description: "Authorized dealer for Samsung, LG, Panasonic & IFB. Shop 14,000+ genuine products with flexible EMI, instant availability checks, and fastest support in Udaipur.", keywords: "electronics retail Udaipur, Samsung authorized dealer, LG appliances, Panasonic AC, IFB products, electronics EMI, home appliances, authorized retailer", metadataBase: new URL("https://libertyassociates.com"),
|
||||
alternates: {
|
||||
canonical: "https://libertyassociates.com",
|
||||
},
|
||||
canonical: "https://libertyassociates.com"},
|
||||
openGraph: {
|
||||
title: "Liberty Associates - Premium Electronics Since 1987",
|
||||
description: "Authorized dealer for Samsung, LG, Panasonic & IFB. Genuine products, flexible EMI, 24/7 support. Shop now!",
|
||||
url: "https://libertyassociates.com",
|
||||
siteName: "Liberty Associates",
|
||||
type: "website",
|
||||
images: [
|
||||
title: "Liberty Associates - Premium Electronics Since 1987", description: "Authorized dealer for Samsung, LG, Panasonic & IFB. Genuine products, flexible EMI, 24/7 support. Shop now!", url: "https://libertyassociates.com", siteName: "Liberty Associates", type: "website", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/abstract-blur-shopping-mall_1203-7930.jpg",
|
||||
alt: "Liberty Associates Electronics Store",
|
||||
},
|
||||
url: "http://img.b2bpic.net/free-photo/abstract-blur-shopping-mall_1203-7930.jpg", alt: "Liberty Associates Electronics Store"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Liberty Associates - Premium Electronics Since 1987",
|
||||
description: "Authorized dealer for Samsung, LG, Panasonic & IFB with flexible EMI and fast support.",
|
||||
images: ["http://img.b2bpic.net/free-photo/abstract-blur-shopping-mall_1203-7930.jpg"],
|
||||
card: "summary_large_image", title: "Liberty Associates - Premium Electronics Since 1987", description: "Authorized dealer for Samsung, LG, Panasonic & IFB with flexible EMI and fast support.", images: ["http://img.b2bpic.net/free-photo/abstract-blur-shopping-mall_1203-7930.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
@@ -1445,4 +1427,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user