Update src/app/layout.tsx
This commit is contained in:
@@ -5,31 +5,19 @@ 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"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "CryptoVault - Secure Crypto Trading Platform",
|
||||
description: "Trade cryptocurrencies securely with institutional-grade security, low fees, and advanced trading tools. Join thousands of traders worldwide.",
|
||||
keywords: "cryptocurrency, bitcoin, ethereum, crypto trading, digital assets, blockchain, secure exchange",
|
||||
openGraph: {
|
||||
title: "CryptoVault - Secure Crypto Trading",
|
||||
description: "Trade crypto with security, transparency, and low fees",
|
||||
siteName: "CryptoVault",
|
||||
type: "website",
|
||||
images: [
|
||||
title: "CryptoVault - Secure Crypto Trading Platform", description: "Trade cryptocurrencies securely with institutional-grade security, low fees, and advanced trading tools. Join thousands of traders worldwide.", keywords: "cryptocurrency, bitcoin, ethereum, crypto trading, digital assets, blockchain, secure exchange", openGraph: {
|
||||
title: "CryptoVault - Secure Crypto Trading", description: "Trade crypto with security, transparency, and low fees", siteName: "CryptoVault", type: "website", images: [
|
||||
{
|
||||
url: "https://img.b2bpic.net/free-photo/bitcoin-coin-keyboard-with-nice-background-crypto-money-concept_169016-61045.jpg",
|
||||
alt: "CryptoVault trading platform"
|
||||
url: "https://img.b2bpic.net/free-photo/bitcoin-coin-keyboard-with-nice-background-crypto-money-concept_169016-61045.jpg", alt: "CryptoVault trading platform"
|
||||
}
|
||||
]
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "CryptoVault - Secure Crypto Trading",
|
||||
description: "Trade crypto securely with institutional-grade protection",
|
||||
images: ["https://img.b2bpic.net/free-photo/bitcoin-coin-keyboard-with-nice-background-crypto-money-concept_169016-61045.jpg"]
|
||||
card: "summary_large_image", title: "CryptoVault - Secure Crypto Trading", description: "Trade crypto securely with institutional-grade protection", images: ["https://img.b2bpic.net/free-photo/bitcoin-coin-keyboard-with-nice-background-crypto-money-concept_169016-61045.jpg"]
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
|
||||
Reference in New Issue
Block a user