From d9bbdaf4b28d934a30c6a3a3412afa7d856bd481 Mon Sep 17 00:00:00 2001 From: Rohan Kumar Date: Sun, 12 Jun 2022 16:04:16 -0700 Subject: [PATCH] Add Apple and Amazon search engines --- content/posts/search-engines-with-own-indexes.gmi | 8 +++++--- content/posts/search-engines-with-own-indexes.md | 11 ++++++----- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/content/posts/search-engines-with-own-indexes.gmi b/content/posts/search-engines-with-own-indexes.gmi index 86a3f2a..5acca67 100644 --- a/content/posts/search-engines-with-own-indexes.gmi +++ b/content/posts/search-engines-with-own-indexes.gmi @@ -287,11 +287,13 @@ I'm unable to determine if these engines are independent; help would be apprecia => https://infinitysearch.co Infinity Search => https://infinitydecentralized.com/ Infinity Decentralized -## Upcoming engines +## Search engines without a web interface -These engines aren’t ready yet; their indexes are either in a proof-of-concept phase with a handful of sites or aren’t available yet. +Some search engines are integrated into other appliances, but don’t have a web portal. -* Apple: given the activity of the AppleBot crawler lately, their index will almost certainly grow to a size large enough to power a general search engine soon. Check your server’s access logs; there’s a good chance it’s crawled your site if you have a few backlinks. +* Apple’s search engine is usable in the form of “Siri Suggested Websites”. Its index is built from the Applebot web crawler. If Apple already has working search engine, it’s not much of a stretch to say that they’ll make a web interface for it someday. + +* Amazon bought Alexa Internet (a web traffic analysis company, at the time unrelated to the Amazon Alexa virtual assistant) and discontinued its website ranking product. Amazon still runs the relevant crawlers, and also have a bot called “Amazonbot”. While Applebot powers the Siri personal assistant, Amazonbot powers the Alexa personal assistant “to answer even more questions for customers”. Crawling the web to answer questions is the basis of a search engine. ## Gemini search engines diff --git a/content/posts/search-engines-with-own-indexes.md b/content/posts/search-engines-with-own-indexes.md index f29aa03..97b066b 100644 --- a/content/posts/search-engines-with-own-indexes.md +++ b/content/posts/search-engines-with-own-indexes.md @@ -14,7 +14,6 @@ evergreen: true featured: 1 title: A look at search engines with their own indexes --- -

Preface

@@ -265,12 +264,14 @@ Misc - Partially evaluated: [Infinity Search](https://infinitysearch.co): young, small index. It recently split into a paid offering with the main index and [Infinity Decentralized](https://infinitydecentralized.com/), the latter of which allows users to select from community-hosted crawlers. I managed to try it out before it became a paid offering, and it seemed decent; however, I wasn't able to run the tests listed in the "Methodology" section. Allows submitting URLs and sitemaps into a text box, no other work required. -Upcoming engines ----------------- +Search engines without a web interface +-------------------------------------- -These engines aren't ready yet; their indexes are either in a proof-of-concept phase with a handful of sites, or aren't available yet. +Some search engines are integrated into other appliances, but don't have a web portal. -- Apple: given the activity of the AppleBot crawler lately, their index will almost certainly grow to a size large enough to power a general search engine soon. Check your server's access logs; there's a good chance it's crawled your site if you have a few backlinks. +- Apple's search engine is usable in the form of "Siri Suggested Websites". Its index is built from the Applebot web crawler. If Apple already has working search engine, it's not much of a stretch to say that they'll make a web interface for it someday. + +- Amazon bought Alexa Internet (a web traffic analysis company, at the time unrelated to the Amazon Alexa virtual assistant) and discontinued its website ranking product. Amazon still runs the relevant crawlers, and also have [a bot called "Amazonbot"](developer.amazon.com/support/amazonbot). While Applebot powers the Siri personal assistant, Amazonbot powers the Alexa personal assistant to answer even more questions for customers. Crawling the web to answer questions is the basis of a search engine. Graveyard ---------