add meta description

This commit is contained in:
2025-05-11 00:36:55 +01:00
parent c96fb14854
commit 77891fd7fe
2 changed files with 3 additions and 1 deletions

View File

@@ -4,6 +4,7 @@
<head> <head>
<title>7am - Daily weather summary</title> <title>7am - Daily weather summary</title>
<meta name="description" content="Daily weather summary delivered to you at 7am.">
<meta name="twitter:card" content="summary" /> <meta name="twitter:card" content="summary" />
<meta property="og:title" content="7am Weather"> <meta property="og:title" content="7am Weather">
<meta property="og:description" content="Daily weather summary delivered to you at 7am."> <meta property="og:description" content="Daily weather summary delivered to you at 7am.">

View File

@@ -4,7 +4,8 @@
<head> <head>
<title>7am weather for {{.LocationName}}</title> <title>7am weather for {{.LocationName}}</title>
<meta name="twitter:card" content="summary" /> <meta name="description" content="Weather summary for {{.LocationName}}">
<meta name="twitter:card" content="summary">
<meta property="og:title" content="7am Weather"> <meta property="og:title" content="7am Weather">
<meta property="og:description" content="Weather summary for {{.LocationName}}"> <meta property="og:description" content="Weather summary for {{.LocationName}}">
<meta property="og:image" content="/hero.png"> <meta property="og:image" content="/hero.png">