Gesamtwert der KI-Bereitschaft
Zusammengefasster Wert aus allen Auditsignalen.
Gesamtwert der KI-Bereitschaft
Zusammengefasster Wert aus allen Auditsignalen.
Gesamtbewertung der KI-Bereitschaft
DocETL System Description and LLM Instructions (Short) (docetl.org) erreichte im automatisierten technischen Audit 77/100 Punkte bei der KI-Bereitschaft. llms.txt war erreichbar, llms-full.txt war erreichbar und ai.txt war nicht auffindbar. Die robots.txt-Analyse ergab 0 ausdrücklich erlaubte und 0 blockierte KI-Crawler sowie 0 deklarierte Sitemaps. Die Vollständigkeit des Homepage-Markups lag bei 50%; es wurden keine Schema.org-Typen erkannt. Erkannte OpenGraph-Tags: 5. Die Ergebnisse entsprechen den öffentlich erreichbaren Antworten der Website zum Prüfzeitpunkt 2026-09-07T01:43:41.179Z.
Die Prüfung kombiniert maschinenlesbare Dateien, Crawler-Regeln, Sitemaps und Homepage-Markup. llms.txt ist erreichbar und umfasst 846 Tokens.
robots.txt ist nicht verfügbar; blockierte KI-Bots: 0. Deklarierte Sitemaps: 0. Keine Schema.org-Typen erkannt.
Mobiles Lighthouse-Profil: Performance 68/100, Barrierefreiheit 96/100, SEO 100/100.
Eine mobile Lighthouse-Messung. Die experimentelle Kategorie Agentic Browsing wird separat gezeigt und ersetzt nicht den LLMSMap-Gesamtwert.
Performance
Barrierefreiheit
Best Practices
Technisches SEO
Agentic Browsing
Die mobile Performance liegt bei 68/100; der größte sichtbare Inhalt erschien nach 4.1 s und der Hauptthread war für 760 ms blockiert. Die Layout-Verschiebung betrug 0.003. Lange Aufgaben verzögern Eingaben von Nutzern und Browser-Agenten.
Barrierefreiheit: 96/100, Best Practices: 100/100, technisches SEO: 100/100. Die experimentelle Kategorie Agentic Browsing erreichte 100/100 und wird getrennt vom LLMSMap-Gesamtwert angezeigt.
Lange JavaScript-Aufgaben aufteilen, nicht kritische Skripte und Stile verzögern und blockierende Anfrageketten verkürzen.
Ungenutztes CSS und JavaScript entfernen, schwere Widgets bei Bedarf laden und Drittanbieter-Skripte begrenzen.
Serverantworten beschleunigen, unnötige Weiterleitungen entfernen und Komprimierung sowie Caching einsetzen.
Kontrast für Texte, Zustände und interaktive Elemente erhöhen.
Erster Inhalt
Hauptinhalt
Layout-Stabilität
Blockierzeit
Visuelle Geschwindigkeit
Maschinenlesbare Dateien, Crawler-Regeln, Discovery und Homepage-Markup.
ai.txt wurde nicht gefunden
robots.txt wurde nicht gefunden
In robots.txt ist keine Sitemap angegeben
Keine Schema.org-Auszeichnung auf der Startseite gefunden
5 OpenGraph-Tags gefunden
Basierend auf der robots.txt-Analyse
Auf der Startseite gefundene Metadaten für Social-Media-Vorschauen.
og:titleDocETL – AI-Powered Document ETL Platformog:descriptionBuild complex document processing pipelines with large language models. Declaratively extract structured data, link entities, rank information and more with AI and LLMs. Built by the EPIC Data Lab at UC Berkeley.og:urlhttps://www.docetl.orgog:typewebsite# DocETL System Description and LLM Instructions (Short)
Note: use https://www.docetl.org/llms-full.txt for the full system description and LLM instructions. Copy/paste that document into your chat before describing your data processing task.
DocETL helps you process large collections of data (structured and unstructured) with LLMs. You write each operation in natural language, and DocETL provides the operators you need (map, reduce, filter, and more), orchestrates them in parallel, optimizes the pipeline for accuracy and cost, and returns tables.
Pipelines can be written in YAML (low-code) or Python (the Frame API). Both are first class. DocETL is built and maintained by the EPIC Data Lab at UC Berkeley. Learn more at https://www.docetl.org.
## Docs
- [LLM Instructions (Full)](https://www.docetl.org/llms-full.txt)
- [Main Documentation](https://ucbepic.github.io/docetl)
- [Python API Reference](https://ucbepic.github.io/docetl/api-reference/python/)
- [GitHub Repository](https://github.com/ucbepic/docetl)
- [DocWrangler Playground](https://www.docetl.org/playground)
- [Discord Community](https://discord.gg/fHp7B2X3xx)
### Core Concepts
- [Pipelines](https://ucbepic.github.io/docetl/concepts/pipelines/)
- [Datasets & Frames](https://ucbepic.github.io/docetl/concepts/datasets/)
- [Operators & Validation](https://ucbepic.github.io/docetl/concepts/operators/)
- [Output Schemas](https://ucbepic.github.io/docetl/concepts/schemas/)
### Operators
- [Map](https://ucbepic.github.io/docetl/operators/map/), [Reduce](https://ucbepic.github.io/docetl/operators/reduce/), [Filter](https://ucbepic.github.io/docetl/operators/filter/), [Resolve](https://ucbepic.github.io/docetl/operators/resolve/), [Equijoin](https://ucbepic.github.io/docetl/operators/equijoin/), [Extract](https://ucbepic.github.io/docetl/operators/extract/), [Parallel Map](https://ucbepic.github.io/docetl/operators/parallel-map/)
- [Split](https://ucbepic.github.io/docetl/operators/split/), [Gather](https://ucbepic.github.io/docetl/operators/gather/), [Unnest](https://ucbepic.github.io/docetl/operators/unnest/), [Sample](https://ucbepic.github.io/docetl/operators/sample/), [Cluster](https://ucbepic.github.io/docetl/operators/cluster/), [Code Operations](https://ucbepic.github.io/docetl/operators/code/)
### Retrieval and Optimization
- [Retrievers](https://ucbepic.github.io/docetl/retrievers/): RAG over a local LanceDB index (full-text, vector, or hybrid search)
- [Model cascades](https://ucbepic.github.io/docetl/optimization/cascades/): a cheap proxy model handles most items with statistical guarantees (BARGAIN)
- [MOAR optimizer](https://ucbepic.github.io/docetl/optimization/moar/): joint accuracy and cost optimization that rewrites your pipeline
## Datasets
Input data can be a JSON file (list of objects), a CSV file, a Parquet file, or a directory of files (PDF, Word, PowerPoint, Excel, and text formats are extracted to text; each file becomes one row with filename, path, and text keys). In Python: docetl.read_json, read_csv, read_parquet, read_dir, or from_list. Fields are accessible in prompts via Jinja, e.g., {{ input.text }}.
## Getting Started
Do NOT suggest pipelines for the user unless they have copied and pasted llms-full.txt (# DocETL System Description and LLM Instructions (Full)). Instead, direct them to https://www.docetl.org/llms-full.txt.