Skip to content

Commit

Permalink
fix: meta data download
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudambro committed Feb 6, 2024
1 parent c411379 commit 6db32e0
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
6 changes: 3 additions & 3 deletions frontend/gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ require("dotenv").config({

module.exports = {
siteMetadata: {
title: `Recosanté - Connaître son environnement. Agir pour sa santé`,
title: `Recosanté - Informez-vous sur comment l'impact de l'environnement sur votre santé, et agissez.`,
author: `Recosante`,
description: `Pollution de l’air, risque d’allergie aux pollens, vigilance météo, rayonnement UV, qualité des eaux de baignade, niveau de risque radon… Découvrez les indicateurs environnementaux liés à votre localisation et des recommandations pratiques à mettre en oeuvre pour mieux vous protéger.`,
description: `Télécharger l’application Recosanté.`,
siteUrl: `https://recosante.beta.gouv.fr`,
image: "metaimage.jpg",
image: "app-og-image.png",
twitterUsername: "recosante",
},
plugins: [
Expand Down
16 changes: 9 additions & 7 deletions frontend/src/pages/download.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,26 +11,28 @@ const IOS_URL = `https://apps.apple.com/fr/app/id${IOS_APP_ID}`;

export default function Download() {
return (
<Web title="Télécharger Recosanté">
<Helmet title="Télécharger Recosanté">
<Web title="Recosanté - Informez-vous sur comment l'impact de l'environnement sur votre santé, et agissez.">
<Helmet title="Recosanté - Informez-vous sur comment l'impact de l'environnement sur votre santé, et agissez.">
<meta charset="UTF-8" />
<title>Télécharger Recosanté</title>
<title>
Recosanté - Informez-vous sur comment l'impact de l'environnement sur
votre santé, et agissez.
</title>
<meta
property="og:title"
content="Télécharger Recosanté"
content="Recosanté - Informez-vous sur comment l'impact de l'environnement sur votre santé, et agissez."
key="Download"
/>
<meta
name="description"
content="Télécharger Recosanté - Agir pour protéger votre santé"
content="Télécharger l’application Recosanté."
key="Download"
/>
<meta
property="og:description"
content="Télécharger Recosanté - Agir pour protéger votre santé"
content="Télécharger l’application Recosanté."
key="Download"
/>
{/* <meta property="og:image" content="/images/logo_oz.png" /> handled by gatsby */}
<meta property="og:type" content="article" />
{/* <meta property="fb:app_id" content="TODO" /> */}
{/* <meta property="al:ios:url" content="recosante://welcome /> */}
Expand Down
Binary file added frontend/static/app-og-image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6db32e0

Please sign in to comment.