Skip to content

Commit 3e7fa88

Browse files
committed
Merge pull request #82 from vreshch/chore/twitter-card-image
chore(seo): add twitter card metadata
2 parents 6ce9001 + 3857b6e commit 3e7fa88

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

src/app/layout.tsx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,13 @@ export const metadata: Metadata = {
3131
{ url: '/hero.jpg', width: 1200, height: 630, alt: 'DiffractWD application screenshot' },
3232
],
3333
},
34+
twitter: {
35+
card: 'summary_large_image',
36+
title: 'DiffractWD - Free Powder Diffraction Software',
37+
description:
38+
'Free open-source software for powder diffraction pattern manipulation, simulation, and visualization.',
39+
images: ['/hero.jpg'],
40+
},
3441
alternates: {
3542
canonical: '/',
3643
},

0 commit comments

Comments
 (0)