From a16d23dcde76874fab4b6bdb45067fd01b88cdc1 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Wed, 19 Jan 2022 15:50:23 +0100 Subject: chore: add opengraph and twitter meta --- src/pages/cv.tsx | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'src/pages/cv.tsx') diff --git a/src/pages/cv.tsx b/src/pages/cv.tsx index ac5841e..47093c4 100644 --- a/src/pages/cv.tsx +++ b/src/pages/cv.tsx @@ -25,15 +25,16 @@ const CV: NextPageWithLayout = () => { const pageMeta: ArticleMeta = { dates, }; + const pageUrl = `${config.url}${router.asPath}`; const webpageSchema: WebPage = { - '@id': `${config.url}${router.asPath}`, + '@id': `${pageUrl}`, '@type': 'WebPage', breadcrumb: { '@id': `${config.url}/#breadcrumb` }, name: seo.cv.title, description: seo.cv.description, reviewedBy: { '@id': `${config.url}/#branding` }, - url: `${config.url}${router.asPath}`, + url: `${pageUrl}`, isPartOf: { '@id': `${config.url}`, }, @@ -57,7 +58,7 @@ const CV: NextPageWithLayout = () => { inLanguage: config.locales.defaultLocale, license: 'https://creativecommons.org/licenses/by-sa/4.0/deed.fr', thumbnailUrl: image, - mainEntityOfPage: { '@id': `${config.url}${router.asPath}` }, + mainEntityOfPage: { '@id': `${pageUrl}` }, }; const schemaJsonLd: Graph = { @@ -70,6 +71,12 @@ const CV: NextPageWithLayout = () => { {seo.cv.title} + + + + + +