feoblog
feoblog copied to clipboard
robots.txt
trafficstars
FeoBlog should include a robots.txt
Immediately after sharing a link to a live server for the first time, it got hit by several bots, and they generally requested a robots.txt.
I should read up on the modern format of robots.txt and include an appropriate one.
Can they do wildcard matching? Do I want to allow/deny specific sections? (Maybe deny /client/*?)
Idea:
Deny by default, but allow /u/:id/** for users "on the homepage".
Maybe also include users that list this server as their only/first server? (But I'm wary of that. I'd rather RSS-feed-type stuff not show up in indexes.)