03:23:00 <[Tritium]> is there a metadata option to remove a page from the sitemap/add it to robots.txt? 03:54:16 <Aeyoun> [Tritium]: ROBOTS_EXCLUSIONS in conf.py 03:58:04 <Aeyoun> [Tritium]: Note however that sitemap code is smart enough to detect <meta name="robots" content="noindex" /> and exclude it from the generated sitemaps. You could start adding "noindex: True" in your posts and adopt your theme templates/post.py to the following: 03:58:58 <Aeyoun> https://www.irccloud.com/pastebin/7k16Wc3J/ 03:59:21 * Aeyoun should start a Nikola solutions consultancy agency 03:59:35 * Aeyoun should probably go to bed before that — it’s 6am 03:59:45 <Aeyoun> [Tritium]: Hope it helped. :-) 04:00:55 <Aeyoun> *templates/post.tmpl 13:09:16 <[Tritium]> thanks for the help last night Aeyoun 13:10:04 <Aeyoun> [Tritium]: did it work out for you? 13:10:34 <[Tritium]> It did