diff --git a/app/layout.tsx b/app/layout.tsx index ec36c78..d06f332 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -10,6 +10,35 @@ const APP_NAME = 'Rango Exchange Explorer'; export const metadata: Metadata = { title: 'Rango Exchange Explorer', + description: description, + keywords: + 'Rango Exchange, Rango dApp, Multi-chain DEX aggregator, Cross-Chain Swap, binance bridge, 1inch, crypto API, Metamask', + icons: { + icon: '/favicon.svg', + shortcut: { + url: '/favicon.png', + type: 'image/png', + }, + }, + twitter: { + card: 'summary_large_image', + site: '@rangoexchange', + title: 'socialTitle', + description, + creator: '@rangoexchange', + images: 'https://scan.rango.exchange/preview.jpg', + }, + openGraph: { + title: socialTitle, + type: 'website', + url: `${BASE_URL}/`, + images: { + url: 'https://scan.rango.exchange/preview.jpg', + alt: 'Rango Exchange Explorer', + }, + description, + siteName: APP_NAME, + }, }; export default function RootLayout({ @@ -19,36 +48,6 @@ export default function RootLayout({ }) { return ( -
- - - - - - - - - - - - - - - - - - - -