Skip to content
Snippets Groups Projects
Commit caab3375 authored by Guilhem CARRON's avatar Guilhem CARRON
Browse files

feat: Add openGraph meta descriptions for the app

parent d8222102
No related branches found
No related tags found
3 merge requests!24fix(typo): écogestes + optionnel poll,!22feat: Add partners issue info,!15Feat/meta desc og
......@@ -5,10 +5,7 @@
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta
name="description"
content="Web site created using create-react-app"
/>
<meta name="description" content="Le backoffice de l'application Ecolyo.">
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<!--
manifest.json provides metadata used when your web app is installed on a
......@@ -24,7 +21,18 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>Backoffice Ecolyo</title>
<title>Ecolyo - Agent</title>
<meta property="og:url" content="%PUBLIC_URL%">
<meta property="og:type" content="website">
<meta property="og:title" content="Ecolyo - Agent">
<meta property="og:description" content="Le backoffice de l'application Ecolyo.">
<meta property="og:image:secure_url" content="https://ecolyo-agent.grandlyon.com/og-icon.png">
<meta property="og:image" content="https://ecolyo-agent.grandlyon.com/og-icon.png">
<meta property="og:image:type" content="image/png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="627" />
<meta property="og:image:alt" content="Ecolyo Logo" />
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
......
public/logo192.png

5.22 KiB | W: | H:

public/logo192.png

4.83 KiB | W: | H:

public/logo192.png
public/logo192.png
public/logo192.png
public/logo192.png
  • 2-up
  • Swipe
  • Onion skin
public/logo512.png

9.44 KiB | W: | H:

public/logo512.png

12.3 KiB | W: | H:

public/logo512.png
public/logo512.png
public/logo512.png
public/logo512.png
  • 2-up
  • Swipe
  • Onion skin
public/og-icon.png

16.7 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment