Switch to version 1: modified src/app/layout.tsx
This commit is contained in:
@@ -6,27 +6,42 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const mulish = Mulish({
|
||||
variable: "--font-mulish", subsets: ["latin"],
|
||||
variable: "--font-mulish",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Electro Manager - Electronics Store Morocco", description: "Shop premium electronics in Morocco: smartphones, laptops, tablets, TVs, cameras, and accessories. Fast delivery, authentic products, best prices.", keywords: "electronics Morocco, smartphones, laptops, tablets, accessories, Marrakech, Casablanca", robots: {
|
||||
title: "Electro Manager - Electronics Store Morocco",
|
||||
description: "Shop premium electronics in Morocco: smartphones, laptops, tablets, TVs, cameras, and accessories. Fast delivery, authentic products, best prices.",
|
||||
keywords: "electronics Morocco, smartphones, laptops, tablets, accessories, Marrakech, Casablanca",
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
openGraph: {
|
||||
title: "Electro Manager - Electronics Store Morocco", description: "Shop premium electronics with fast delivery and authentic products.", type: "website", siteName: "Electro Manager", images: [
|
||||
title: "Electro Manager - Electronics Store Morocco",
|
||||
description: "Shop premium electronics with fast delivery and authentic products.",
|
||||
type: "website",
|
||||
siteName: "Electro Manager",
|
||||
images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-psd/new-smartphone-17-pro-social-media-banner-design-template_47987-33077.jpg", alt: "Electro Manager Electronics Store"},
|
||||
url: "http://img.b2bpic.net/free-psd/new-smartphone-17-pro-social-media-banner-design-template_47987-33077.jpg",
|
||||
alt: "Electro Manager Electronics Store",
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image", title: "Electro Manager - Electronics Store", description: "Premium electronics with fast delivery and best prices in Morocco", images: [
|
||||
"http://img.b2bpic.net/free-psd/new-smartphone-17-pro-social-media-banner-design-template_47987-33077.jpg"],
|
||||
card: "summary_large_image",
|
||||
title: "Electro Manager - Electronics Store",
|
||||
description: "Premium electronics with fast delivery and best prices in Morocco",
|
||||
images: [
|
||||
"http://img.b2bpic.net/free-psd/new-smartphone-17-pro-social-media-banner-design-template_47987-33077.jpg",
|
||||
],
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user