fix: update meta descriptions (#624)

This commit is contained in:
Felix Angelov
2021-05-16 14:29:29 -05:00
committed by GitHub
parent 008a9e1cc0
commit 83bd5095b6
2 changed files with 5 additions and 5 deletions

View File

@ -29,8 +29,8 @@ const BaseHTMLContext: Record<string, string | Record<string, string>> = {
meta: {
title: 'Google I/O Photo Booth',
desc: (
'Take a photo at the Google I/O Photo Booth! ' +
'Built for Google I/O 2021 with Flutter & Firebase.'
'Take a photo in the I/O Photo Booth with your favorite Google Developer Mascots! ' +
'Built with Flutter & Firebase for Google I/O 2021.'
),
},
footer: footerTmpl,

View File

@ -5,9 +5,9 @@
<meta charset="UTF-8" />
<meta content="IE=Edge" http-equiv="X-UA-Compatible" />
<meta name="description" content="Take a photo at the Google I/O Photo Booth! Share it with friends and update your profile picture for the event.">
<meta name="description" content="Take a photo in the I/O Photo Booth with your favorite Google Developer Mascots! Built with Flutter & Firebase for Google I/O 2021.">
<meta property="og:description" content="Take a photo at the Google I/O Photo Booth! Share it with friends and update your profile picture for the event.">
<meta property="og:description" content="Take a photo in the I/O Photo Booth with your favorite Google Developer Mascots! Built with Flutter & Firebase for Google I/O 2021.">
<meta property="og:title" content="Google I/O Photo Booth">
<meta property="og:url" content="https://photobooth.flutter.dev">
<meta property="og:image" content="https://firebasestorage.googleapis.com/v0/b/io-photobooth-dev.appspot.com/o/public%2Fphotobooth-metadata-image.jpeg?alt=media">
@ -15,7 +15,7 @@
<meta name="twitter:text:title" content="Google I/O Photo Booth">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Google I/O Photo Booth">
<meta name="twitter:description" content="Take a photo at the Google I/O Photo Booth! Share it with friends and update your profile picture for the event.">
<meta name="twitter:description" content="Take a photo in the I/O Photo Booth with your favorite Google Developer Mascots! Built with Flutter & Firebase for Google I/O 2021.">
<meta name="twitter:image" content="https://firebasestorage.googleapis.com/v0/b/io-photobooth-dev.appspot.com/o/public%2Fphotobooth-metadata-image.jpeg?alt=media">
<!-- iOS meta tags & icons -->