From 964de2e40c7e14bea5be334b0039450289a7a6af Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 11:25:40 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 33 ++++++++------------------------- 1 file changed, 8 insertions(+), 25 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 7379b6b..0209a3d 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,43 +5,26 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; const dmSans = DM_Sans({ - variable: "--font-dm-sans", - subsets: ["latin"], + variable: "--font-dm-sans", subsets: ["latin"], }); const inter = Inter({ - variable: "--font-inter", - subsets: ["latin"], + variable: "--font-inter", subsets: ["latin"], }); export const metadata: Metadata = { - title: "Web3 Perspective | Web3 Marketing That Actually Works", - description: "Professional web3 marketing podcast featuring real strategies, industry leaders, and actionable insights for crypto projects and traders. Based in Cambodia, serving the world.", - keywords: "web3 marketing, crypto podcast, DeFi strategies, blockchain marketing, web3 education, token launch, crypto trading", - metadataBase: new URL("https://web3perspective.io"), + title: "Web3 Perspective | Web3 Marketing That Actually Works", description: "Professional web3 marketing podcast featuring real strategies, industry leaders, and actionable insights for crypto projects and traders. Based in Cambodia, serving the world.", keywords: "web3 marketing, crypto podcast, DeFi strategies, blockchain marketing, web3 education, token launch, crypto trading", metadataBase: new URL("https://web3perspective.io"), alternates: { - canonical: "https://web3perspective.io", - }, + canonical: "https://web3perspective.io"}, openGraph: { - title: "Web3 Perspective - Web3 Marketing That Actually Works", - description: "Join Ley & Panha for real web3 marketing strategies, interviews with industry leaders, and actionable insights on DEX, DeFi, and crypto business growth.", - url: "https://web3perspective.io", - siteName: "Web3 Perspective", - type: "website", - images: [ + title: "Web3 Perspective - Web3 Marketing That Actually Works", description: "Join Ley & Panha for real web3 marketing strategies, interviews with industry leaders, and actionable insights on DEX, DeFi, and crypto business growth.", url: "https://web3perspective.io", siteName: "Web3 Perspective", type: "website", images: [ { - url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQSfocPDfLnMMiIb9A5eny16Ro/a-modern-professional-podcast-studio-set-1772536835801-a0ff4326.png", - alt: "Web3 Perspective Podcast", - }, + url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQSfocPDfLnMMiIb9A5eny16Ro/a-modern-professional-podcast-studio-set-1772536835801-a0ff4326.png", alt: "Web3 Perspective Podcast"}, ], }, twitter: { - card: "summary_large_image", - title: "Web3 Perspective | Web3 Marketing Podcast", - description: "Real results. Real sponsors. Real strategies. No fluff.", - images: [ - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQSfocPDfLnMMiIb9A5eny16Ro/a-modern-professional-podcast-studio-set-1772536835801-a0ff4326.png", - ], + card: "summary_large_image", title: "Web3 Perspective | Web3 Marketing Podcast", description: "Real results. Real sponsors. Real strategies. No fluff.", images: [ + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQSfocPDfLnMMiIb9A5eny16Ro/a-modern-professional-podcast-studio-set-1772536835801-a0ff4326.png"], }, robots: { index: true,