Chris Hill-Scott
92ffe3a78c
Use meta tag to tell search engines not to index
...
Google’s documentation says:
> robots.txt is not a mechanism for keeping a web page out of Google. To
> keep a web page out of Google, you should use noindex directives
A noindex directive means adding the following meta tag to pages that
shouldn’t be indexed:
```html
<meta name="robots" content="noindex" />
```
It’s also possible to set the directive as a HTTP header, but this seems
trickier to achieve on a per-view basis in Flask.
I’ve implemented this as a decorator so it can quickly be added to any
other pages that we decide shouldn’t appear in search results.
2020-05-27 10:19:48 +01:00
..
2020-05-11 14:30:14 +01:00
2020-03-06 11:11:41 +00:00
2020-03-06 11:11:41 +00:00
2020-04-29 16:19:57 +01:00
2020-03-06 11:11:41 +00:00
2020-05-11 14:29:03 +01:00
2020-04-23 13:50:36 +01:00
2020-05-19 12:03:11 +01:00
2020-04-23 13:50:36 +01:00
2020-04-23 13:50:36 +01:00
2020-05-20 16:07:35 +01:00
2020-03-26 17:17:11 +00:00
2020-04-23 13:50:36 +01:00
2020-05-14 16:59:34 +01:00
2020-04-09 12:05:18 +01:00
2020-04-23 13:50:36 +01:00
2020-05-14 16:59:34 +01:00
2020-04-27 13:52:37 +01:00
2020-04-23 13:50:36 +01:00
2020-05-14 16:59:34 +01:00
2020-05-27 10:19:48 +01:00
2020-05-14 16:59:34 +01:00
2020-05-21 14:20:19 +01:00
2020-03-06 11:11:41 +00:00
2020-03-06 12:50:12 +00:00
2020-03-06 11:11:41 +00:00
2020-03-06 11:11:41 +00:00
2020-03-06 11:11:41 +00:00
2020-03-06 11:11:41 +00:00
2020-03-06 11:11:41 +00:00
2020-03-06 11:11:41 +00:00
2020-03-06 11:11:41 +00:00
2020-05-04 15:53:27 +01:00
2020-03-06 11:11:41 +00:00
2020-03-06 11:11:41 +00:00
2020-03-06 11:11:41 +00:00
2020-05-20 15:57:32 +01:00
2020-04-23 13:50:36 +01:00
2020-03-06 11:11:41 +00:00
2020-05-14 16:59:34 +01:00
2020-03-06 11:11:41 +00:00
2020-03-06 11:11:41 +00:00
2020-04-23 16:44:41 +01:00
2020-03-06 11:11:41 +00:00
2020-03-06 11:11:41 +00:00
2020-03-06 11:11:41 +00:00
2020-03-06 11:11:41 +00:00
2020-03-06 11:11:41 +00:00
2020-03-26 14:55:51 +00:00
2020-03-06 11:11:41 +00:00
2020-05-19 12:03:11 +01:00
2020-03-16 14:14:29 +00:00
2020-03-30 19:29:26 +01:00
2020-04-14 15:19:29 +01:00
2020-04-02 15:24:02 +01:00
2020-03-06 11:11:41 +00:00
2020-03-06 11:11:41 +00:00
2020-03-06 11:11:41 +00:00
2020-03-06 11:11:41 +00:00
2020-05-19 12:03:11 +01:00
2020-03-06 11:11:41 +00:00
2020-03-06 11:11:41 +00:00
2020-05-14 16:59:34 +01:00
2020-03-06 11:11:41 +00:00
2020-04-09 11:04:20 +01:00
2020-03-06 11:11:41 +00:00