Slashdot Mirror


Should Archive.org Ignore Robots.txt Directives And Cache Everything? (archive.org)

Archive.org argues robots.txt files are geared toward search engines, and now plans instead to represent the web "as it really was, and is, from a user's perspective." We have also seen an upsurge of the use of robots.txt files to remove entire domains from search engines when they transition from a live web site into a parked domain, which has historically also removed the entire domain from view in the Wayback Machine... We receive inquiries and complaints on these "disappeared" sites almost daily."
In response, Slashdot reader Lauren Weinstein writes: We can stipulate at the outset that the venerable Internet Archive and its associated systems like Wayback Machine have done a lot of good for many years -- for example by providing chronological archives of websites who have chosen to participate in their efforts. But now, it appears that the Internet Archive has joined the dark side of the Internet, by announcing that they will no longer honor the access control requests of any websites.
He's wondering what will happen when "a flood of other players decide that they must emulate the Internet Archive's dismal reasoning to remain competitive," adding that if sys-admins start blocking spiders with web server configuration directives, other unrelated sites could become "collateral damage."

But BoingBoing is calling it "an excellent decision... a splendid reminder that nothing published on the web is ever meaningfully private, and will always go on your permanent record." So what do Slashdot's readers think? Should Archive.org ignore robots.txt directives and cache everything?

