+1
public/robots.txt
+1
public/robots.txt
···
1
+
# See https://www.robotstxt.org/robotstxt.html for documentation on how to use the robots.txt file
+33
src/pages/_app.tsx
+33
src/pages/_app.tsx
···
7
7
<>
8
8
<Head>
9
9
<meta charSet="utf-8" />
10
+
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
10
11
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
11
12
<meta name="theme-color" content="#ffffff" />
13
+
<title>Metro</title>
14
+
<meta
15
+
name="description"
16
+
content="An interactive map of Boston's transit system."
17
+
/>
18
+
<meta
19
+
name="keywords"
20
+
content="mbta boston transit Boston transportation Boston subway MBTA map Boston public transit Massachusetts transit Boston metro Boston bus routes MBTA schedules Boston train map Massachusetts Bay Transportation Authority Boston commute Boston subway map MBTA guide Boston transit app Boston T map"
21
+
/>
22
+
23
+
{/* Open Graph / Facebook */}
24
+
<meta property="og:type" content="website" />
25
+
<meta property="og:url" content="https://metro.jaspermayone.com" />
26
+
<meta property="og:title" content="Metro" />
27
+
<meta
28
+
property="og:description"
29
+
content="An interactive map of Boston's transit system."
30
+
/>
31
+
<meta property="og:image" content="/MBTA.svg" />
32
+
33
+
{/* Twitter */}
34
+
<meta property="twitter:card" content="summary_large_image" />
35
+
<meta property="twitter:url" content="https://metro.jaspermayone.com" />
36
+
<meta property="twitter:title" content="Metro" />
37
+
<meta
38
+
property="twitter:description"
39
+
content="An interactive map of Boston's transit system."
40
+
/>
41
+
<meta property="twitter:image" content="/MBTA.svg" />
42
+
{/* */}
43
+
<meta name="author" content="Jasper Mayone" />
44
+
<meta name="robots" content="index, follow" />
12
45
<link rel="manifest" href="/site.webmanifest" />
13
46
<link rel="icon" href="/favicon.ico" />
14
47
<meta name="msapplication-TileColor" content="#ffffff" />