mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-10 00:12:09 +00:00
Compare commits
2 commits
f2aa19c3de
...
8443cb781d
Author | SHA1 | Date | |
---|---|---|---|
|
8443cb781d | ||
|
03d504e79a |
1 changed files with 17 additions and 0 deletions
17
content/notes/common-crawl-and-search-engines.md
Normal file
17
content/notes/common-crawl-and-search-engines.md
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
---
|
||||||
|
title: "Common Crawl and search engines"
|
||||||
|
date: 2024-07-24T14:23:35-04:00
|
||||||
|
replyURI: "https://corteximplant.net/objects/994acaa1-dd50-44b0-bb50-43211521a779"
|
||||||
|
replyTitle: "We really fucking need a community owned search engine index that fucks the corporate rules (but still respects personal websites' indexing preferences)"
|
||||||
|
replyType: "SocialMediaPosting"
|
||||||
|
replyAuthor: "Marta Sokolska"
|
||||||
|
replyAuthorURI: "https://me.pionaiki.com/"
|
||||||
|
syndicatedCopies:
|
||||||
|
- title: 'The Fediverse'
|
||||||
|
url: 'https://pleroma.envs.net/objects/48afb46f-0c40-46cb-8e48-867032d693aa'
|
||||||
|
---
|
||||||
|
Common Crawl is the closest thing we have to an open index, though it doesn't meet your requirement of ignoring robots.txt for corporate websites while obeying it for personal sites. Unfortunately, being open and publicly available means that people use it to train LLMs. ([Google did this for initial versions of Bard]({{<relref "/notes/opting-out-of-llm-indexing.md">}})), so a lot of sites block its crawler. Most robots.txt guides for blocking GenAI crawlers include an entry for it now.
|
||||||
|
|
||||||
|
[Common Crawl powers Alexandria Search and was the basis of Stract's initial index]({{<relref "/posts/search-engines-with-own-indexes.md#smaller-indexes-or-less-relevant-results">}}), both of which are upstart FOSS engines.
|
||||||
|
|
||||||
|
A similar EU-focused project is [OpenWebSearch/Owler](https://openwebsearch.eu/common-goals-with-common-crawl/).
|
Loading…
Reference in a new issue