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 {
|
||||
const { t } = useTranslation(['common', 'index', 'errors']);
|
||||
const description = "Add your EU Digital COVID Certificates to your favorite wallet app.";
|
||||
|
||||
return (
|
||||
<>
|
||||
<NextSeo
|
||||
title="Covidpass"
|
||||
description="Add your EU Digital Covid Vaccination Certificates to your favorite wallet app."
|
||||
description={description}
|
||||
openGraph={{
|
||||
url: 'https://covidpass.marvinsextro.de/',
|
||||
title: 'CovidPass',
|
||||
description: 'Add your EU Digital Covid Vaccination Certificates to your favorite wallet app.',
|
||||
description: description,
|
||||
images: [
|
||||
{
|
||||
url: 'https://covidpass.marvinsextro.de/thumbnail.png',
|
||||
width: 1000,
|
||||
height: 500,
|
||||
alt: 'CovidPass: Add your EU Digital Covid Vaccination Certificates to your favorite wallet app.',
|
||||
alt: description,
|
||||
}
|
||||
],
|
||||
site_name: 'CovidPass',
|
||||
|
|
Loading…
Reference in New Issue