|
3 | 3 | <head> |
4 | 4 | <meta charset="utf-8" /> |
5 | 5 | <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" /> |
7 | 47 | <link |
8 | 48 | rel="icon" |
9 | 49 | 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>" |
|
0 commit comments