Menu:

The value context["robots"]

(With changeset 1440 there exist a new way, to setup context["robots"])

The context variable "robots" are set to "index,follow" or "NONE,NOARCHIVE". It's for the html head line, who locks like this:

HTML
1
<meta name="robots" content="{{ robots }}" />

PyLucid set this value dynamically. Every non anonymous response should set the value to "NONE,NOARCHIVE" and all views for anonymous users to "index,follow".

Here a chronological way for setup context["robots"]: