From 7dae3d588a2ced3b170ca8f6cd6069e2dc335583 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 14:30:25 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 35 +++++++++-------------------------- 1 file changed, 9 insertions(+), 26 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 35ac127..28694b9 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -7,54 +7,37 @@ 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 libreBaskerville = Libre_Baskerville({ - variable: "--font-libre-baskerville", - subsets: ["latin"], + variable: "--font-libre-baskerville", subsets: ["latin"], weight: ["400", "700"], }); export const metadata: Metadata = { - title: "TruthGuard - Real-Time Misinformation Shield", - description: "Detect and verify misinformation in real-time with AI-powered analysis, crowdsourced verification, and browser extension alerts. Protect democracy and vulnerable populations.", - keywords: "misinformation, fact-checking, deepfake detection, verification, media literacy, democracy protection, fake news, verification platform", - metadataBase: new URL("https://truthguard.org"), + title: "TruthGuard - Real-Time Misinformation Shield", description: "Detect and verify misinformation in real-time with AI-powered analysis, crowdsourced verification, and browser extension alerts. Protect democracy and vulnerable populations.", keywords: "misinformation, fact-checking, deepfake detection, verification, media literacy, democracy protection, fake news, verification platform", metadataBase: new URL("https://truthguard.org"), alternates: { - canonical: "https://truthguard.org", - }, + canonical: "https://truthguard.org"}, robots: { index: true, follow: true, }, openGraph: { - title: "TruthGuard - Real-Time Misinformation Shield", - description: "AI-powered platform fighting misinformation across 100+ countries. Verify claims instantly with browser extension and crowdsourced verification.", - url: "https://truthguard.org", - siteName: "TruthGuard", - type: "website", - images: [ + title: "TruthGuard - Real-Time Misinformation Shield", description: "AI-powered platform fighting misinformation across 100+ countries. Verify claims instantly with browser extension and crowdsourced verification.", url: "https://truthguard.org", siteName: "TruthGuard", type: "website", images: [ { - url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZh30Qi21tuT4ekNerkSR6qP3y/digital-security-concept-featuring-a-lum-1772806230156-b34c48e5.png", - alt: "TruthGuard - Real-Time Misinformation Detection", - width: 1200, + url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZh30Qi21tuT4ekNerkSR6qP3y/digital-security-concept-featuring-a-lum-1772806230156-b34c48e5.png", alt: "TruthGuard - Real-Time Misinformation Detection", width: 1200, height: 630, }, ], }, twitter: { - card: "summary_large_image", - title: "TruthGuard - Fight Misinformation", - description: "Detect fake news and deepfakes in real-time. Join the global verification community.", - images: ["https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZh30Qi21tuT4ekNerkSR6qP3y/digital-security-concept-featuring-a-lum-1772806230156-b34c48e5.png"], + card: "summary_large_image", title: "TruthGuard - Fight Misinformation", description: "Detect fake news and deepfakes in real-time. Join the global verification community.", images: ["https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZh30Qi21tuT4ekNerkSR6qP3y/digital-security-concept-featuring-a-lum-1772806230156-b34c48e5.png"], }, }; @@ -1442,4 +1425,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +}