Update src/app/layout.tsx
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user