Update src/app/layout.tsx
This commit is contained in:
@@ -3,36 +3,23 @@ import { Rubik } from "next/font/google";
|
|||||||
import "./globals.css";
|
import "./globals.css";
|
||||||
|
|
||||||
const rubik = Rubik({
|
const rubik = Rubik({
|
||||||
variable: "--font-rubik",
|
variable: "--font-rubik", subsets: ["latin"],
|
||||||
subsets: ["latin"],
|
|
||||||
});
|
});
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "CryptoVault - Secure Cryptocurrency Trading Platform",
|
title: "CryptoVault - Secure Cryptocurrency Trading Platform", description: "Trade and manage cryptocurrency with military-grade security, advanced analytics, and 24/7 support. Join 500K+ active users on the #1 trusted crypto platform.", keywords: "cryptocurrency trading, bitcoin, ethereum, crypto wallet, blockchain, secure exchange", metadataBase: new URL("https://cryptovault.io"),
|
||||||
description: "Trade and manage cryptocurrency with military-grade security, advanced analytics, and 24/7 support. Join 500K+ active users on the #1 trusted crypto platform.",
|
|
||||||
keywords: "cryptocurrency trading, bitcoin, ethereum, crypto wallet, blockchain, secure exchange",
|
|
||||||
metadataBase: new URL("https://cryptovault.io"),
|
|
||||||
alternates: {
|
alternates: {
|
||||||
canonical: "https://cryptovault.io",
|
canonical: "https://cryptovault.io"},
|
||||||
},
|
|
||||||
openGraph: {
|
openGraph: {
|
||||||
title: "CryptoVault - Secure Cryptocurrency Trading",
|
title: "CryptoVault - Secure Cryptocurrency Trading", description: "Trade crypto with enterprise-grade security and lightning-fast transactions", url: "https://cryptovault.io", siteName: "CryptoVault", images: [
|
||||||
description: "Trade crypto with enterprise-grade security and lightning-fast transactions",
|
|
||||||
url: "https://cryptovault.io",
|
|
||||||
siteName: "CryptoVault",
|
|
||||||
images: [
|
|
||||||
{
|
{
|
||||||
url: "https://img.b2bpic.net/free-photo/beautiful-cryptocurrwncy-concept_23-2149250213.jpg",
|
url: "https://img.b2bpic.net/free-photo/beautiful-cryptocurrwncy-concept_23-2149250213.jpg", alt: "CryptoVault trading platform"
|
||||||
alt: "CryptoVault trading platform"
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
type: "website"
|
type: "website"
|
||||||
},
|
},
|
||||||
twitter: {
|
twitter: {
|
||||||
card: "summary_large_image",
|
card: "summary_large_image", title: "CryptoVault - Secure Cryptocurrency Trading", description: "Trade crypto with military-grade security and AI-powered insights", images: ["https://img.b2bpic.net/free-photo/beautiful-cryptocurrwncy-concept_23-2149250213.jpg"]
|
||||||
title: "CryptoVault - Secure Cryptocurrency Trading",
|
|
||||||
description: "Trade crypto with military-grade security and AI-powered insights",
|
|
||||||
images: ["https://img.b2bpic.net/free-photo/beautiful-cryptocurrwncy-concept_23-2149250213.jpg"]
|
|
||||||
},
|
},
|
||||||
robots: {
|
robots: {
|
||||||
index: true,
|
index: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user