Apple is making a smart move by not wanting to depend on anyone else. Results may suck in the beginning, but well, competing in hard stuff is hard, this is another apple maps. Hopefully they won't get bashed so hard since this is not so user facing.
Apple is making a smart move by not wanting to depend on anyone else. That's one way of looking at it. A different one would be that the wealthiest company in the world could work with practically anyone and get a better product than they could build themselves more quickly with more features. The idea that they have to do everything in-house to get the best is paranoid and stupid. For example, rather than build Appl…
Applebot, the web crawler for Apple
41–50 of 94 posts
Re: Applebot, the web crawler for Apple
#42Can't Apple build itself some spam protection??!? Search is harder than this.
Re: Applebot, the web crawler for Apple
#43Please let this be the beginning of an Apple search engine. We really need some better alternatives to Google.
I could be wrong, but I think Apple might have an ideological problem with a lot of content. It's their call if they decide to filter that stuff out, but it's censorship, and I struggle to see how that would result in a "better" search engine.
EDIT: Applebot still has uses beyond a search engine though. I think Apple are being straightforward in it's explanation. It's for Siri and Spotlight.
Re: Applebot, the web crawler for Apple
#44Re: Applebot, the web crawler for Apple
#45>If robots instructions don't mention Applebot but do mention Googlebot, the Apple robot will follow Googlebot instructions. So if I set in my robots.txt to disallow all bots except Googlebot, Applebot will index anyway? I don't think I like that precedent.
Serious question, because I can't imagine your use case - under what circumstances would you wan't to block all bots except one?
Re: Applebot, the web crawler for Apple
#46Earlier quoted context omitted.
Serious question, because I can't imagine your use case - under what circumstances would you wan't to block all bots except one?
I'm not an expert but my guess is: limiting bot traffic, but keeping the site available for the most popular search engine.
Getting crawled by the major search engines typically isn't that bad, they tend to know what they're doing. Getting hammered by some crappy local search engine is what's annoying.
We don't limit any bots, except once where we completely blocked Eniro in our firewall. Google, Bing and a ton of other could index at the same time, with no issue. Eniro for some reason decided to just index way to much at once, no reaction to robots.txt and no reply from the email they so kindly included in the headers.
But I see your point, it's just a bit sad when Google has become "The Internet".
Re: Applebot, the web crawler for Apple
#47Apple is making a smart move by not wanting to depend on anyone else. Results may suck in the beginning, but well, competing in hard stuff is hard, this is another apple maps. Hopefully they won't get bashed so hard since this is not so user facing.
Re: Applebot, the web crawler for Apple
#48This is interesting. A while back, I think either Cook or Jobs mentioned that Apples makes PRODUCTS and doesn't sell ADS. If that's true (and stays true) AND this is the beginning of a search engine for them, it's going to be VERY interesting to see what it looks like.
Re: Applebot, the web crawler for Apple
#49Apple is making a smart move by not wanting to depend on anyone else. Results may suck in the beginning, but well, competing in hard stuff is hard, this is another apple maps. Hopefully they won't get bashed so hard since this is not so user facing.
Apple is making a smart move by not wanting to depend on anyone else. That's one way of looking at it. A different one would be that the wealthiest company in the world could work with practically anyone and get a better product than they could build themselves more quickly with more features. The idea that they have to do everything in-house to get the best is paranoid and stupid. For example, rather than build Appl…
I'm pretty sure they're not interested in quickly, or more features. Their users can still use other products (and lets be honest, most products WANT to be on the apple platforms), but at least this way they make sure their users aren't left stranded if those products cease to exist and/or are not updated. Remember the maps situation?
They are making sure their users have core features without having to depend on others' good will.
They could buy another company, sure, but I wouldn't count on DDG being ready to sell out, and besides, getting new people to work on their new thing is probably easier/better organisation-wise than to on-board a different company/organisation with a lot of baggage.
Re: Applebot, the web crawler for Apple
#50>If robots instructions don't mention Applebot but do mention Googlebot, the Apple robot will follow Googlebot instructions. So if I set in my robots.txt to disallow all bots except Googlebot, Applebot will index anyway? I don't think I like that precedent.
That's maybe jumping to conclusion. I interpreted the sentence less literally and more like "in absence of rule, default to GoogleBot ones" So if you put a wildcard rule forbidding access and a specific one allowing access to GoogleBot, AppleBot will honour the wildcard one. That's how I would have coded it anyway: parse the rule for current agent string, if no rule applies, run it again with GoogleBot one before ass…
I would assume this means that it will follow GoogleBot unless you specifically mention AppleBot by name and not by using a wildcard.
So a User-agent: * would be ignored if a User-agent: GoogleBot is found.