From 1eddb7ca127dff20e32304c862329c961755e391 Mon Sep 17 00:00:00 2001 From: development Date: Sun, 25 Jan 2026 11:37:31 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 25 ++++++------------------- 1 file changed, 6 insertions(+), 19 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index a3c0c8e..5a120ce 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -3,36 +3,23 @@ import { Rubik } from "next/font/google"; import "./globals.css"; const rubik = Rubik({ - variable: "--font-rubik", - subsets: ["latin"], + variable: "--font-rubik", subsets: ["latin"], }); export const metadata: Metadata = { - 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"), + 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"), alternates: { - canonical: "https://cryptovault.io", - }, + canonical: "https://cryptovault.io"}, openGraph: { - title: "CryptoVault - Secure Cryptocurrency Trading", - description: "Trade crypto with enterprise-grade security and lightning-fast transactions", - url: "https://cryptovault.io", - siteName: "CryptoVault", - images: [ + title: "CryptoVault - Secure Cryptocurrency Trading", 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", - alt: "CryptoVault trading platform" + url: "https://img.b2bpic.net/free-photo/beautiful-cryptocurrwncy-concept_23-2149250213.jpg", alt: "CryptoVault trading platform" } ], type: "website" }, twitter: { - 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"] + 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"] }, robots: { index: true,