←back to thread

646 points blendergeek | 5 comments | | HN request time: 0.323s | source
1. btbuildem ◴[] No.42726825[source]
> ANY SITE THIS SOFTWARE IS APPLIED TO WILL LIKELY DISAPPEAR FROM ALL SEARCH RESULTS

Bug, or feature, this? Could be a way to keep your site public yet unfindable.

replies(1): >>42727107 #
2. chaara-dev ◴[] No.42727107[source]
You can already do this with a robots.txt file
replies(3): >>42727297 #>>42727666 #>>42744532 #
3. btbuildem ◴[] No.42727297[source]
Technically speaking, yes - but it's in no way enforced, as far as I understand it's more of an honour system.

This malicious solution aligns with incentives (or, disincentives) of the parasitic actors, and might be practically more effective.

4. ◴[] No.42727666[source]
5. mqus ◴[] No.42744532[source]
> If other pages point to your page with descriptive text, Google could still index the URL without visiting the page. If you want to block your page from search results, use another method such as password protection or noindex.

> If your web page is blocked with a robots.txt file, its URL can still appear in search results, but the search result will not have a description.

https://developers.google.com/search/docs/crawling-indexing/...

So, a robots.txt will not keep your site off of google, it just prevents it from getting crawled. (But, to be fair, this tool probably does not do this as well)