Make a robots.txt file #43
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I'll do it later
I think I'm OK having it scraped (to some extent), but we should do something so it shows up better / more usefully in search results.
I think this is hardcoded in http.js.c: https://www.tildefriends.net/robots.txt
Maybe we should do this in index.html: https://metatags.io/
Definitely, but I think it should only access
/
and/~cory/welcome/
. Anything else is a waste of bandwidth, resources and storage imo.I do want public blob/wiki style apps that I want searchable.
The ssb app currently doesn't do much unless you're signed in, which is my main approach to it not being consumed by bots right now.
Maybe there's a future where apps specify their own decision for the robots meta tag: https://developers.google.com/search/docs/crawling-indexing/robots-meta-tag
I know I've sat on this for a while. I don't think there's anything more I want to do here right now. I added enough meta tags to make search results look acceptable. None of the stock apps do much actual work if you're not authenticated, and load/traffic from the web hasn't been a problem on tildefriends.net in practice. If an app wants to hide itself, it can always generate its own
<meta name="robots" content="noindex">
.