Update src/app/layout.tsx
This commit is contained in:
@@ -5,30 +5,17 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const nunitoSans = Nunito_Sans({
|
||||
variable: "--font-nunito-sans",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-nunito-sans", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "ElectroGlobal | Premium Wholesale Electronics",
|
||||
description: "Global electronics wholesale distributor serving Middle East, Asia, Europe, and USA. Premium semiconductors, displays, and power solutions for enterprise buyers.",
|
||||
keywords: "electronics wholesale, distributor, semiconductors, semiconductors wholesale, electronics distributor, global electronics",
|
||||
metadataBase: new URL("https://electroglobal.com"),
|
||||
title: "ElectroGlobal | Premium Wholesale Electronics", description: "Global electronics wholesale distributor serving Middle East, Asia, Europe, and USA. Premium semiconductors, displays, and power solutions for enterprise buyers.", keywords: "electronics wholesale, distributor, semiconductors, semiconductors wholesale, electronics distributor, global electronics", metadataBase: new URL("https://electroglobal.com"),
|
||||
alternates: {
|
||||
canonical: "https://electroglobal.com",
|
||||
},
|
||||
canonical: "https://electroglobal.com"},
|
||||
openGraph: {
|
||||
title: "ElectroGlobal | Wholesale Electronics",
|
||||
description: "Premium electronics wholesale connecting global markets with competitive pricing and reliable logistics.",
|
||||
url: "https://electroglobal.com",
|
||||
siteName: "ElectroGlobal",
|
||||
type: "website",
|
||||
},
|
||||
title: "ElectroGlobal | Wholesale Electronics", description: "Premium electronics wholesale connecting global markets with competitive pricing and reliable logistics.", url: "https://electroglobal.com", siteName: "ElectroGlobal", type: "website"},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "ElectroGlobal | Wholesale Electronics",
|
||||
description: "Global electronics wholesale distributor serving 4 continents with premium products.",
|
||||
},
|
||||
card: "summary_large_image", title: "ElectroGlobal | Wholesale Electronics", description: "Global electronics wholesale distributor serving 4 continents with premium products."},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
@@ -1419,4 +1406,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user