Add 'robots' meta tag

main
Jasper Bok 2023-08-18 18:05:39 +02:00
parent 30db593e2a
commit be4b6d8aa2
2 changed files with 2 additions and 1 deletions

2
TODO
View File

@ -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

View File

@ -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">