Skip to content

Commit c5672ad

Browse files
committed
og-image, seo tags
1 parent 7d1cd22 commit c5672ad

2 files changed

Lines changed: 41 additions & 1 deletion

File tree

src/where_the_plow/static/index.html

Lines changed: 41 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,47 @@
33
<head>
44
<meta charset="utf-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1" />
6-
<title>where the plow</title>
6+
<title>where the plow - St. John's Snowplow Tracker</title>
7+
<meta
8+
name="description"
9+
content="Real-time and historical snowplow tracker for St. John's, Newfoundland. See which streets have been plowed, track vehicles live, and explore coverage history."
10+
/>
11+
<meta
12+
name="keywords"
13+
content="snowplow, plow tracker, St. John's, Newfoundland, NL, snow clearing, winter, realtime, city services"
14+
/>
15+
<meta name="author" content="Jack Harrhy" />
16+
<meta name="theme-color" content="#0f172a" />
17+
<link rel="canonical" href="https://plow.jackharrhy.dev" />
18+
<meta property="og:title" content="where the plow - St. John's Snowplow Tracker" />
19+
<meta
20+
property="og:description"
21+
content="Real-time and historical snowplow tracker for St. John's, Newfoundland. See which streets have been plowed, track vehicles live, and explore coverage history."
22+
/>
23+
<meta
24+
property="og:image"
25+
content="https://plow.jackharrhy.dev/static/og-image.png"
26+
/>
27+
<meta property="og:image:alt" content="Map of St. John's showing snowplow routes" />
28+
<meta property="og:url" content="https://plow.jackharrhy.dev" />
29+
<meta property="og:type" content="website" />
30+
<meta property="og:site_name" content="where the plow" />
31+
<meta property="og:locale" content="en_CA" />
32+
<meta name="twitter:card" content="summary_large_image" />
33+
<meta name="twitter:title" content="where the plow - St. John's Snowplow Tracker" />
34+
<meta
35+
name="twitter:description"
36+
content="Real-time and historical snowplow tracker for St. John's, Newfoundland. See which streets have been plowed, track vehicles live, and explore coverage history."
37+
/>
38+
<meta
39+
name="twitter:image"
40+
content="https://plow.jackharrhy.dev/static/og-image.png"
41+
/>
42+
<meta name="twitter:image:alt" content="Map of St. John's showing snowplow routes" />
43+
<meta name="geo.region" content="CA-NL" />
44+
<meta name="geo.placename" content="St. John's" />
45+
<meta name="geo.position" content="47.5615;-52.7126" />
46+
<meta name="ICBM" content="47.5615, -52.7126" />
747
<link
848
rel="icon"
949
href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🌨️</text></svg>"
597 KB
Loading

0 commit comments

Comments
 (0)