From eca36f8282793115e0b8cc4310c04622e7142899 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 12:27:20 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 27 ++++++--------------------- 1 file changed, 6 insertions(+), 21 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 2631aa3..9e54e45 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,37 +5,22 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; const lato = Lato({ - variable: "--font-lato", - subsets: ["latin"], + variable: "--font-lato", subsets: ["latin"], weight: ["100", "300", "400", "700", "900"], }); export const metadata: Metadata = { - title: "Arabic Poetry Heritage - Classical Literature Through The Ages", - description: "Explore five golden eras of Arabic poetry from pre-Islamic verse to the Ottoman period. Discover greatest poets, masterpiece poems, and scholarly resources.", - keywords: "Arabic poetry, Islamic literature, classical poetry, Mu'allaqat, Al-Mutanabbi, Arabic culture, poetry heritage", - metadataBase: new URL("https://arabicpoetry.com"), + title: "Arabic Poetry Heritage - Classical Literature Through The Ages", description: "Explore five golden eras of Arabic poetry from pre-Islamic verse to the Ottoman period. Discover greatest poets, masterpiece poems, and scholarly resources.", keywords: "Arabic poetry, Islamic literature, classical poetry, Mu'allaqat, Al-Mutanabbi, Arabic culture, poetry heritage", metadataBase: new URL("https://arabicpoetry.com"), alternates: { - canonical: "https://arabicpoetry.com", - }, + canonical: "https://arabicpoetry.com"}, openGraph: { - title: "Arabic Poetry Heritage", - description: "The timeless voice of Arabic poetry across centuries and civilizations.", - url: "https://arabicpoetry.com", - siteName: "Arabic Poetry Heritage", - type: "website", - images: [ + title: "Arabic Poetry Heritage", description: "The timeless voice of Arabic poetry across centuries and civilizations.", url: "https://arabicpoetry.com", siteName: "Arabic Poetry Heritage", type: "website", images: [ { - url: "http://img.b2bpic.net/free-photo/decorative-brick-wall-texture-background_23-2147960164.jpg", - alt: "Arabic Poetry Heritage", - }, + url: "http://img.b2bpic.net/free-photo/decorative-brick-wall-texture-background_23-2147960164.jpg", alt: "Arabic Poetry Heritage"}, ], }, twitter: { - card: "summary_large_image", - title: "Arabic Poetry Heritage", - description: "Explore classical Arabic poetry across five historical eras.", - images: ["http://img.b2bpic.net/free-photo/pirate-artifacts-arrangement-still-life_23-2150426415.jpg"], + card: "summary_large_image", title: "Arabic Poetry Heritage", description: "Explore classical Arabic poetry across five historical eras.", images: ["http://img.b2bpic.net/free-photo/pirate-artifacts-arrangement-still-life_23-2150426415.jpg"], }, robots: { index: true,