Add 'robots' meta tag
parent
30db593e2a
commit
be4b6d8aa2
2
TODO
2
TODO
|
@ -3,7 +3,6 @@
|
||||||
## 1.0.0
|
## 1.0.0
|
||||||
|
|
||||||
[ ] *** Show max two departures per line per stop.
|
[ ] *** Show max two departures per line per stop.
|
||||||
[ ] *.. Add robots.txt.
|
|
||||||
[ ] *** Read route preferences from env/config.
|
[ ] *** Read route preferences from env/config.
|
||||||
[ ] *.. Make the stop name link to Breng's page for that stop.
|
[ ] *.. Make the stop name link to Breng's page for that stop.
|
||||||
[ ] *.. Make the route name link to Breng's page for that route.
|
[ ] *.. Make the route name link to Breng's page for that route.
|
||||||
|
@ -15,6 +14,7 @@
|
||||||
[x] **. Add a favicon.
|
[x] **. Add a favicon.
|
||||||
[x] *.. Compile static files into the binary.
|
[x] *.. Compile static files into the binary.
|
||||||
[x] *.. Make the port configurable via CLI option.
|
[x] *.. Make the port configurable via CLI option.
|
||||||
|
[x] *.. Add robots.txt.
|
||||||
|
|
||||||
## Backlog
|
## Backlog
|
||||||
|
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
<meta name="robots" content="noindex">
|
||||||
|
|
||||||
<link rel="icon" type="img/png" href="/static/img/bus16x16.png" sizes="16x16">
|
<link rel="icon" type="img/png" href="/static/img/bus16x16.png" sizes="16x16">
|
||||||
<link rel="icon" type="img/png" href="/static/img/bus32x32.png" sizes="32x32">
|
<link rel="icon" type="img/png" href="/static/img/bus32x32.png" sizes="32x32">
|
||||||
|
|
Loading…
Reference in New Issue