mirror of
https://github.com/covidpass-org/covidpass.git
synced 2025-02-18 04:30:53 +01:00
Adjust SEO description
This commit is contained in:
parent
9600296243
commit
deec26e7c5
@ -8,22 +8,23 @@ import Page from '../components/Page';
|
|||||||
|
|
||||||
function Index(): JSX.Element {
|
function Index(): JSX.Element {
|
||||||
const { t } = useTranslation(['common', 'index', 'errors']);
|
const { t } = useTranslation(['common', 'index', 'errors']);
|
||||||
|
const description = "Add your EU Digital COVID Certificates to your favorite wallet app.";
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<NextSeo
|
<NextSeo
|
||||||
title="Covidpass"
|
title="Covidpass"
|
||||||
description="Add your EU Digital Covid Vaccination Certificates to your favorite wallet app."
|
description={description}
|
||||||
openGraph={{
|
openGraph={{
|
||||||
url: 'https://covidpass.marvinsextro.de/',
|
url: 'https://covidpass.marvinsextro.de/',
|
||||||
title: 'CovidPass',
|
title: 'CovidPass',
|
||||||
description: 'Add your EU Digital Covid Vaccination Certificates to your favorite wallet app.',
|
description: description,
|
||||||
images: [
|
images: [
|
||||||
{
|
{
|
||||||
url: 'https://covidpass.marvinsextro.de/thumbnail.png',
|
url: 'https://covidpass.marvinsextro.de/thumbnail.png',
|
||||||
width: 1000,
|
width: 1000,
|
||||||
height: 500,
|
height: 500,
|
||||||
alt: 'CovidPass: Add your EU Digital Covid Vaccination Certificates to your favorite wallet app.',
|
alt: description,
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
site_name: 'CovidPass',
|
site_name: 'CovidPass',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user