97 of 174 comments (clear)

  1. yeah by Anonymous Coward · · Score: 5, Informative

    yeah!

    1. Re:yeah by ArmoredDragon · · Score: 5, Informative

      Law of headlines indeed, and there's already an established way for web developers to indicate that they don't want content cached or archived while still being searchable:

      <meta name="robots" content="noarchive">

      So archive.org could just honor that, and the problem would be solved. Google honors exactly this.

    2. Re:yeah by Zocalo · · Score: 5, Informative

      Even more specific robots.txt directive for this instance:

      User Agent: ia_archiver
      Disallow: /


      As is often the case, Lauren is going off half-cocked with only part of the story. The IA already has a policy for removal requests (email info@) and is only considering expanding their current position of ignoring robots.txt on sites outside their current "test zone" of the .gov and .mil gTLD domains and have not had any problems. They probably will do that (and for their archival purposes it's a good idea in principle), but I think it's only fair to see whether or not they listen to the feedback and provide some specific opt-out policy and technical mechanisms like at least honoring either of the above prior to going live on the rest of the Internet before starting to scream and shout. It's going to be a two-way street anyway because they're going to find a lot more sites that feed multiple-MB of pseudo-random crap to spiders that ignore robots.txt to try and do things like poison spammer's address lists, so it's actually in their best interests to provide an opt-out they honor.

      Besides, it's going to be interesting to see what kind of idiotic crap web admins who should know better think is safely hidden and/or secured because of robots.txt - it's useful to know who is particularly clueless so you can avoid them at all costs. :)

      --
      UNIX? They're not even circumcised! Savages!
    3. Re:yeah by ArmoredDragon · · Score: 1

      Yep, for some bizzaro reason I was thinking I was replying to the "neh" post below this one, and I haven't had my drop of liquor yet.

    4. Re:yeah by gustygolf · · Score: 1

      It's going to be a two-way street anyway because they're going to find a lot more sites that feed multiple-MB of pseudo-random crap to spiders that ignore robots.txt

      I don't think archive.org actually spiders things any more. They've been on-demand archival for, what, over a decade?

      I mean, they had the Alexa toolbar that automatically submitted everything that the user browsed to their index, and that is (was?) likely their main source of entries...

      Try looking at an unpopular site, and you'll find few and incomplete entries spanning over several years, especially as you go deeper than the front page. But a popular web site has archive entries available for pretty much every day of their history.

      --
      "Slow Down Cowboy! It's been 58 minutes since you last successfully posted a comment" -- slashdot, driving users away.
    5. Re:yeah by Zocalo · · Score: 5, Informative

      IA does still spider, but they seem to use a more nuanced system than the rudimentary "start at /, then recursively follow every link" approach used by more trivial site spider algorithms. Firstly, they don't download an entire site in one go - they spread things out over time to avoid putting large spikes into the traffic pattern which is more friendly for sites that are bandwidth limited and on things like "xGB/month" plans. Secondly, they have a "popularity weighting" system that governs the order they spider and refresh sections of a given site, which is the main reason for the difference between the level of content for popular and less popular sites - although I have no idea whether that's based entirely off something like the site's Alexa ranking or is also weighted against how dynamic the content is (e.g a highly dynamic site like Slashdot would get a bump up the priority, whereas a mostly static reference site might get downgraded). Combine the two approaches and you get the results you are seeing: major web homepages get spidered more or less every day with several levels of links retrieved, while some random personal blog only get spidered every few weeks or more, and only with the homepage and first level or two of links ever getting looked at.

      --
      UNIX? They're not even circumcised! Savages!
    6. Re:yeah by wisnoskij · · Score: 2

      But should that matter? If the website is publicly facing. why should you not be able to archive it (irregardless of their wishes)? I can take pictures of houses I see from the street. The law seems fairly straightforward here, and it is easy to build any sort of wall around your website you wish to keep the public and archivers out.

      --
      Troll is not a replacement for I disagree.
    7. Re:yeah by gustygolf · · Score: 1

      while some random personal blog only get spidered every few weeks or more,

      Well, my experience (as a user of archive.org, not as a webmaster) is more like 'every few years'...

      FWIW, I mostly look up old static sites from around fifteen years ago. Back when people still had hitcounters.

      --
      "Slow Down Cowboy! It's been 58 minutes since you last successfully posted a comment" -- slashdot, driving users away.
  2. Cautiously saying yes to this by haruchai · · Score: 2

    but it may have consequences I haven't considered

    --
    Pain is merely failure leaving the body
    1. Re:Cautiously saying yes to this by bertoelcon · · Score: 1

      Bandwidth seems like a likely problem if everyone does it.

      --
      Anything can be found funny, from a certain point of view.
    2. Re:Cautiously saying yes to this by Anonymous Coward · · Score: 1

      Cautiously saying yes to this but it may have consequences I haven't considered

      And that's how we ended up with Donald Trump, you bastard!

    3. Re:Cautiously saying yes to this by Zocalo · · Score: 1

      I think the law of averages would take care of that. Bandwidth is pretty cheap and the chances are that even if you are constrained by bandwidth, as might be the case with a smaller site on an "xGB/day" hosting plan, then it's more likely to be the case there won't be too many GB of content to spider in the first place. There are always exceptions though, and where there is a real problem there are still going to be workarounds, e.g. explicit opt out clauses for spiders like IA's or, if all else fails, denying access based on User-Agent strings.

      It does clearly depend on what effect this might have on the value of "everyone" though. Spidering (for legit purposes and otherwise) is mostly just background noise at present; the real bad actors - cyber criminals - already ignore robots.txt, and not every good actor would significantly benefit from ignoring robots.txt. The only real reasons a good actor might have for ignoring it are for better archiving (as with IA's proposals) or more complete search engine indicies, but if the reason for the content being excluded via robots.txt is that it is highly dynamic, transient, or just fodder for bad robots, then it's of minimal value to search engines anyway. Even if some (or all) of the search engines were to follow IA's lead on this, I think they'd still be looking at balancing that with more intelligence in their spidering just to avoid the risk of cluttering up their databases with broken links and expired data, and that's likely to limit the bandwidth requirements considerably.

      --
      UNIX? They're not even circumcised! Savages!
    4. Re:Cautiously saying yes to this by Anonymous Coward · · Score: 1

      And somehow the world is still relieved it wasn't Hillary Clinton...

      If given the choice of picking someone who could ruin you life, would you pick the evil conniving devil you know, or the bumbling orange buffoon you don't know?

    5. Re:Cautiously saying yes to this by postbigbang · · Score: 1

      My process is that if you go around the robots.txt, you're hostile, and you route to null on the next access. If you attempt to directly access cached URLs, you're hostile, same answer. The file of IPv4 and IPv6 addresses that have attempted this is easily a half-mile long.

      Happy to add archive.org to it. Baidu, Bing, and yes, Google, are already there. Most of them have been from AWS instances snooping around. They get the same answer.

      --
      ---- Teach Peace. It's Cheaper Than War.
    6. Re:Cautiously saying yes to this by laie_techie · · Score: 1

      As well as Obama destroying insurance ($5000 deductibles for everyone), Dianne Feinstein becoming a Billionaire *only while* in Congress, and of course the classic "We have to pass the bill to know what's in the bill." That from the bobble-head Nancy Pelosi. Yep. Oh yeah, you bastard!

      My plan's deductible is $500 per person ($1500 / family), so I have a hard time believing $5k; $5k is closer to max out of pocket. Of course, I'm paying $500 / month premiums ...

  3. No brainer by fnj · · Score: 5, Insightful

    Duh. Naturally it should. The notion that robots.txt should operate RETROACTIVELY is asinine.

    1. Re:No brainer by thsths · · Score: 5, Insightful

      But that is not the question asked, is it?

      robots.txt should apply to the page at the time. I do not see any decent argument against that.

      But arguable robots.txt should not be a way to retroactively mark previously archived content as inaccessible.

    2. Re: No brainer by Anonymous Coward · · Score: 1

      While the retroactive nature is indeed dumb, the simple fact is that if I don't want content I created/own to be copied by archive.org, it shouldn't be. And that should include content that maybe I didn't have a problem with being mirrored previously, but now do, albeit not through a stupid retroactive robots.txt file. This is throwing the baby out with the bathwater.

    3. Re:No brainer by blackest_k · · Score: 5, Insightful

      One problem i run into is with owner manuals for old film camera's a lot of the time they disappear from the company website when they get taken over by another company. Sometimes archive.org can come to the rescue if I can find where they used to be. Fair enough the new company may only be interested in the digital models and has no interest in the historical product made by the company they acquired but when they make boneheaded choices like erasing the historical information the original company put out for their customers..

      Worst still is when a domain name is lapsed and bought by another company who had zero access to the content of the former site they bought a name not a right to control the history of the former site.

      The other thing which bugs me is the white washing of old news articles how often that trick gets pulled, I might personally remember an event but find the contemporary records are missing that happens a lot especially in Politics when a past stance becomes embarrassing and then you get told black was white...

      At the very least when a website changes hands the new owner should not be able to erase the history of the site under the previous owner.

    4. Re:No brainer by c · · Score: 2

      But arguable robots.txt should not be a way to retroactively mark previously archived content as inaccessible.

      Exactly. The policy where someone with no interest in a site (i.e. takeovers, lapsed domains, etc) can retroactive wipe all archives with just a couple lines in a config is flat-out wrong.

      Ignoring robots.txt entirely, though, is a bad idea. Some sites use it to block archiving, sure, but some others use it to tell robots to avoid places where they'll never return from. There's a case for ignoring "Disallow: /", or anything that's significantly different from what, say, the Google search indexer is allowed to see.

      --
      Log in or piss off.
    5. Re:No brainer by dissy · · Score: 4, Insightful

      It should be even easier than that.

      Archive.org should archive everything, including the robot.txt contents, at each scan.

      The content being displayed from the archive.org website itself however could then still honor robots.txt at the time of the scan, purely for "display" purposes.

      This way changing robots.txt to block search engines would not delete or hide any previous information.
      Also the new information would still be in the archive, even if not displayed due to the current robots.txt directives.

      Although it would require more work to do so properly, this would potentially allow for website owners to retroactively "unhide" content in the archive in the past as well.
      Proper in this case would require some way to verify the domain owner, but this could likely be as simple as creating another specifically named text file in the websites root path, with content provided by the archive.
      That can be as simple as the old school "cookie" data like so many other services use such as Google, or as complex as a standard that allows date ranges specified along with directives.

      But in any case, this would preserve copies of the website for future use, such as for when copyright protection expires.
      Despite everyone having a differing opinion on just how long "limited time" should be in "securing for limited times to authors and inventors the exclusive right to their respective writings and discoveries", no one who wants to be taken seriously can argue that this time of expiration must happen at some point.
      Since the vast majority of authors make no considerations to protect our property, that task clearly needs to fall on us to secure.

    6. Re: No brainer by sumdumass · · Score: 2

      Internet Archive is recognized as a bona-fide library organization recognized by the library of congress and US copyright office and as such is immune from most copyright laws in their pursuit of archiving and allowing access- with some restrictions of course.

      Section 108 lays out the framework but US regulations provide more specifics in the exemptions and uses. As far as I know, they fall completely within the scope of the laws and limitations even if they ignore the robots.txt because the copyright law creates an exception to the rights imposed by law concerning libraries.

      Even though there is no legal definition of pirating, I don't think they apply to even the common definition if translated to legal means as they are exempt from the restrictions normal people and organizations are subject to.

    7. Re: No brainer by Anonymous Coward · · Score: 1

      So why the fuck did the person put the stuff on the website in the first place? DMCA and anything similar to it is stupid.

    8. Re: No brainer by Aighearach · · Score: 1

      Even though there is no legal definition of pirating

              "Piracy: a robbery or forcible depredation on the high seas, without lawful authority, done animus furandi, in the spirit and intention of universal hostility.

              "It is not necessary that the motive be plunder or that the depredations be directed against the vessels of all nations indiscriminately. As in robbery upon land, it is only necessary that the spoilation or intended spoilation be felonious, that is with intent to injure and without legal authority or lawful excuse."

      --Bouvier's Law Dictionary (1897)

    9. Re: No brainer by sumdumass · · Score: 1

      Ok, so I should have said there is no legal definition of pirating concerning copyright.

      Most people would have read that into the comment seeing how the entire discussion being replied to was about copyright. But I guess I should admit that I did not account for the one interpretation by someone not following along.

    10. Re: No brainer by Aighearach · · Score: 1

      Ok, so I should have said there is no legal definition of pirating concerning copyright.

      Nobody cares if the vessel that you pillage is carrying copyright assignments, gold dust, or toilet paper. The definition of piracy does not change.

      Most people...

      Are fucking idiots who don't understand the difference between propagandized hyperbole, and whatever other options for communication there are.

    11. Re:No brainer by mrchaotica · · Score: 4, Insightful

      The other thing which bugs me is the white washing of old news articles how often that trick gets pulled, I might personally remember an event but find the contemporary records are missing that happens a lot especially in Politics when a past stance becomes embarrassing and then you get told black was white...

      This is the single most important reason there could ever be!

      --

      "[Regarding the 'cloud,'] ownership was what made America different than Russia." -- Woz

    12. Re:No brainer by CanEHdian · · Score: 1

      It's even worse, the domain name for a retro-gaming related website I consulted via wayback expired and was re-registered; the new robots.txt file now makes the old website inaccessible!

      --
      When the copyright term is "forever minus a day", live every day like it's the last.
    13. Re:No brainer by Michael_Paoli · · Score: 1

      Absolutely! robots.txt applies at the time, not retroactively. I see nothing in the robots.txt standard that implies it should apply retroactively. It's basically a do/don't crawl *now*, it says nothing of what was the case before. So, if it was allowed per robots.txt when the pages were crawled, those are fair game for archiving ... period. archive.org or anyone else deeming themselves the exception regarding what robots.txt specified, and crawling where it says not to - that's wrong direction to go - period. But what was allowed and crawled earlier, perfectly fine, and nothing in change of robots.txt should imply it should alter availability or presentation of what was crawled when robots.txt earlier allowed it to be crawled at that time. End of story. :-) "Make things as simple as possible, but not simpler." - Einsein

    14. Re: No brainer by sumdumass · · Score: 1

      Nobody cares if the vessel that you pillage is carrying copyright assignments, gold dust, or toilet paper. The definition of piracy does not change.

      lol.. As if the internet is a vessel on the high seas.

      Are fucking idiots who don't understand the difference between propagandized hyperbole, and whatever other options for communication there are.

      I'm assuming either you are including yourself or this was just an exercise to illustrate that. Either way, it is annoyingly silly due to the obvious nature of the comment.

  4. Robots.txt is not only for privacy by Lorens · · Score: 3, Interesting

    It is also for variable random content. Imagine a service that returns a webpage containing the product (of the multiplication) of two numbers, followed by a list of links to ten other random number pairs you could try. It would take a 1kB page to write, but infinite space to archive *all* the results. For effect, imagine the service generates a video to show a kid how to multiply the two numbers, or drive from one place to another, or whatever use people have have now found for the Internet.

  5. Block wildcard by Anonymous Coward · · Score: 2, Interesting

    archive.org should block wildcard robots.txt, eg ones that say block everything. With a few exceptions:

    Image boards (eg 4chan, reddit, and similar forums) due to how frequently they change, there will never be any possibility of archiving a complete state of any specific thread before it's purposely purched, and due to the rampant piracy, would only lead to further DMCA requests aimed at archive.org

    Piracy sites - For obvious reasons.

    Domain parking - A domain parking site should be treated as spam.

    1. Re:Block wildcard by mikael · · Score: 2

      It could archive a specific thread on a board once there has been no activity for over six months.

      --
      Vintage computer adverts: http://www.vintageadbrowser.com/computers-and-software-ads
    2. Re:Block wildcard by _merlin · · Score: 2

      Threads on 4chan last hours, not months.

    3. Re:Block wildcard by KiloByte · · Score: 2

      Piracy sites -- they deserve special protection, as they're very likely to be disappeared against their owner's wishes.

      Image boards -- a glimpse into ephemeral content is worth keeping, even if you miss most of it.

      Domain parking -- I agree with you, they're 100% spam. But they're the primary reason such deletion must not be retroactive.

      --
      The creatures outside looked from Alt-Right to Antifa; but already it was impossible to say which was which.
    4. Re:Block wildcard by wisnoskij · · Score: 1

      More likely minutes on the popular ones. But 4chan already has its own archive websites I believe.

      --
      Troll is not a replacement for I disagree.
  6. Random generated content by DrYak · · Score: 4, Informative

    It is also for variable random content. Imagine a service that returns a webpage containing the product (of the multiplication) of two numbers, followed by a list of links to ten other random number pairs you could try. It would take a 1kB page to write, but infinite space to archive *all* the results

    And archive.org already has a correct behaviour for that :
    - it wont try to download all infinity of solution in one go (e.g.: generating giga-byte worth of data out of the 1kB Perl/PHP/NodeJS/whatever source)
    - instead it will occasionally rescan the page, every few days (more or less frequently, depending on popularity of the links)
    It provides a small glimpse of what a user could have seen back then on the website.

    By the way, back in the 2000s, this was exactly a popular way to poison SPAM robots spiders who where scanning the web for e-mail addresses.
    - Either they honour robots and not scan that or any other sources of e-mail on the site.
    - Or they attempt to ignore robots.txt and follow links they aren't authorised to, and end-up siphonning giga-bytes worth bogus e-mails addresses auto-generated by small perl script, which will pollute their base of harvested addresses.

    Archive.org's spider might by a tiny bit more susceptible to this kind of things.
    Bot as much as a SPAM email-harvesting spider (which will try to download as much as possible, much more aggressively than archive.org), but still such a labyrinth of links might get archive lost.

    --
    "Sufficiently advanced satire is indistinguishable from reality." - [Tips: 1DrYakQDKCQ6y52z6QbnkxHXAocMZJE61o ]
    1. Re:Random generated content by a_n_d_e_r_s · · Score: 1

      You are assuming the web page will have the same URL. But what if the script auto-generates new URLs for each request ?

      Then they will get an unlimited amount of web pages.

      Its not hard to make a web page that works that way.

      --
      Just saying it like it are.
  7. No by Anonymous Coward · · Score: 1

    If they do that on my sites (and many others I'm sure) they'll get locked out.

    1. Re:No by TheFakeTimCook · · Score: 2

      Archive.org needs to respect copyright law and stop this blatant reproduction of protected works!

      Unless I explicitly consent to archiving (or searching for that matter), my content should never reside on someone else's server.

      Sounds like you shouldn't have put that information on the Internet in the first place.

    2. Re: No by Anonymous Coward · · Score: 2, Informative

      Robots.txt is a suggestion, not a requirement.

    3. Re:No by sumdumass · · Score: 1

      Check out section 108 of the US copyright law. It provides exceptions for libraries and archival libraries. You really have no "copyright" say in the matter with Internet Archive is a bonafide library and your legal rights granted by copyright do not apply to them.

      Other sites, yes. But not for the internet archive.

  8. No. by Gravis+Zero · · Score: 4, Insightful

    A public act by an organization ignoring robots.txt will only lead to the justification of other organizations ignoring robots.txt. Effectively ignoring it erodes the value of robots.txt. Sure, some underhanded people will ignore it but I don't see organizations openly ignoring it.

    If you have an example of an organization completely ignoring robots.txt, do tell.

    --
    Anons need not reply. Questions end with a question mark.
    1. Re:No. by locater16 · · Score: 1

      The value of it is already eroded since it's messing up their sites intended purpose. They're just trying to correct for a technical problem, this is a technical problem, not some ethical dilemma.

    2. Re:No. by dwywit · · Score: 4, Insightful

      robots.txt is a polite way of saying "please don't"

      But your website is there for the world to see. If someone, anyone chooses to ignore your polite request, well, so what? Why did you put your content up there for the world to see?

      --
      They sentenced me to twenty years of boredom
    3. Re:No. by Anonymous Coward · · Score: 1

      archive.org ignoring robots.txt is a slippery slope, indeed. but there is no 'technical problem' here.

      a web site operator specifically CHOOSES ON THEIR OWN to include directives in robots.txt to tell a bot to 'fuck off'. if they choose to add wayback machine to their robots.txt file, it is their choice, and archive.org should always honor such request

    4. Re:No. by Anonymous Coward · · Score: 1

      People like you are why we can't have nice things. You think it's fine to do whatever you like to other people as long as it's not punishable by law, just because you can, no matter what their opinion.

      IOW: You're an asshole.

    5. Re: No. by Anonymous Coward · · Score: 1

      No. The purpose of the file is to let crawlers know that a page is not suitable for indexing, and/or to give site operators an "opt out" capability for crawlers which CHOOSE to offer such features. If you have a problem with a particular company then block their IP space.

    6. Re: No. by bn-7bc · · Score: 1

      Hmm are there any kindes of moduels/plugins o webservers that can (via a user cufigurable black list) just send a fake 404 status if a peticular useragent tries to connect, otherwise just forward the request for normal prosessing , thst would probably solve this problem right?

    7. Re:No. by duke_cheetah2003 · · Score: 1

      A public act by an organization ignoring robots.txt will only lead to the justification of other organizations ignoring robots.txt. Effectively ignoring it erodes the value of robots.txt. Sure, some underhanded people will ignore it but I don't see organizations openly ignoring it.

      If you have an example of an organization completely ignoring robots.txt, do tell.

      I gotta agree with this. The mechanism of robots.txt needs to be respected in all cases, lest it become obsolete and ignored if big enough players decide it is meaningless and ignorable.

      I personally don't give a hoot about my page(s) appearing in an archive, what I don't want, is Google, Bing, Yahoo, or anyone else, indexing my pages so they might appear in search results with terms that may be present on my pages. Not hiding anything, frankly there's almost nothing on my webserver (visible at least), even if robots.txt was absent. It's just my choice, and I rather like that it is respected.

    8. Re:No. by duke_cheetah2003 · · Score: 1

      robots.txt is a polite way of saying "please don't"

      But your website is there for the world to see. If someone, anyone chooses to ignore your polite request, well, so what? Why did you put your content up there for the world to see?

      This right here need elaboration. Sure, I can put my stuff on a webserver for the world to see. But you see, what I didn't sign up for is every search engine to download all my webpages and make them available in search results. Feel free to poke my website as a human, but not as a indexer, hence robots.txt asking robots to bother someone else.

    9. Re:No. by Aighearach · · Score: 1

      will only lead to the justification of other organizations

      Well, if organizations don't even need to "justify" what they scan or don't scan, then this is a non-argument.

  9. Here is my clever idea... by Snard · · Score: 3, Interesting

    Maybe there can be a separate directive/section added inside robots.txt that gives direction to sites like archive.org on these matters. So both search engines and archival systems can behave honorably. If someone really does not want their site archived for the ages, archive.org should clearly respect that.

    --
    - Mike
    1. Re:Here is my clever idea... by Anonymous Coward · · Score: 1

      Already possible, practically since the inception of robots.txt.


      User Agent: archive.org_bot
      Disallow:

    2. Re:Here is my clever idea... by blind+biker · · Score: 3, Insightful

      Then why even have a website visible on the internet, if you don't want it searchable and archivable? Those two effectively mean "invisible" - because as long as it is visible, it is also archivable - if nothing else, manually.

      --
      "The agriculture ministry is not in charge of Gundam" - Japanese ministry official.
    3. Re:Here is my clever idea... by Zocalo · · Score: 1

      Try explaining that to the legacy mainstream media dinosaurs that are still busy taking Google to court for spidering, indexing, and linking to their content, despite the debacle of Spain a few years back, and see how far it gets you. Common sense is in short supply in some corners of the Internet, and fairly large corners at that.

      --
      UNIX? They're not even circumcised! Savages!
    4. Re:Here is my clever idea... by allo · · Score: 1

      > 2) People will be more wary to publish anything on the web. Also known as self-censorship.
      Actually you NEED to be wary. If you publish something, it is there, it will be copied, screenshotted, archived ... not only by bots. Have a look at twitter. When a celebrity twitters something dumb, there are 5 people posting screenshots before they have the chance to delete the tweet.
      You should not censor yourself. But maybe you choose the use your anonymity online. Even a anonymity which isn't anonymous against your hoster is anonymous against archives. You do not need to put your name next to everything (dumb) you say online. An interesting opinion is worth a read independend of the writer.

  10. Could this break the computer misuse act? by Anonymous Coward · · Score: 1

    Section 1 a & b (http://www.legislation.gov.uk/ukpga/1990/18/section/1)

    Access to the information is unauthorised (robots.txt says no) but they do it anyway and wilfully.

    1. Re:Could this break the computer misuse act? by earthloop · · Score: 1

      The British Library also maintain an archive. The FAQ relating to their crawler is quite an eye opener:

      (http://www.bl.uk/aboutus/legaldeposit/websites/websites/faqswebmaster/)

      : Do you respect robots.txt?
      : As a rule, yes: we do follow the robots exclusion protocol. However, in certain circumstances we may choose to overrule robots.txt. For instance: if content is necessary to render a page (e.g. Javascript, CSS) or content is deemed of curatorial value and falls within the bounds of the Legal Deposit Libraries Act 2003.

      : Can I stop the crawling by using robots.txt or blocking your IP?

      : Adding our crawls to robots.txt will stop further crawling once we reconsider the file (see above). Similarly, blocking our IP will stop all further access from that IP address. However, the British Library and other deposit libraries are entitled to copy UK-published material from the internet for this national collection. If you disallow our crawler or block our IP, you will introduce barriers to us fulfilling our legal obligations.

  11. Privacy is an illusion by aglider · · Score: 1

    robot.txt doubly so.

    --
    Sent as ripples into the electromagnetic field. No single photon has been harmed in the process.
  12. The current system is stupid. by Going_Digital · · Score: 1

    The problem is new owners of domains adding a robots.txt causing the archive to remove old site scrapes. It seems entirely reasonable to assume that adding robots.txt file should only apply to current content as chances are that prior content is not content that is owned by a new owner of a domain. I think that existing content should remain but new scrapes stop when a new robots.txt file appears on the domain. A complaints procedure then provided for content owners who didn't realise that their content was being archived to request that it be removed.

    1. Re:The current system is stupid. by arth1 · · Score: 1

      The problem with robots.txt is that it doesn't contain a validity period.

      Say I add mustnotbecrawled.html, a link to it in existingpage.html, and a modification to /robots.txt that bans crawling of mustnotbecrawled.html. The problem is that a robot might have downloaded robots.txt right before my publishing, and does not see that it shouldn't crawl it. So it does.

      It could be argued that a crawler should always re-load robots.txt if encountering a document newer than the last server transmit time for robots.txt, but that adds a lot of extra requests.

      Some propose using the meta tag for excluding browsers, but that has its own problems. Like only working for XML type documents. And being applied after the fact. If I have a several megabytes HTML, and want to exclude it to save bandwidth, the meta tag won't work. It adds a little bit extra bandwidth.

      I think this should be handled at user-agent level, where crawlers identify themselves as a crawler, and the web server can make the decision on whether to serve them based on that.

    2. Re:The current system is stupid. by arth1 · · Score: 1

      No, that won't work. Changes may have taken place in-between the two copies of robots.txt.

      An example: A newspaper.
      At the first fetch of robots.txt, an article might not exist. The first version of it has not yet been verified, and is published with a new robots.txt that tells robots not to crawl it. Then, the article is modified and verified, and a new robots.txt published that now allows crawling it.
      Yet, a spider may have caught the first robots.txt from before the article, the article while it was in bad shape, and the second robots.txt from after it was corrected. Both robots.txt files agree that it can be cached, yet the copy that was crawled was never meant for caching, and the robots.txt at the time it was published even said so.

  13. robots.txt indeed does NOT have value by blind+biker · · Score: 2, Interesting

    The use of robots.txt only makes the internet somewhat harder to search. I fucking hate it when some scientific publisher haplessly uses robots.txt, only to make search of their published content nearly impossible to find. Fuck that, fuck robots.txt and the train it came with.

    --
    "The agriculture ministry is not in charge of Gundam" - Japanese ministry official.
    1. Re:robots.txt indeed does NOT have value by Anonymous Coward · · Score: 1

      If they don't want it archived, then it shouldn't be archived.

      Why not? If they don't always get exactly what they want, well, welcome to life. They should deal with it.

    2. Re:robots.txt indeed does NOT have value by duke_cheetah2003 · · Score: 1

      The use of robots.txt only makes the internet somewhat harder to search. I fucking hate it when some scientific publisher haplessly uses robots.txt, only to make search of their published content nearly impossible to find. Fuck that, fuck robots.txt and the train it came with.

      Keep in mind, if the world collectively decides to ignore robots.txt, a polite and easy way to tell indexers to go away, people will take stronger measures to prevent indexers from doing unwanted things with content they don't own and have no rights to, right up to blocking indexer sourced requests outright, no robots.txt, no http, just the middle finger of 'connection closed by foreign host.'

  14. Their behaviour so far was beyond mere compliance by CustomSolvers2 · · Score: 1

    If, on day 1, the robots.txt file of a given site allows to collect information and archive.org does it, they would be fully complying with robots.txt. If, on day 2, that site modifies the robots.txt file and restricts the access to all the bots, archive.org shouldn't collect any more information but why deleting the day-1-rightfully-stored one? Such a deletion would be exclusively motivated by their own policy, not by what should be expected from a robots.txt compliance.

    A different story would be determining whether they can rightfully store and display information from other sites, what the owners have to say about that and for how long certain type of information might be kept. Nothing of this has to do with respecting robots.txt, but with privacy and third-party information management on the lines of the right to be forgotten.

    --
    Custom Solvers 2.0 = Alvaro Carballo Garcia = varocarbas.
  15. Re:Their behaviour so far was beyond mere complian by CustomSolvers2 · · Score: 1

    Some clarifications just in case:
    - I don't think that archive.org or any other site should fully ignore robots.txt, or any other express indication of what the website owner wants.
    - The robots.txt files of my two sites don't include any kind of restriction and never did.
    - All the crawling bots which I develop (currently running ones ranking web domains) always respect robots.txt or, depending upon the exact conditions, anything else which clearly indicates the site owner expectations.
    - I am not precisely a (restricted) copyright fan and my whole online activity may be considered public domain.

    --
    Custom Solvers 2.0 = Alvaro Carballo Garcia = varocarbas.
  16. every one of you knows for certain by weedjams · · Score: 1

    that "Turn on, tune in, drop out" was pert and remains so, even more so now with such a netdorked world. WTF are you bickering about it still?

  17. YES!! by Vadim+Makarov · · Score: 5, Insightful

    I applaud the direction internet archive takes. They should fully implement it.

    A year ago one of my domain names was stolen, through negligence of the registrar. The site was a non-profit resource that I maintained for the past 15 years. The squatter who now owns the name put deny all in robots.txt. As the result the website with some quantity of useful information has totally disappeared from existence and from the archive record.

    I do not see sufficiently important reasons to remove information that was once in public access. There are some reasons, however the public benefits of having access to all past public information outweigh all them.

    --
    17779 eligible voters in a district, 17779 'vote' as one. This is Russia.
    1. Re:YES!! by Vadim+Makarov · · Score: 1

      I did not have deny in robots.txt at the time the site was crawled. I do not mind if archive.org does not cache the "domain for sale" page, but why should the new owner be able to delete the entire history from the previous domain owners?

      People abandon useful resources and domain names for many life reasons. To begin with, we all die. Companies change. Organisations change. Life priorities change. In my case the reason not to reinstate is the sheer lack of time: things are scripted for that domain name and it would take time to reconfigure that. Even if I did, once I die or become demented it would meet the same fate, the domain name will fall into someone else's hands. Internet archive is an extremely important public resource to cover for all that.

      --
      17779 eligible voters in a district, 17779 'vote' as one. This is Russia.
  18. This will have some big negative concequences by jonwil · · Score: 3, Insightful

    Think about a big site like github.com.
    Imagine how many terabytes of pretty-printed source code and other things archive.org would be pulling were it to crawl all of GitHub.
    And that's just one site, there are many others that generate pretty-printed source code and other large things.

    Or what about if it crawls Google and starts archiving all sorts of Google search URLs or Google maps URLs or whatever.

    1. Re:This will have some big negative concequences by allo · · Score: 1

      They aren't that dumb ... who writes a crawler puts in some protections against too big websites or sites autogenerating content with dynamic urls. So for example they put non-popular github links on the end of a queue to check them after everything else was processed. So they may slowly add unimportant github content, but won't crawls terabytes of data just now, but only some megabytes every now and then. Their bandwidth and storage capacity is limited as well.

    2. Re:This will have some big negative concequences by Lost+Race · · Score: 1

      Obviously (to some of us, anyway) the crawler should honor robots.txt, but the archive should not. Once something is in the archive it should be in there forever.

  19. No. by Megane · · Score: 4, Interesting

    robots.txt is intended to indicate what parts of a site should not be scanned recursively, often due for technical reasons such as generated content> It especially for sub-paths like /cgi-bin/, but there is no technical reason why the content of any arbitrary URL can't be programmatically generated. It might be and you wouldn't even know it, because the generated content may be the same most of the time, such as a navigation menu.

    However, it was also not intended to be used to remove previously-archived content, as archive.org is currently using it. When an archived page changes status in robots.txt, they should note the first date that the status changed, then simply stop updating it until and if robots.txt re-allows it.

    scanning and archiving are two different operations, and robots.txt is only intended to apply to the former.

    --
    #naabhaprzrag, #sverubfr-000, #agi-fcbafberq, negvpyr[pynff*=' negvpyr-ary-'] { qvfcynl: abar !vzcbegnag; }
  20. Simple solution? by RDW · · Score: 4, Insightful

    How about this: respect the version of robots.txt that was on the site AT THE TIME OF ARCHIVING. Do not apply subsequent versions of robots.txt to old snapshots retroactively (as when a domain changes ownership), but allow the owner to request deletion when an appropriate robots.txt was omitted by mistake.

  21. I conducted a 2 yr experiment on Internet Archive by Anonymous Coward · · Score: 2, Informative

    I wanted to know if it was possible to delete content from the Internet Archive. Their FAQ and support staff were very vague and only referred me to the robots.txt file. I found that they archive everything even if you tell them not to. The robots.txt file only controls whether or not the public can view it.

    Experiment 1) Buy an expired domain and host it with a robots.txt file telling Internet Archive not to archive it. Before the experiment I confirmed that Internet Archive had a history for this expired domain. After buying the domain and hosting the robots.txt file, I confirmed that Internet Archive no longer allowed access to it. I allowed the domain to expire, then went back to Internet Archive. The entire history of the domain was still there.

    Experiment 2) I browsed the history of an existing website that I host to confirm they had it. Next I hosted a robots.txt file telling Internet Archive not to archive it and verified that the public can no longer browse the archive for this domain. Next I changed a picture on the website for six months, then changed it back. I waited another six months, removed the robots.txt file and checked the Internet Archive. I found that they had been taking snapshots throughout the year even though my robots.txt told them not to. The picture they were not supposed to have archived was visible in the archive.

    If you really don't want them to archive your website, you can maybe block all of their IP addresses from accessing your server. Possibly by determining the domain name from the IP address and then checking if it is the Internet Archive.

  22. Why ignoring? by allo · · Score: 1

    There are already flags like "noarchive" to get google to index the site, but not provide public "google cache" links (you can assume they still cache it, but that doesn't matter for you).
    So archive.org should ignore noindex directives, but not noarchive ones.

  23. Re:NO use meta tags to control this by allo · · Score: 2

    Gone doesn't mean there will be no replacement. It just tells, that the replacement will not be the same file. So you can re-request the URL, but you should not try to resume a download from there.

  24. Bing's spider wasn't obeying robots.txt by QuietLagoon · · Score: 1
    I conversed the the good people at Bing, and was told pretty much that its a bug they don't intend to fix. They also told me how to code my website to get around the bug. Needless to say, I did the work to get around the bug. However, instead of restricting Bing from the parts of the site I restrict to all search engines, now Bing is totally restricted from browsing any part of the web site.

    .
    However, the way Microsoft has been acting recently (e.g., Windows 10 forced upgrades), I doubt if they even care about what I try to tell them via robots.txt.

    The Microsoft attitude apparently is pervasive within the company.

  25. "Should Archive.org Ignore Robots.txt Directives And Cache Everything?"

    No.

    --
    Just cruising through this digital world at 33 1/3 rpm...
  26. Yes. If you want to keep it private, then by The+Cisco+Kid · · Score: 1

    don't publish it openly in the first place.

  27. blantant-predator moral honeypot by epine · · Score: 1

    A public act by an organization ignoring robots.txt will only lead to the justification of other organizations ignoring robots.txt.

    So what? When DoubleClick argues that they ought to have the same advantages as Archive.org, they'll only manage to look like douchebags reaching their filthy hands into a cookie jar.

    It's not always a bad thing to set up douchebag-honeypot moral exemption, even if it does depend on the mass audience (mostly) managing to find two sticks to rub together.

    The real solution here is to make the directives in robots.txt more explicit concerning the predatory/non-predatory use cases.

    1. Re:blantant-predator moral honeypot by DamonHD · · Score: 1

      The obvious (and already available) solution is to have the spider mark its incoming HTTP request at the TCP level appropriately:

      https://www.ietf.org/rfc/rfc35...

      Rgds

      Damon

      --
      http://m.earth.org.uk/
  28. archive.org should be smarter by iamagloworm · · Score: 1

    archive.org should ignore robots.txt as a means to prevent archiving material. archive.org should however be smart enough to know what can be ignored, based on content.

  29. Boingboing wants ad impressions by itomato · · Score: 1

    More data points to show you more Mc Donald's ads probably sounds awesome to them. You can't be cool, popular, and decent all at once, Xeni and crew..

  30. Privacy, how quaint. by gordonb · · Score: 1

    Of course, I'm sure multiple TLAs already have a copy of everything, particularly anything political, technical, blogs, etc, including the "dark web" and other encrypted sites. A leopard can't change his spots and I would predict the FBI has dossiers on most American citizens. It's in their DNA, dating from J. Edgar at their birth. Now the dossiers are electronic, searchable, and probably do include real DNA. They likely include info from the older paper files - like that record of the subscription I had to the People's Daily back in the 70s during my Maoist phase - now scanned and searchable too. With the exposure of all these hacking tools, perhaps there is even a backup of my old blog server which mysteriously crashed in 2007 wiping out years of pointless political fulminating read by one or two people. If it wasn't for these search engines ignoring robots.txt, I would have had no traffic at all. Certain corporations also have essentially complete copies of the internet - like Google, Yahoo (Verizon), and Microsoft. If only we could search and browse them with a better interface than the Wayback Machine.

  31. The problem is this retroactive application of it. by Travelsonic · · Score: 1

    Whoever thought that was a good idea is a moron, full stop.
    Different archive copies from when the site was under different ownership should retain their own policies - whether it is fully restricted, not restricted at all, or in between. Yes, that will take up space, holding on different copies of robots.txt files, linking them to websites, etc, but it is better than some archives not being available because of their current policy.

    --
    If you believe in privacy, and believe you have "nothing to hide" at the same time, you're a goddammed idiot
  32. An excellent decision !!! by martiniturbide · · Score: 1

    I also agree. On today's internet nobody asks for permission to show us advertising, to follow up on the internet showing us ads, try to seel us things on social networks and now ISP will sell our browsing history. So why should not a "public library" be able to just backup a full website. Also it is complete lawful for they to copy contents and information: https://www.law.cornell.edu/us...

    Good luck Internet Archive. Backup everything in the world !!! Preserve al knowledge !!!

  33. Yes, with Conditions by slacka · · Score: 1

    First of all, everything should be archived for future generations and researchers. Otherwise, it defeats the whole point of the project.

    But for the general public, the robots.txt should be honored and content hidden with a few conditions. First of all, it should not be retro active. I've seen valuable information lost when domains have changed name and the new owner has blocked the contents with a robots.txt. Second of all, there should be a review system to override the robots.txt. For example, if a site is cited in Wikipeida, it the robots.txt should be ignored and hidden content unblocked.

  34. What are "cached URLs"? by tepples · · Score: 1

    If you attempt to directly access cached URLs, you're hostile, same answer.

    How you define "cached URLs" could determine how much money you have to spend fielding support calls from legitimate users who have bookmarked a document on your site.

    1. Re:What are "cached URLs"? by postbigbang · · Score: 1

      The site is static. It goes through revision. No one in their right mine bookmarked sites-- it gets 100 legit visits a year. It's a honeypot.

      But spiders cache URLs and try to find them again. Nope.

      --
      ---- Teach Peace. It's Cheaper Than War.
  35. Robots.txt v. Copyright Law by speedplane · · Score: 1

    A robots.txt file is a nice way of telling another, "please don't copy my site." However, the more mature and sophisticated answer is "if you copy this portion of my site, you may liable for copyright infringement." This whole problem is really a problem with the limitations of robots.txt. Telling someone "please do this" or "please don't do that" is not nearly as significant as "you have a right to do this" and "I will sue you if you do that".

    --
    Fast Federal Court and I.T.C. updates
  36. Unauthorized Access by Aaron+B+Lingwood · · Score: 1

    By ignoring robots.txt, archive.org would be gaining unauthorized access to a computer system as access was expressly denied as per the Robots Exclusion Standard.

    To further disseminate the archived pages would be added infringements.

    I think that they need to campaign site owners to modify their robots.txt and if need be, lobby for exclusions to the Computer Misuse Act.

    --
    [Rent This Space]
  37. problem for websites by SuperDre · · Score: 1

    there is no law that says you have to obey the robots.txt, it's nice search engines etc obey the robots.txt, but they certainly don't have to.

  38. Really Stupid by MooseMiester · · Score: 1

    Every site we develop has a dev instance with Robots set to dissallow, and a prod instance. If the dev instances get exposed to the outside world (search, archive, wayback) then you have to teach reviewers how to use local vhost files which will be a huge pain in the ass, or put .htaccess passwords on everything which is just plain stupid.

    --
    Murphy was an optimist
  39. Sure... by ne1av1cr · · Score: 1

    If you think you want to keep a copy of my homebrew Ars Magica roleplaying game logging site feel free.