Skip to content

Commit 988ab60

Browse files
committed
fix: set metadataBase + use banner.png for OG/Twitter social previews
1 parent e3381ea commit 988ab60

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/app/layout.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import { Providers } from '@/components/Providers';
66
import './globals.css';
77

88
export const metadata: Metadata = {
9+
metadataBase: new URL('https://coinpayportal.com'),
910
title: 'CoinPay - Non-Custodial Crypto Payment Gateway',
1011
description: 'Accept cryptocurrency payments in your e-commerce store with automatic fee handling and real-time processing',
1112
keywords: ['cryptocurrency', 'payment gateway', 'crypto payments', 'non-custodial', 'blockchain', 'bitcoin', 'ethereum'],
@@ -32,7 +33,7 @@ export const metadata: Metadata = {
3233
siteName: 'CoinPay',
3334
images: [
3435
{
35-
url: '/og-image.png',
36+
url: '/banner.png',
3637
width: 1200,
3738
height: 630,
3839
alt: 'CoinPay - Non-Custodial Crypto Payment Gateway',
@@ -43,6 +44,7 @@ export const metadata: Metadata = {
4344
card: 'summary_large_image',
4445
title: 'CoinPay - Non-Custodial Crypto Payment Gateway',
4546
description: 'Accept cryptocurrency payments with automatic fee handling and real-time processing',
47+
images: ['/banner.png'],
4648
},
4749
icons: {
4850
icon: [

0 commit comments

Comments
 (0)