Is this perhaps to prevent ChatGPT, Claude and Grok to use Google Search? It would make sense for Google to keep that ability for Gemini.
They'll go adversarial interop through SerpAPI, just like Kagi does. SerpAPI will get the money instead of Google getting it.
Updates to our web search products and Programmable Search Engine capabilities
101–110 of 207 posts
Re: Updates to our web search products and Programmable Search Engine capabilities
#102Earlier quoted context omitted.
This might be me reading it wrong, but isn't shutting down the full-web search going against the ruling mentioned in the Kagi post? > Google must provide Web Search Index data (URLs, crawl metadata, spam scores) at marginal cost. Maybe they're shutting down the good integration and then Kagi, Ecosia and others can buy index data in an inconvenient way going forward?
If I understand Kagi's blog post correctly, then here's what happened, chronologically: Kagi makes deals with many search engines so they can have raw search results in exchange for money. Google says: no, you can't have raw search results because only whales can get those. Only thing we can offer you is search results riddled with ads and we won't allow you to reorder or filter them. Kagi thinks Google's offer is un…
It is perhaps a clever legal workaround. They must sell access to their index, but the verdict didn't state how much of it you can buy access to at any one time. So they put a limit of 50 domains, because that accommodates everyone who's not a search engine, but effectively blocks Kagi and Ecosia, while not exactly refusing to sell to them.
Re: Updates to our web search products and Programmable Search Engine capabilities
#103Google quietly announced that Programmable Search (ex-Custom Search) won’t allow new engines to “search the entire web” anymore. New engines are capped at searching up to 50 domains, and existing full-web engines have until Jan 1, 2027 to transition. If you actually need whole-web search, Google now points you to an “interest form” for enterprise solutions (Vertex AI Search etc.), with no public pricing and no guaran…
I built my own web search index on bare metal, index now up to 34m docs: https://greppr.org/ People rely too much on other people's infra and services, which can be decommissioned anytime. The Google Graveyard is real.
Re: Updates to our web search products and Programmable Search Engine capabilities
#104Google has consistently ruined its search engine in the last (almost) 10 years. You can find numerous articles about this, as well as videos on youtube (which is also controlled by google). Not long ago they ruined ublock origin (for chrome; ublock origin lite is nowhere near as good and effective, from my own experience here). Now Google is also committing towards more evil and trying to ruin things for more - peopl…
We're in the second era. The era of the MBAs are shutting down the last remnants of openness the company ever had.
Re: Updates to our web search products and Programmable Search Engine capabilities
#105Earlier quoted context omitted.
Better late than never. > The French index is at an advanced stage of completion, we have started creating the German language index, and the English one should start shortly. All progress is quickly integrated into the Qwant STAAN API. https://noc.social/@327ppm/115934198650900394
They can build whatever they want with lots of #hashtags and public money, but that doesn't mean they'll get 30% of French people to use it. But of course they managed to cut themselves a nice salary with EU funds, paid in part by me and you, so that's all that matters.
Re: Updates to our web search products and Programmable Search Engine capabilities
#106Earlier quoted context omitted.
Number of docs isn’t the limiting factor. I just searched for “stackoverflow” and the first result was this: https://www.perl.com/tags/stackoverflow/ The actual Stackoverflow site was ranked way down, below some weird twitter accounts.
I don't weight home pages in any way yet to bump them up, it's just raw search on keyword relevance.
Indexing is a nice compact CS problem; not completely simple for huge datasets like the entire internet, but well-formed. Ranking is the thing that makes a search engine valuable. Especially when faced with people trying to game it with SEO.
Re: Updates to our web search products and Programmable Search Engine capabilities
#107Earlier quoted context omitted.
PageRank was an innovative idea in the early days of the Internet when trust was high, but yes it's absolutely gamed now and I would be surprised if Google still relies on it. Fair play to them though, it enabled them to build a massive business.
Anchor text information is arguably a better source for relevance ranking in my experience. I publish exports of the ones Marginalia is aware of[1] if you want to play with integrating them. [1] https://downloads.marginalia.nu/exports/ grab 'atags-25-04-20.parquet'
"Affiliation" is a tricky term itself. Content farms were popular in the aughts (though they seem to have largely subsided), firms such as Claria and Gator. There are chumboxes (Outbrain, Taboola), and of course affiliate links (e.g., to Amazon or other shopping sites). SEO manipulation is its own whole universe.
(I'm sure you know far more about this than I do, I'm mostly talking at other readers, and maybe hoping to glean some more wisdom from you ;-)
Re: Updates to our web search products and Programmable Search Engine capabilities
#108Earlier quoted context omitted.
Better late than never. > The French index is at an advanced stage of completion, we have started creating the German language index, and the English one should start shortly. All progress is quickly integrated into the Qwant STAAN API. https://noc.social/@327ppm/115934198650900394
They can build whatever they want with lots of #hashtags and public money, but that doesn't mean they'll get 30% of French people to use it. But of course they managed to cut themselves a nice salary with EU funds, paid in part by me and you, so that's all that matters.
I missed this one. What was it about?
Re: Updates to our web search products and Programmable Search Engine capabilities
#109Are competing search indexes (Bing, Ecosia/Qwant, etc) objectively worse in significant ways, or is Google just so entrenched that people don't want to "risk it" with another provider (and/or preferences and/or inertia). I suppose I'm asking whether this is actually a _good thing_ in that it will stimulate competition in the space, or if it's just a case that Google's index is now too good for anyone to reasonably ca…
Re: Updates to our web search products and Programmable Search Engine capabilities
#110Earlier quoted context omitted.
Google's entire (initial) claim-to-fame was "PageRank", referring both to the ranking of pages and co-founder Larry Page, which strongly prioritised a relevance attribute over raw keyword findings (which then-popular alternatives such as Alta Vista, Yahoo, AskJeeves, Lycos, Infoseek, HotBot, etc., relied on, or the rather more notorious paid-rankings schemes in which SERP order was effectively sold). When it was firs…
PageRank was an innovative idea in the early days of the Internet when trust was high, but yes it's absolutely gamed now and I would be surprised if Google still relies on it. Fair play to them though, it enabled them to build a massive business.
It’s also why it is so hard to compete with Google. You guys are talking about techniques for analyzing the corpus of the search index. Google does that and has a direct view into how millions of people interact with it.