|
4 | 4 | <meta charset="UTF-8"> |
5 | 5 | <meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover"> |
6 | 6 | <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> |
| 7 | + |
| 8 | + <!-- SEO Meta Tags --> |
| 9 | + <meta name="description" content="Real-time SF Muni Metro subway status. Check if the San Francisco subway is running on time, experiencing delays, or not operating."> |
| 10 | + <meta name="keywords" content="Muni, Metro, SF, San Francisco, subway, transit, status, delays, SFMTA"> |
| 11 | + <meta name="author" content="Eric Gregory"> |
| 12 | + <link rel="canonical" href="https://munimet.ro/"> |
| 13 | + |
| 14 | + <!-- Open Graph / Facebook --> |
| 15 | + <meta property="og:type" content="website"> |
| 16 | + <meta property="og:url" content="https://munimet.ro/"> |
| 17 | + <meta property="og:title" content="MuniMet.ro - SF Muni Metro Status"> |
| 18 | + <meta property="og:description" content="Real-time SF Muni Metro subway status. Check if the San Francisco subway is running on time, experiencing delays, or not operating."> |
| 19 | + <meta property="og:image" content="https://munimet.ro/static/og-image.png"> |
| 20 | + <meta property="og:image:width" content="1200"> |
| 21 | + <meta property="og:image:height" content="630"> |
| 22 | + <meta property="og:site_name" content="MuniMet.ro"> |
| 23 | + <meta property="og:locale" content="en_US"> |
| 24 | + |
| 25 | + <!-- Twitter Card --> |
| 26 | + <meta name="twitter:card" content="summary_large_image"> |
| 27 | + <meta name="twitter:url" content="https://munimet.ro/"> |
| 28 | + <meta name="twitter:title" content="MuniMet.ro - SF Muni Metro Status"> |
| 29 | + <meta name="twitter:description" content="Real-time SF Muni Metro subway status. Check if the San Francisco subway is running on time, experiencing delays, or not operating."> |
| 30 | + <meta name="twitter:image" content="https://munimet.ro/static/og-image.png"> |
| 31 | + |
| 32 | + <!-- Favicons --> |
7 | 33 | <link rel="icon" href="/static/favicon.png"> |
8 | 34 | <link rel="apple-touch-icon" sizes="180x180" href="/static/apple-touch-icon.png"> |
9 | 35 | <link rel="icon" type="image/png" sizes="32x32" href="/static/favicon-32x32.png"> |
10 | 36 | <link rel="icon" type="image/png" sizes="16x16" href="/static/favicon-16x16.png"> |
11 | 37 | <link rel="manifest" href="/static/site.webmanifest"> |
| 38 | + <meta name="theme-color" content="#9f9"> |
| 39 | + |
| 40 | + <!-- RSS Feed --> |
12 | 41 | <link rel="alternate" type="application/rss+xml" title="SF Muni Metro Status" href="https://munimet.ro/feed.xml"> |
| 42 | + |
13 | 43 | <title>MuniMet.ro</title> |
14 | | - <link rel="stylesheet" href="/static/style.css"> |
| 44 | + <link rel="stylesheet" href="/static/style.css"> |
| 45 | + |
| 46 | + <!-- JSON-LD Structured Data --> |
| 47 | + <script type="application/ld+json"> |
| 48 | + { |
| 49 | + "@context": "https://schema.org", |
| 50 | + "@type": "WebApplication", |
| 51 | + "name": "MuniMet.ro", |
| 52 | + "description": "Real-time SF Muni Metro subway status tracker", |
| 53 | + "url": "https://munimet.ro", |
| 54 | + "applicationCategory": "Transportation", |
| 55 | + "operatingSystem": "Any", |
| 56 | + "offers": { |
| 57 | + "@type": "Offer", |
| 58 | + "price": "0", |
| 59 | + "priceCurrency": "USD" |
| 60 | + }, |
| 61 | + "author": { |
| 62 | + "@type": "Person", |
| 63 | + "name": "Eric Gregory", |
| 64 | + "url": "https://mrericsir.github.io/" |
| 65 | + }, |
| 66 | + "sourceOrganization": { |
| 67 | + "@type": "Organization", |
| 68 | + "name": "MuniMet.ro", |
| 69 | + "url": "https://munimet.ro" |
| 70 | + }, |
| 71 | + "about": { |
| 72 | + "@type": "Thing", |
| 73 | + "name": "San Francisco Muni Metro", |
| 74 | + "description": "San Francisco's light rail and subway system" |
| 75 | + } |
| 76 | + } |
| 77 | + </script> |
15 | 78 | </head> |
16 | 79 | <body> |
17 | 80 | <div class="container"> |
|
0 commit comments