diff --git a/tests/pelicanconf.py b/tests/pelicanconf.py index 9468f50..2b8d965 100644 --- a/tests/pelicanconf.py +++ b/tests/pelicanconf.py @@ -18,8 +18,9 @@ SITELOGO = u'https://www.example.com/img/profile.png' FAVICON = SITEURL + '/images/favicon.ico' BROWSER_COLOR = '#333' +# 'robots' meta tag values for normal and hidden pages. ROBOTS = u'index, follow' -# ROBOTS_HIDDEN = u'noindex, nofollow' +ROBOTS_HIDDEN = u'noindex, nofollow' THEME = u'../' PATH = u'content'