Verifiziertes AgentReady.md-Zertifikat
Ausgestellt am sig: ffda79a9477bc521 Verifizieren →

Analysierte URL

https://www.scribd.com/document/537092364/%D8%AA%D8%B2%D9%84%D8%A7%D9%84-%D8%A8%D8%A7%D9%84%D8%AF%D8%A7%D8%B1%D9%8A%D8%AC%D8%A9

Gemessen letzte Woche

Weitere URL analysieren

KI-Ready Score

Befriedigend

von 100

Token-Einsparung

HTML-Tokens 362.168
Markdown-Tokens 611
Einsparung 100%

Score-Aufschlüsselung

Zugänglichkeit 61/100
KI-Auffindbarkeit 45/100
Strukturierte Daten 83/100
Semantisches HTML 69/100
Inhaltseffizienz 40/100

Emerging Protocols

0 von 6 erkannt

Well-known-Endpunkte, nach denen KI-Agenten suchen. Erkannt bedeutet, dass ein Agent Ihren Dienst automatisch finden und verbinden kann.

  • OAuth Protected Resource RFC 9728
    /.well-known/oauth-protected-resource
  • OAuth Discovery RFC 8414
    /.well-known/oauth-authorization-server
  • MCP Server Card SEP-1649 draft
    /.well-known/mcp/server-card.json
  • A2A Agent Card A2A v1.0
    /.well-known/agent-card.json
  • API Catalog RFC 9727
    /.well-known/api-catalog
  • Agent Skills index Discovery RFC v0.2.0 draft
    /.well-known/agent-skills/index.json

Das bleibt nicht so. Monitoring gibt es noch nicht — tragen Sie sich ein, wir melden uns zum Start.

Sie stehen auf der Liste! Wir benachrichtigen Sie, sobald es verfügbar ist.

Was wir gemessen haben Page size: 1143KB

Ihre Seite ist größer als empfohlen. Große Seiten werden langsamer verarbeitet und sind teurer für KI-Agenten.

So implementieren Sie es

Optimieren Sie die Seitengröße durch Minimierung von HTML, Verzögerung nicht-kritischer Skripte und Entfernung ungenutzten CSS.

In einen Coding-Agenten einfügen, der die Korrektur vornimmt

Was wir gemessen haben Main content starts at 79% of HTML

Der Hauptinhalt erscheint spät im HTML-Dokument. KI-Agenten gewichten Inhalte, die früh erscheinen, möglicherweise höher.

So implementieren Sie es

Strukturieren Sie Ihr HTML so um, dass <main>- oder <article>-Inhalt vor Seitenleisten und ergänzenden Inhalten erscheint.

In einen Coding-Agenten einfügen, der die Korrektur vornimmt

Was wir gemessen haben No Markdown for Agents support detected

Ihre Website unterstützt kein Markdown for Agents. Dieser Cloudflare-Standard ermöglicht KI-Agenten, Inhalte im Markdown-Format anzufordern und reduziert den Token-Verbrauch um ~80%.

So implementieren Sie es

Implementieren Sie eines oder mehrere: (1) Auf Accept: text/markdown mit Markdown-Inhalt antworten. (2) .md-URLs bereitstellen (z.B. /seite.md). (3) <link rel="alternate" type="text/markdown">-Tags hinzufügen. (4) Link-HTTP-Header für Markdown-Erkennung hinzufügen.

In einen Coding-Agenten einfügen, der die Korrektur vornimmt

Was wir gemessen haben No sitemap found

Keine Sitemap gefunden. Eine Sitemap hilft KI-Agenten, alle Seiten Ihrer Website zu entdecken.

So implementieren Sie es

Erstellen Sie eine /sitemap.xml, die alle Ihre öffentlichen Seiten auflistet. Die meisten CMS-Plattformen können diese automatisch generieren.

In einen Coding-Agenten einfügen, der die Korrektur vornimmt

Was wir gemessen haben Content ratio: 0.1% (1370 content chars / 1170164 HTML bytes)

Ihre Seite hat ein niedriges Verhältnis von tatsächlichem Inhalt zum gesamten HTML. Ein Großteil des Seitengewichts besteht aus Markup, Skripten oder Styles statt Inhalt.

So implementieren Sie es

Verlagern Sie CSS in externe Stylesheets, entfernen Sie Inline-Styles, minimieren Sie JavaScript und stellen Sie sicher, dass sich das HTML auf die Inhaltsstruktur konzentriert.

In einen Coding-Agenten einfügen, der die Korrektur vornimmt

Was wir gemessen haben 6 semantic elements, 476 divs (ratio: 1%)

Ihre Seite stützt sich stark auf <div>-Elemente. Semantische Elemente wie <section>, <nav>, <header>, <footer> und <aside> bieten eine sinnvolle Struktur für KI-Agenten.

So implementieren Sie es

Ersetzen Sie generische <div>-Container durch passende semantische Elemente. Verwenden Sie <section> für thematische Gruppen, <nav> für Navigation, <header>/<footer> für Seiten-/Abschnittskopf und -fußzeilen.

In einen Coding-Agenten einfügen, der die Korrektur vornimmt

Was wir gemessen haben No llms.txt found

Ihre Website hat keine llms.txt-Datei. Dies ist der aufkommende Standard, um KI-Agenten beim Verständnis Ihrer Website-Struktur zu helfen.

So implementieren Sie es

Erstellen Sie eine /llms.txt-Datei gemäß der llmstxt.org-Spezifikation. Fügen Sie eine Beschreibung Ihrer Website und Links zu Ihren wichtigsten Seiten hinzu.

In einen Coding-Agenten einfügen, der die Korrektur vornimmt

Was wir gemessen haben No Content-Signal found (robots.txt or HTTP headers)

Keine Content-Signal-Direktiven gefunden. Diese teilen KI-Agenten mit, wie sie Ihre Inhalte verwenden dürfen (Suchindexierung, KI-Eingabe, Trainingsdaten). Der empfohlene Ort ist robots.txt.

So implementieren Sie es

Fügen Sie Content-Signal zu Ihrer robots.txt hinzu: User-agent: *\nContent-Signal: search=yes, ai-input=yes, ai-train=no. Sie können es auch als HTTP-Header bei Markdown-Antworten hinzufügen.

In einen Coding-Agenten einfügen, der die Korrektur vornimmt

Was wir gemessen haben HTML size: 1143KB

Ihre HTML-Seite ist schwerer als empfohlen. Große Seiten brauchen länger für die Verarbeitung durch KI-Agenten und kosten mehr Tokens.

So implementieren Sie es

Reduzieren Sie die HTML-Größe, indem Sie ungenutzten Code entfernen, HTML minimieren und nicht-kritische Inhalte verzögert laden.

In einen Coding-Agenten einfügen, der die Korrektur vornimmt

Was wir gemessen haben 158/1280 elements with inline styles (12.3%)

Viele Elemente haben Inline-Style-Attribute. Diese erzeugen Rauschen für KI-Agenten bei der Inhaltsextraktion.

So implementieren Sie es

Verlagern Sie alle Inline-Styles in CSS-Klassen in Ihrem Stylesheet. Verwenden Sie Utility-CSS-Frameworks wie Tailwind, wenn Sie viele individuelle Styles benötigen.

In einen Coding-Agenten einfügen, der die Korrektur vornimmt
Markdown-Tokens: 611
67% found this document useful (3 votes)

2K views36 pages

## تزلال بالداريجة

67% found this document useful (3 votes)

2K views36 pages

## تزلال بالداريجة

## Uploaded by

[Ouàmar Younes](https://www.scribd.com/user/558693838/Ouamar-Younes)

You are on page 1

36

## Share this document

-   [Share on Facebook, opens a new window](https://www.scribd.com/document/537092364/%D8%AA%D8%B2%D9%84%D8%A7%D9%84-%D8%A8%D8%A7%D9%84%D8%AF%D8%A7%D8%B1%D9%8A%D8%AC%D8%A9#)
-   [Share on LinkedIn, opens a new window](https://www.scribd.com/document/537092364/%D8%AA%D8%B2%D9%84%D8%A7%D9%84-%D8%A8%D8%A7%D9%84%D8%AF%D8%A7%D8%B1%D9%8A%D8%AC%D8%A9#)
-   [Share with Email, opens mail client](mailto:?subject=Read%20%D8%AA%D8%B2%D9%84%D8%A7%D9%84%20%D8%A8%D8%A7%D9%84%D8%AF%D8%A7%D8%B1%D9%8A%D8%AC%D8%A9%20on%20Scribd&body=I%E2%80%99m%20reading%20%D8%AA%D8%B2%D9%84%D8%A7%D9%84%20%D8%A8%D8%A7%D9%84%D8%AF%D8%A7%D8%B1%D9%8A%D8%AC%D8%A9%20on%20Scribd:%20https%3A%2F%2Fwww.scribd.com%2Fdocument%2F537092364%2F%25D8%25AA%25D8%25B2%25D9%2584%25D8%25A7%25D9%2584-%25D8%25A8%25D8%25A7%25D9%2584%25D8%25AF%25D8%25A7%25D8%25B1%25D9%258A%25D8%25AC%25D8%25A9)

[Millions of documents at your fingertips, ad-free Subscribe with a free trial](https://www.scribd.com/oauth/signup?doc_id=537092364)
تزلال بالداريجة | PDF

Skip to main content

[Open navigation menu](https://www.scribd.com/document/537092364/%D8%AA%D8%B2%D9%84%D8%A7%D9%84-%D8%A8%D8%A7%D9%84%D8%AF%D8%A7%D8%B1%D9%8A%D8%AC%D8%A9#sidebar)[![Scribd](data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMTAwMCAyNDMuMTkiPgogIDxwYXRoIGQ9Ik0xOTMuMjUsMTUzLjMzYzAsMjUuOTMtMjEuOTgsNDcuODMtNTYuOTgsNDcuODNzLTU2LjU2LTIwLjQxLTU4LjktNDkuNTNoMjguMTdjMi41NiwxNS4zMSwxMy44NywyMy4xNywzMC43MywyMy4xN3MyOS4yNC04LjA4LDI5LjI0LTE5Ljc3YzAtOS41Ni01Ljk4LTE1Ljk0LTE5LjQyLTE4LjkybC0yNC45Ny01LjUzYy0zMC4wOS02LjM4LTQwLjEyLTIxLjktNDAuMTItNDIuMDksMC0yNC44NywyMS4xMy00Ni4zNCw1My4zNS00Ni4zNHM1Mi45MiwyMS4wNCw1NS4yNyw0OC4wNGgtMjguMzhjLTIuMzUtMTQuMDMtMTIuNTktMjEuNjgtMjYuODktMjEuNjhzLTI1LjM5LDcuNDQtMjUuMzksMTguMjhjMCw4LjkzLDUuNTUsMTQuMDMsMTguNTcsMTYuOGwyNC43Niw1LjUzYzMwLjMsNi44LDQwLjk3LDIzLjYsNDAuOTcsNDQuMjFoMFpNNzMyLjc2LDExOS45NmM5LjgyLTYuOCwxNS43OS0xOC4wNywxNS43OS0zMS40NnMtNC45MS0yMy42LTEzLjIzLTMxLjY4Yy03LjQ3LTcuNDQtMTguMzUtMTEuNjktMzUuNjQtMTEuNjloLTU0LjJ2MTUzLjA1aDU4LjA1YzE3LjI4LDAsMjguMzgtNC40NiwzNi4yOC0xMS45MSw4LjMyLTguMDgsMTIuOC0xOS4zNCwxMi44LTMyLjEsMC0xNS4zMS03LjQ3LTI3Ljg1LTE5Ljg1LTM0LjIyWk02NzMuMjEsNzEuNWgwczI2LjY3LDAsMjYuNjcsMGM4LjUzLDAsMTMuNDQsMi41NSwxNi42NCw2LjU5LDIuNzcsMy4xOSw0LjA1LDcuMjMsNC4wNSwxMS45MSwwLDUuMS0xLjUsOS43OC00LjcsMTIuOTctMy40MSwzLjYyLTkuODIsNS41My0xNi4wMSw1LjUzaC0yNi42N3YtMzYuOTlaTTcxOS4zMSwxNjYuNTFjLTMuNDEsMy4xOS04LjMyLDUuMS0xNS43OSw1LjFoLTMwLjN2LTM3Ljg0aDMwLjNjOC4zMiwwLDEzLjQ0LDIuMzQsMTYuNjQsNi4xNiwyLjc3LDMuNCw0LjY5LDcuNjUsNC42OSwxMi43NSwwLDUuNTMtMi4xMywxMC40Mi01LjU1LDEzLjgyaDBaTTkwOS4yOSw2OS43OWgwYy0xMS45NS0xNS4zMS0yOS44OC0yNC42Ni01NS43LTI0LjY2aC01Mi41djE1My4wNWg1Mi41YzI2Ljg5LDAsNDUuNjctMTAuMjEsNTcuNjItMjcuNDIsOS4xOC0xMi45NywxNC41MS0yOS43NiwxNC41MS00OS4xLDAtMjAuNjItNS45OC0zOC40Ny0xNi40My01MS44NlpNODg5LjAyLDE1My43NmMtNy4wNCwxMS4wNS0xNy45MiwxNy44NS0zNS40MiwxNy44NWgtMjQuNzZ2LTk5LjloMjQuNzZjMTcuMDcsMCwyNy43NCw2LjE2LDM0Ljc4LDE2LjgsNS43Niw4LjUsOC45NiwxOS45OCw4Ljk2LDMzLjE2cy0yLjk4LDIzLjYtOC4zMiwzMi4xWk0yOTcuMzYsNjguNzNjMTcuMjksMCwzMS43NSwxMC42MywzNS44LDI2LjU3aDI3LjQ2Yy01LjA2LTMxLjktMzAuMzEtNTMuMTQtNjMuMjctNTMuMTQtNDEuMywwLTY5LjU4LDMzLjU5LTY5LjU4LDc5LjVzMjguMjgsNzkuNSw2OS41OCw3OS41YzMyLjU1LDAsNTguMzktMjAuODksNjMuMDYtNTIuNTFsLTI3LjQ2LjIxYy00LjM4LDE1LjgtMTguNzIsMjUuNzItMzUuNiwyNS43Mi0yNS40MywwLTQxLjYyLTIyLjMyLTQxLjYyLTUyLjkzczE2LjE5LTUyLjkzLDQxLjYyLTUyLjkzWk0wLDI0My4xOWg1Ni44NXYtMjYuNThoLTI5LjExVjI2LjU3aDI5LjExVjBIMHYyNDMuMTlaTTk0My4xNSwwdjI2LjU3aDI5LjExdjE5MC4wNWgtMjkuMTF2MjYuNTdoNTYuODVWMGgtNTYuODVaTTU1OC44NCwxOTguMTloMjcuNzRWNDUuMTRoLTI3Ljc0djE1My4wNVpNNDAzLjg0LDQ1LjFoNTQuODZjMTguNzEsMCwzMC44Myw1LjEsMzguOTEsMTMuODIsNy42NSw4LjA4LDEyLjEyLDE5LjE0LDEyLjEyLDMxLjg5LDAsMTQuODgtNy4wMiwyNy40My0xOC41LDM0LjQ1LDMuNCwxLjQ5LDYuMTcsMy42MSw4LjUxLDYuMzgsMy42MSw0LjQ3LDUuNzQsMTAuNDIsNS43NCwyMS4yNnY0NS4yOWgtMjguN3YtNDIuOTVjMC01Ljc0LTEuMjgtOC41LTMuMTktMTAuNjMtMi4zNC0yLjU1LTUuOTUtNC4wNC0xMi4xMi00LjA0aC0yOS45OHY1Ny42MmgtMjcuNjRWNDUuMVpNNDc2LjM0LDEwOC40NmMzLjYxLTQuMDQsNS41My05LjE0LDUuNTMtMTUuMzEsMC01LjMyLTEuNDktMTAuODQtNS4zMi0xNS4xLTMuNjEtNC4wNC05LjU3LTYuNTktMjAuNDEtNi41OWgtMjQuNjZ2NDMuMzdoMjQuNjZjOS45OSwwLDE2LjE2LTIuNTUsMjAuMi02LjM4WiIvPgo8L3N2Zz4=)](https://www.scribd.com/)

Close suggestionsSearchSearch

enChange Language, English

[Upload](https://www.scribd.com/upload-document)

Sign in

Sign in

[](https://www.scribd.com/oauth/signup?doc_id=537092364)

67%(3)67% found this document useful (3 votes)

2K views36 pages

# تزلال بالداريجة

Document Information

## Uploaded by[Ouàmar Younes](https://www.scribd.com/user/558693838/Ouamar-Younes)

-   Download

-   SaveSave تزلال بالداريجة For Later

-   Share

-   67%67% found this document useful, Mark this document as useful

-   33%33% found this document not useful, Mark this document as not useful

-   Print

-   Embed

-   Ask AI

-   Report

67%(3)67% found this document useful (3 votes)

2K views36 pages

# تزلال بالداريجة

Read more

Download

67%(3)67% found this document useful (3 votes)

2K views36 pages

# تزلال بالداريجة

Document Information

## Uploaded by[Ouàmar Younes](https://www.scribd.com/user/558693838/Ouamar-Younes)

Go to previous items

-   Download

-   SaveSave تزلال بالداريجة For Later

-   Share

-   67%67% found this document useful, Mark this document as useful

-   33%33% found this document not useful, Mark this document as not useful

-   Print

-   Embed

-   Ask AI

-   Report

Go to next items

Download

Save تزلال بالداريجة For Later

Share

More options

Fullscreen

You are on page 1

36

Zoom outZoom in

## Share this document

-   [Share on Facebook, opens a new window](https://www.scribd.com/document/537092364/%D8%AA%D8%B2%D9%84%D8%A7%D9%84-%D8%A8%D8%A7%D9%84%D8%AF%D8%A7%D8%B1%D9%8A%D8%AC%D8%A9#)
-   [Share on LinkedIn, opens a new window](https://www.scribd.com/document/537092364/%D8%AA%D8%B2%D9%84%D8%A7%D9%84-%D8%A8%D8%A7%D9%84%D8%AF%D8%A7%D8%B1%D9%8A%D8%AC%D8%A9#)
-   [Share with Email, opens mail client](mailto:?subject=Read%20%D8%AA%D8%B2%D9%84%D8%A7%D9%84%20%D8%A8%D8%A7%D9%84%D8%AF%D8%A7%D8%B1%D9%8A%D8%AC%D8%A9%20on%20Scribd&body=I%E2%80%99m%20reading%20%D8%AA%D8%B2%D9%84%D8%A7%D9%84%20%D8%A8%D8%A7%D9%84%D8%AF%D8%A7%D8%B1%D9%8A%D8%AC%D8%A9%20on%20Scribd:%20https%3A%2F%2Fwww.scribd.com%2Fdocument%2F537092364%2F%25D8%25AA%25D8%25B2%25D9%2584%25D8%25A7%25D9%2584-%25D8%25A8%25D8%25A7%25D9%2584%25D8%25AF%25D8%25A7%25D8%25B1%25D9%258A%25D8%25AC%25D8%25A9)
-   Copy link

[Millions of documents at your fingertips, ad-free Subscribe with a free trial](https://www.scribd.com/oauth/signup?doc_id=537092364)

576648e32a3d8b82ca71961b7a986505

Laden Sie diese Datei als /document/537092364/%D8%AA%D8%B2%D9%84%D8%A7%D9%84-%D8%A8%D8%A7%D9%84%D8%AF%D8%A7%D8%B1%D9%8A%D8%AC%D8%A9.md auf Ihren Server hoch, damit KI-Agenten auf eine saubere Version Ihrer Seite zugreifen können. Sie können auch die Accept: text/markdown-Inhaltsverhandlung konfigurieren, um sie automatisch auszuliefern.

Generierte llms.txt für diese einzelne Seite

llms.txt herunterladen
# Scribd

> Scribd is the world's largest social reading and publishing site.

## Documentation
- [Documents](https://www.scribd.com/docs)

## Main
- [تزلال بالداريجة](https://www.scribd.com/document/537092364/%D8%AA%D8%B2%D9%84%D8%A7%D9%84-%D8%A8%D8%A7%D9%84%D8%AF%D8%A7%D8%B1%D9%8A%D8%AC%D8%A9): Scribd is the world's largest social reading and publishing site.
- [Back to top](https://www.scribd.com/)
- [Documents](https://www.scribd.com/docs)

## Legal
- [Privacy](https://www.scribd.com/privacy)

Vollständige llms.txt erfordert eine domainweite Analyse (kommt bald)

Laden Sie diese Datei als https://www.scribd.com/llms.txt im Stammverzeichnis Ihrer Domain hoch. KI-Agenten wie ChatGPT, Claude und Perplexity prüfen diese Datei, um Ihre Website-Struktur zu verstehen.

Zugänglichkeit

Inhalt ohne JavaScript verfügbar (100/100)

Content available without JavaScript

Inhalt erscheint früh im HTML (25/100)

Main content starts at 79% of HTML

Angemessene Seitengröße (0/100)

Page size: 1143KB

KI-Auffindbarkeit

robots.txt erlaubt KI-Bots (100/100)

All major AI search bots allowed

Markdown for Agents Unterstützung (0/100)
✗ Accept: text/markdown ✗ .md URL ✗ <link> tag ✗ Link header
Hat sitemap.xml (0/100)

No sitemap found

Hat robots.txt-Datei (100/100)

robots.txt exists

Hat llms.txt-Datei (0/100)

No llms.txt found

Hat Content-Signal (robots.txt oder HTTP-Header) (0/100)
✓ robots.txt ✓ HTTP header ✗ Policy

Strukturierte Daten

Hat Schema.org / JSON-LD (50/100)

JSON-LD found but basic types: MediaObject

Hat Open-Graph-Tags (100/100)

All OG tags present

Hat Meta-Beschreibung (100/100)

Meta description: 65 chars

Hat kanonische URL (100/100)

Canonical URL present

Hat lang-Attribut (100/100)

lang="en"

Semantisches HTML

Korrekte Überschriftenhierarchie (80/100)

3 <h1> elements (should be 1)

Verwendet article- oder main-Element (100/100)

Has <main>

Verwendet semantische HTML-Elemente (4/100)

6 semantic elements, 476 divs (ratio: 1%)

Aussagekräftige Bild-Alt-Texte (100/100)

5/5 images with meaningful alt text (1 decorative, not counted)

Geringe div-Verschachtelungstiefe (45/100)

Avg div depth: 10.5, max: 13

Inhaltseffizienz

Gutes Token-Reduktionsverhältnis (100/100)

100% token reduction (HTML→Markdown)

Gutes Inhalt-zu-Rausch-Verhältnis (0/100)

Content ratio: 0.1% (1370 content chars / 1170164 HTML bytes)

Angemessenes Seitengewicht (0/100)

HTML size: 1143KB

Minimale Inline-Styles (0/100)

158/1280 elements with inline styles (12.3%)

{
  "url": "https://www.scribd.com/document/537092364/%D8%AA%D8%B2%D9%84%D8%A7%D9%84-%D8%A8%D8%A7%D9%84%D8%AF%D8%A7%D8%B1%D9%8A%D8%AC%D8%A9",
  "timestamp": 1789254049569,
  "fetch": {
    "mode": "simple",
    "timeMs": 437,
    "htmlSizeBytes": 1170164,
    "supportsMarkdown": false,
    "markdownAgents": {
      "contentNegotiation": false,
      "mdUrl": {
        "found": false,
        "url": null
      },
      "linkTag": {
        "found": false,
        "url": null
      },
      "linkHeader": {
        "found": false,
        "url": null
      },
      "responseHeaders": {
        "contentSignal": null,
        "xMarkdownTokens": null,
        "vary": null
      },
      "frontmatter": {
        "present": false,
        "fields": [],
        "level": "none"
      },
      "level": "none"
    },
    "statusCode": 200
  },
  "extraction": {
    "title": "تزلال بالداريجة",
    "excerpt": "Scribd is the world's largest social reading and publishing site.",
    "byline": null,
    "siteName": "Scribd",
    "lang": "en",
    "contentLength": 1370,
    "metadata": {
      "description": "Scribd is the world's largest social reading and publishing site.",
      "ogTitle": "تزلال بالداريجة | PDF",
      "ogDescription": "Scribd is the world's largest social reading and publishing site.",
      "ogImage": "https://imgv2-1-f.scribdassets.com/img/document/537092364/original/132c81b35c/1?v=1",
      "ogType": "website",
      "canonical": "https://www.scribd.com/document/537092364/%D8%AA%D8%B2%D9%84%D8%A7%D9%84-%D8%A8%D8%A7%D9%84%D8%AF%D8%A7%D8%B1%D9%8A%D8%AC%D8%A9",
      "lang": "en",
      "schemas": [
        {
          "@context": "http://schema.org",
          "@type": "MediaObject",
          "additionalType": "Product",
          "name": "تزلال بالداريجة",
          "image": [
            "https://imgv2-1-f.scribdassets.com/img/document/537092364/149x198/a98e5fecc6/1647332355?v=1",
            "https://imgv2-2-f.scribdassets.com/img/document/537092364/298x396/2b38903096/1647332355?v=1"
          ],
          "aggregateRating": {
            "@type": "AggregateRating",
            "ratingValue": 3.7,
            "ratingCount": 3
          },
          "author": {
            "@type": "Person",
            "name": "Ouàmar Younes"
          },
          "description": "",
          "url": "https://www.scribd.com/document/537092364/%D8%AA%D8%B2%D9%84%D8%A7%D9%84-%D8%A8%D8%A7%D9%84%D8%AF%D8%A7%D8%B1%D9%8A%D8%AC%D8%A9",
          "inLanguage": "ar",
          "isAccessibleForFree": true
        }
      ],
      "robotsMeta": "noarchive",
      "author": null,
      "generator": null,
      "markdownAlternateHref": null
    }
  },
  "markdown": "67% found this document useful (3 votes)\n\n2K views36 pages\n\n## تزلال بالداريجة\n\n67% found this document useful (3 votes)\n\n2K views36 pages\n\n## تزلال بالداريجة\n\n## Uploaded by\n\n[Ouàmar Younes](https://www.scribd.com/user/558693838/Ouamar-Younes)\n\nYou are on page 1\n\n36\n\n## Share this document\n\n-   [Share on Facebook, opens a new window](https://www.scribd.com/document/537092364/%D8%AA%D8%B2%D9%84%D8%A7%D9%84-%D8%A8%D8%A7%D9%84%D8%AF%D8%A7%D8%B1%D9%8A%D8%AC%D8%A9#)\n-   [Share on LinkedIn, opens a new window](https://www.scribd.com/document/537092364/%D8%AA%D8%B2%D9%84%D8%A7%D9%84-%D8%A8%D8%A7%D9%84%D8%AF%D8%A7%D8%B1%D9%8A%D8%AC%D8%A9#)\n-   [Share with Email, opens mail client](mailto:?subject=Read%20%D8%AA%D8%B2%D9%84%D8%A7%D9%84%20%D8%A8%D8%A7%D9%84%D8%AF%D8%A7%D8%B1%D9%8A%D8%AC%D8%A9%20on%20Scribd&body=I%E2%80%99m%20reading%20%D8%AA%D8%B2%D9%84%D8%A7%D9%84%20%D8%A8%D8%A7%D9%84%D8%AF%D8%A7%D8%B1%D9%8A%D8%AC%D8%A9%20on%20Scribd:%20https%3A%2F%2Fwww.scribd.com%2Fdocument%2F537092364%2F%25D8%25AA%25D8%25B2%25D9%2584%25D8%25A7%25D9%2584-%25D8%25A8%25D8%25A7%25D9%2584%25D8%25AF%25D8%25A7%25D8%25B1%25D9%258A%25D8%25AC%25D8%25A9)\n\n[Millions of documents at your fingertips, ad-free Subscribe with a free trial](https://www.scribd.com/oauth/signup?doc_id=537092364)\n",
  "fullPageMarkdown": "تزلال بالداريجة | PDF\n\nSkip to main content\n\n[Open navigation menu](https://www.scribd.com/document/537092364/%D8%AA%D8%B2%D9%84%D8%A7%D9%84-%D8%A8%D8%A7%D9%84%D8%AF%D8%A7%D8%B1%D9%8A%D8%AC%D8%A9#sidebar)[![Scribd](data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMTAwMCAyNDMuMTkiPgogIDxwYXRoIGQ9Ik0xOTMuMjUsMTUzLjMzYzAsMjUuOTMtMjEuOTgsNDcuODMtNTYuOTgsNDcuODNzLTU2LjU2LTIwLjQxLTU4LjktNDkuNTNoMjguMTdjMi41NiwxNS4zMSwxMy44NywyMy4xNywzMC43MywyMy4xN3MyOS4yNC04LjA4LDI5LjI0LTE5Ljc3YzAtOS41Ni01Ljk4LTE1Ljk0LTE5LjQyLTE4LjkybC0yNC45Ny01LjUzYy0zMC4wOS02LjM4LTQwLjEyLTIxLjktNDAuMTItNDIuMDksMC0yNC44NywyMS4xMy00Ni4zNCw1My4zNS00Ni4zNHM1Mi45MiwyMS4wNCw1NS4yNyw0OC4wNGgtMjguMzhjLTIuMzUtMTQuMDMtMTIuNTktMjEuNjgtMjYuODktMjEuNjhzLTI1LjM5LDcuNDQtMjUuMzksMTguMjhjMCw4LjkzLDUuNTUsMTQuMDMsMTguNTcsMTYuOGwyNC43Niw1LjUzYzMwLjMsNi44LDQwLjk3LDIzLjYsNDAuOTcsNDQuMjFoMFpNNzMyLjc2LDExOS45NmM5LjgyLTYuOCwxNS43OS0xOC4wNywxNS43OS0zMS40NnMtNC45MS0yMy42LTEzLjIzLTMxLjY4Yy03LjQ3LTcuNDQtMTguMzUtMTEuNjktMzUuNjQtMTEuNjloLTU0LjJ2MTUzLjA1aDU4LjA1YzE3LjI4LDAsMjguMzgtNC40NiwzNi4yOC0xMS45MSw4LjMyLTguMDgsMTIuOC0xOS4zNCwxMi44LTMyLjEsMC0xNS4zMS03LjQ3LTI3Ljg1LTE5Ljg1LTM0LjIyWk02NzMuMjEsNzEuNWgwczI2LjY3LDAsMjYuNjcsMGM4LjUzLDAsMTMuNDQsMi41NSwxNi42NCw2LjU5LDIuNzcsMy4xOSw0LjA1LDcuMjMsNC4wNSwxMS45MSwwLDUuMS0xLjUsOS43OC00LjcsMTIuOTctMy40MSwzLjYyLTkuODIsNS41My0xNi4wMSw1LjUzaC0yNi42N3YtMzYuOTlaTTcxOS4zMSwxNjYuNTFjLTMuNDEsMy4xOS04LjMyLDUuMS0xNS43OSw1LjFoLTMwLjN2LTM3Ljg0aDMwLjNjOC4zMiwwLDEzLjQ0LDIuMzQsMTYuNjQsNi4xNiwyLjc3LDMuNCw0LjY5LDcuNjUsNC42OSwxMi43NSwwLDUuNTMtMi4xMywxMC40Mi01LjU1LDEzLjgyaDBaTTkwOS4yOSw2OS43OWgwYy0xMS45NS0xNS4zMS0yOS44OC0yNC42Ni01NS43LTI0LjY2aC01Mi41djE1My4wNWg1Mi41YzI2Ljg5LDAsNDUuNjctMTAuMjEsNTcuNjItMjcuNDIsOS4xOC0xMi45NywxNC41MS0yOS43NiwxNC41MS00OS4xLDAtMjAuNjItNS45OC0zOC40Ny0xNi40My01MS44NlpNODg5LjAyLDE1My43NmMtNy4wNCwxMS4wNS0xNy45MiwxNy44NS0zNS40MiwxNy44NWgtMjQuNzZ2LTk5LjloMjQuNzZjMTcuMDcsMCwyNy43NCw2LjE2LDM0Ljc4LDE2LjgsNS43Niw4LjUsOC45NiwxOS45OCw4Ljk2LDMzLjE2cy0yLjk4LDIzLjYtOC4zMiwzMi4xWk0yOTcuMzYsNjguNzNjMTcuMjksMCwzMS43NSwxMC42MywzNS44LDI2LjU3aDI3LjQ2Yy01LjA2LTMxLjktMzAuMzEtNTMuMTQtNjMuMjctNTMuMTQtNDEuMywwLTY5LjU4LDMzLjU5LTY5LjU4LDc5LjVzMjguMjgsNzkuNSw2OS41OCw3OS41YzMyLjU1LDAsNTguMzktMjAuODksNjMuMDYtNTIuNTFsLTI3LjQ2LjIxYy00LjM4LDE1LjgtMTguNzIsMjUuNzItMzUuNiwyNS43Mi0yNS40MywwLTQxLjYyLTIyLjMyLTQxLjYyLTUyLjkzczE2LjE5LTUyLjkzLDQxLjYyLTUyLjkzWk0wLDI0My4xOWg1Ni44NXYtMjYuNThoLTI5LjExVjI2LjU3aDI5LjExVjBIMHYyNDMuMTlaTTk0My4xNSwwdjI2LjU3aDI5LjExdjE5MC4wNWgtMjkuMTF2MjYuNTdoNTYuODVWMGgtNTYuODVaTTU1OC44NCwxOTguMTloMjcuNzRWNDUuMTRoLTI3Ljc0djE1My4wNVpNNDAzLjg0LDQ1LjFoNTQuODZjMTguNzEsMCwzMC44Myw1LjEsMzguOTEsMTMuODIsNy42NSw4LjA4LDEyLjEyLDE5LjE0LDEyLjEyLDMxLjg5LDAsMTQuODgtNy4wMiwyNy40My0xOC41LDM0LjQ1LDMuNCwxLjQ5LDYuMTcsMy42MSw4LjUxLDYuMzgsMy42MSw0LjQ3LDUuNzQsMTAuNDIsNS43NCwyMS4yNnY0NS4yOWgtMjguN3YtNDIuOTVjMC01Ljc0LTEuMjgtOC41LTMuMTktMTAuNjMtMi4zNC0yLjU1LTUuOTUtNC4wNC0xMi4xMi00LjA0aC0yOS45OHY1Ny42MmgtMjcuNjRWNDUuMVpNNDc2LjM0LDEwOC40NmMzLjYxLTQuMDQsNS41My05LjE0LDUuNTMtMTUuMzEsMC01LjMyLTEuNDktMTAuODQtNS4zMi0xNS4xLTMuNjEtNC4wNC05LjU3LTYuNTktMjAuNDEtNi41OWgtMjQuNjZ2NDMuMzdoMjQuNjZjOS45OSwwLDE2LjE2LTIuNTUsMjAuMi02LjM4WiIvPgo8L3N2Zz4=)](https://www.scribd.com/)\n\nClose suggestionsSearchSearch\n\nenChange Language, English\n\n[Upload](https://www.scribd.com/upload-document)\n\nSign in\n\nSign in\n\n[](https://www.scribd.com/oauth/signup?doc_id=537092364)\n\n67%(3)67% found this document useful (3 votes)\n\n2K views36 pages\n\n# تزلال بالداريجة\n\nDocument Information\n\n## Uploaded by[Ouàmar Younes](https://www.scribd.com/user/558693838/Ouamar-Younes)\n\n-   Download\n\n-   SaveSave تزلال بالداريجة For Later\n\n-   Share\n\n-   67%67% found this document useful, Mark this document as useful\n\n-   33%33% found this document not useful, Mark this document as not useful\n\n-   Print\n\n-   Embed\n\n-   Ask AI\n\n-   Report\n\n67%(3)67% found this document useful (3 votes)\n\n2K views36 pages\n\n# تزلال بالداريجة\n\nRead more\n\nDownload\n\n67%(3)67% found this document useful (3 votes)\n\n2K views36 pages\n\n# تزلال بالداريجة\n\nDocument Information\n\n## Uploaded by[Ouàmar Younes](https://www.scribd.com/user/558693838/Ouamar-Younes)\n\nGo to previous items\n\n-   Download\n\n-   SaveSave تزلال بالداريجة For Later\n\n-   Share\n\n-   67%67% found this document useful, Mark this document as useful\n\n-   33%33% found this document not useful, Mark this document as not useful\n\n-   Print\n\n-   Embed\n\n-   Ask AI\n\n-   Report\n\nGo to next items\n\nDownload\n\nSave تزلال بالداريجة For Later\n\nShare\n\nMore options\n\nFullscreen\n\nYou are on page 1\n\n36\n\nZoom outZoom in\n\n## Share this document\n\n-   [Share on Facebook, opens a new window](https://www.scribd.com/document/537092364/%D8%AA%D8%B2%D9%84%D8%A7%D9%84-%D8%A8%D8%A7%D9%84%D8%AF%D8%A7%D8%B1%D9%8A%D8%AC%D8%A9#)\n-   [Share on LinkedIn, opens a new window](https://www.scribd.com/document/537092364/%D8%AA%D8%B2%D9%84%D8%A7%D9%84-%D8%A8%D8%A7%D9%84%D8%AF%D8%A7%D8%B1%D9%8A%D8%AC%D8%A9#)\n-   [Share with Email, opens mail client](mailto:?subject=Read%20%D8%AA%D8%B2%D9%84%D8%A7%D9%84%20%D8%A8%D8%A7%D9%84%D8%AF%D8%A7%D8%B1%D9%8A%D8%AC%D8%A9%20on%20Scribd&body=I%E2%80%99m%20reading%20%D8%AA%D8%B2%D9%84%D8%A7%D9%84%20%D8%A8%D8%A7%D9%84%D8%AF%D8%A7%D8%B1%D9%8A%D8%AC%D8%A9%20on%20Scribd:%20https%3A%2F%2Fwww.scribd.com%2Fdocument%2F537092364%2F%25D8%25AA%25D8%25B2%25D9%2584%25D8%25A7%25D9%2584-%25D8%25A8%25D8%25A7%25D9%2584%25D8%25AF%25D8%25A7%25D8%25B1%25D9%258A%25D8%25AC%25D8%25A9)\n-   Copy link\n\n[Millions of documents at your fingertips, ad-free Subscribe with a free trial](https://www.scribd.com/oauth/signup?doc_id=537092364)\n\n576648e32a3d8b82ca71961b7a986505\n",
  "markdownStats": {
    "images": 0,
    "links": 5,
    "tables": 0,
    "codeBlocks": 0,
    "headings": 4
  },
  "tokens": {
    "htmlTokens": 362168,
    "markdownTokens": 611,
    "reduction": 361557,
    "reductionPercent": 100
  },
  "score": {
    "score": 61,
    "grade": "C",
    "rubricVersion": 3,
    "dimensions": {
      "accessibility": {
        "score": 61,
        "weight": 30,
        "grade": "C",
        "checks": {
          "content_without_js": {
            "score": 100,
            "weight": 55,
            "evidence": "proven",
            "details": "Content available without JavaScript"
          },
          "fast_content_position": {
            "score": 25,
            "weight": 25,
            "evidence": "plausible",
            "details": "Main content starts at 79% of HTML"
          },
          "reasonable_page_size": {
            "score": 0,
            "weight": 20,
            "evidence": "plausible",
            "details": "Page size: 1143KB"
          }
        }
      },
      "aiDiscoverability": {
        "score": 45,
        "weight": 25,
        "grade": "D",
        "checks": {
          "robots_allows_ai_bots": {
            "score": 100,
            "weight": 35,
            "evidence": "proven",
            "details": "All major AI search bots allowed"
          },
          "supports_markdown_negotiation": {
            "score": 0,
            "weight": 20,
            "evidence": "plausible",
            "details": "No Markdown for Agents support detected"
          },
          "has_sitemap": {
            "score": 0,
            "weight": 15,
            "evidence": "plausible",
            "details": "No sitemap found"
          },
          "has_robots_txt": {
            "score": 100,
            "weight": 10,
            "evidence": "plausible",
            "details": "robots.txt exists"
          },
          "has_llms_txt": {
            "score": 0,
            "weight": 10,
            "evidence": "speculative",
            "details": "No llms.txt found"
          },
          "has_content_signals": {
            "score": 0,
            "weight": 10,
            "evidence": "speculative",
            "details": "No Content-Signal found (robots.txt or HTTP headers)",
            "mechanisms": {
              "robotsTxt": false,
              "httpHeader": false,
              "policy": false
            }
          }
        }
      },
      "structuredData": {
        "score": 83,
        "weight": 20,
        "grade": "B",
        "checks": {
          "has_schema_org": {
            "score": 50,
            "weight": 35,
            "evidence": "proven",
            "details": "JSON-LD found but basic types: MediaObject"
          },
          "has_open_graph": {
            "score": 100,
            "weight": 20,
            "evidence": "plausible",
            "details": "All OG tags present"
          },
          "has_meta_description": {
            "score": 100,
            "weight": 20,
            "evidence": "plausible",
            "details": "Meta description: 65 chars"
          },
          "has_canonical_url": {
            "score": 100,
            "weight": 15,
            "evidence": "plausible",
            "details": "Canonical URL present"
          },
          "has_lang_attribute": {
            "score": 100,
            "weight": 10,
            "evidence": "plausible",
            "details": "lang=\"en\""
          }
        }
      },
      "semanticHtml": {
        "score": 69,
        "weight": 15,
        "grade": "C",
        "checks": {
          "proper_heading_hierarchy": {
            "score": 80,
            "weight": 30,
            "evidence": "plausible",
            "details": "3 <h1> elements (should be 1)"
          },
          "uses_article_or_main": {
            "score": 100,
            "weight": 25,
            "evidence": "plausible",
            "details": "Has <main>"
          },
          "semantic_elements": {
            "score": 4,
            "weight": 20,
            "evidence": "plausible",
            "details": "6 semantic elements, 476 divs (ratio: 1%)"
          },
          "meaningful_alt_texts": {
            "score": 100,
            "weight": 15,
            "evidence": "plausible",
            "details": "5/5 images with meaningful alt text (1 decorative, not counted)"
          },
          "low_div_nesting": {
            "score": 45,
            "weight": 10,
            "evidence": "speculative",
            "details": "Avg div depth: 10.5, max: 13"
          }
        }
      },
      "contentEfficiency": {
        "score": 40,
        "weight": 10,
        "grade": "D",
        "checks": {
          "token_reduction_ratio": {
            "score": 100,
            "weight": 40,
            "evidence": "speculative",
            "details": "100% token reduction (HTML→Markdown)"
          },
          "content_to_noise_ratio": {
            "score": 0,
            "weight": 30,
            "evidence": "speculative",
            "details": "Content ratio: 0.1% (1370 content chars / 1170164 HTML bytes)"
          },
          "reasonable_page_weight": {
            "score": 0,
            "weight": 20,
            "evidence": "speculative",
            "details": "HTML size: 1143KB"
          },
          "minimal_inline_styles": {
            "score": 0,
            "weight": 10,
            "evidence": "speculative",
            "details": "158/1280 elements with inline styles (12.3%)"
          }
        }
      }
    }
  },
  "recommendations": [
    {
      "id": "reduce_page_size",
      "priority": "critical",
      "category": "accessibility",
      "titleKey": "rec.reduce_page_size.title",
      "descriptionKey": "rec.reduce_page_size.description",
      "howToKey": "rec.reduce_page_size.howto",
      "howToStepKeys": null,
      "effort": "moderate",
      "estimatedImpact": 6,
      "maxImpact": 6,
      "evidence": "plausible",
      "checkScore": 0,
      "checkDetails": "Page size: 1143KB"
    },
    {
      "id": "move_content_earlier",
      "priority": "critical",
      "category": "accessibility",
      "titleKey": "rec.move_content_earlier.title",
      "descriptionKey": "rec.move_content_earlier.description",
      "howToKey": "rec.move_content_earlier.howto",
      "howToStepKeys": null,
      "effort": "moderate",
      "estimatedImpact": 5.6,
      "maxImpact": 7.5,
      "evidence": "plausible",
      "checkScore": 25,
      "checkDetails": "Main content starts at 79% of HTML"
    },
    {
      "id": "add_markdown_negotiation",
      "priority": "critical",
      "category": "aiDiscoverability",
      "titleKey": "rec.add_markdown_negotiation.title",
      "descriptionKey": "rec.add_markdown_negotiation.description",
      "howToKey": "rec.add_markdown_negotiation.howto",
      "howToStepKeys": null,
      "effort": "significant",
      "estimatedImpact": 5,
      "maxImpact": 5,
      "evidence": "plausible",
      "checkScore": 0,
      "checkDetails": "No Markdown for Agents support detected"
    },
    {
      "id": "add_sitemap",
      "priority": "high",
      "category": "aiDiscoverability",
      "titleKey": "rec.add_sitemap.title",
      "descriptionKey": "rec.add_sitemap.description",
      "howToKey": "rec.add_sitemap.howto",
      "howToStepKeys": null,
      "effort": "quick-win",
      "estimatedImpact": 3.8,
      "maxImpact": 3.8,
      "evidence": "plausible",
      "checkScore": 0,
      "checkDetails": "No sitemap found"
    },
    {
      "id": "improve_content_ratio",
      "priority": "high",
      "category": "contentEfficiency",
      "titleKey": "rec.improve_content_ratio.title",
      "descriptionKey": "rec.improve_content_ratio.description",
      "howToKey": "rec.improve_content_ratio.howto",
      "howToStepKeys": null,
      "effort": "moderate",
      "estimatedImpact": 3,
      "maxImpact": 3,
      "evidence": "speculative",
      "checkScore": 0,
      "checkDetails": "Content ratio: 0.1% (1370 content chars / 1170164 HTML bytes)"
    },
    {
      "id": "add_semantic_elements",
      "priority": "high",
      "category": "semanticHtml",
      "titleKey": "rec.add_semantic_elements.title",
      "descriptionKey": "rec.add_semantic_elements.description",
      "howToKey": "rec.add_semantic_elements.howto",
      "howToStepKeys": null,
      "effort": "moderate",
      "estimatedImpact": 2.9,
      "maxImpact": 3,
      "evidence": "plausible",
      "checkScore": 4,
      "checkDetails": "6 semantic elements, 476 divs (ratio: 1%)"
    },
    {
      "id": "add_llms_txt",
      "priority": "high",
      "category": "aiDiscoverability",
      "titleKey": "rec.add_llms_txt.title",
      "descriptionKey": "rec.add_llms_txt.description",
      "howToKey": "rec.add_llms_txt.howto",
      "howToStepKeys": null,
      "effort": "quick-win",
      "estimatedImpact": 2.5,
      "maxImpact": 2.5,
      "evidence": "speculative",
      "checkScore": 0,
      "checkDetails": "No llms.txt found"
    },
    {
      "id": "add_content_signals",
      "priority": "high",
      "category": "aiDiscoverability",
      "titleKey": "rec.add_content_signals.title",
      "descriptionKey": "rec.add_content_signals.description",
      "howToKey": "rec.add_content_signals.howto",
      "howToStepKeys": null,
      "effort": "quick-win",
      "estimatedImpact": 2.5,
      "maxImpact": 2.5,
      "evidence": "speculative",
      "checkScore": 0,
      "checkDetails": "No Content-Signal found (robots.txt or HTTP headers)"
    },
    {
      "id": "reduce_page_weight",
      "priority": "medium",
      "category": "contentEfficiency",
      "titleKey": "rec.reduce_page_weight.title",
      "descriptionKey": "rec.reduce_page_weight.description",
      "howToKey": "rec.reduce_page_weight.howto",
      "howToStepKeys": null,
      "effort": "significant",
      "estimatedImpact": 2,
      "maxImpact": 2,
      "evidence": "speculative",
      "checkScore": 0,
      "checkDetails": "HTML size: 1143KB"
    },
    {
      "id": "remove_inline_styles",
      "priority": "medium",
      "category": "contentEfficiency",
      "titleKey": "rec.remove_inline_styles.title",
      "descriptionKey": "rec.remove_inline_styles.description",
      "howToKey": "rec.remove_inline_styles.howto",
      "howToStepKeys": null,
      "effort": "moderate",
      "estimatedImpact": 1,
      "maxImpact": 1,
      "evidence": "speculative",
      "checkScore": 0,
      "checkDetails": "158/1280 elements with inline styles (12.3%)"
    }
  ],
  "llmsTxtPreview": "# Scribd\n\n> Scribd is the world's largest social reading and publishing site.\n\n## Documentation\n- [Documents](https://www.scribd.com/docs)\n\n## Main\n- [تزلال بالداريجة](https://www.scribd.com/document/537092364/%D8%AA%D8%B2%D9%84%D8%A7%D9%84-%D8%A8%D8%A7%D9%84%D8%AF%D8%A7%D8%B1%D9%8A%D8%AC%D8%A9): Scribd is the world's largest social reading and publishing site.\n- [Back to top](https://www.scribd.com/)\n- [Documents](https://www.scribd.com/docs)\n\n## Legal\n- [Privacy](https://www.scribd.com/privacy)\n\n",
  "llmsTxtExisting": null,
  "emergingProtocols": {
    "oauthProtectedResource": {
      "exists": false,
      "url": "https://www.scribd.com/.well-known/oauth-protected-resource"
    },
    "oauthDiscovery": {
      "exists": false,
      "url": "https://www.scribd.com/.well-known/oauth-authorization-server"
    },
    "mcpServerCard": {
      "exists": false,
      "url": "https://www.scribd.com/.well-known/mcp/server-card.json",
      "draft": true
    },
    "a2aAgentCard": {
      "exists": false,
      "url": "https://www.scribd.com/.well-known/agent-card.json"
    },
    "apiCatalog": {
      "exists": false,
      "url": "https://www.scribd.com/.well-known/api-catalog"
    },
    "agentSkills": {
      "exists": false,
      "url": "https://www.scribd.com/.well-known/agent-skills/index.json",
      "draft": true
    },
    "count": 0,
    "total": 6
  },
  "botAccess": {
    "probed": true,
    "bot": "OAI-SearchBot",
    "controlStatus": 200,
    "botStatus": 200,
    "discriminates": false,
    "refusedAsBot": false,
    "edge": null,
    "verifiable": false,
    "detail": "This origin answers OAI-SearchBot exactly as it answers any other client (200). No edge-level filtering of AI crawlers observed."
  },
  "snippets": [
    {
      "id": "add_llms_txt",
      "title": "Create /llms.txt",
      "description": "Upload this file to your web root. It tells AI agents what your site is about and which pages matter.",
      "language": "markdown",
      "code": "# Scribd\n\n> Scribd is the world's largest social reading and publishing site.\n\n## Documentation\n- [Documents](https://www.scribd.com/docs)\n\n## Main\n- [تزلال بالداريجة](https://www.scribd.com/document/537092364/%D8%AA%D8%B2%D9%84%D8%A7%D9%84-%D8%A8%D8%A7%D9%84%D8%AF%D8%A7%D8%B1%D9%8A%D8%AC%D8%A9): Scribd is the world's largest social reading and publishing site.\n- [Back to top](https://www.scribd.com/)\n- [Documents](https://www.scribd.com/docs)\n\n## Legal\n- [Privacy](https://www.scribd.com/privacy)\n\n",
      "filename": "/llms.txt"
    },
    {
      "id": "add_sitemap",
      "title": "Create /sitemap.xml",
      "description": "A sitemap helps AI agents discover all your pages. Most CMS platforms generate one automatically.",
      "language": "xml",
      "code": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<urlset xmlns=\"http://www.sitemaps.org/schemas/sitemap/0.9\">\n  <url>\n    <loc>https://www.scribd.com/document/537092364/%D8%AA%D8%B2%D9%84%D8%A7%D9%84-%D8%A8%D8%A7%D9%84%D8%AF%D8%A7%D8%B1%D9%8A%D8%AC%D8%A9</loc>\n    <lastmod>2026-09-12</lastmod>\n  </url>\n</urlset>",
      "filename": "/sitemap.xml"
    },
    {
      "id": "add_content_signals",
      "title": "Add Content-Signal directives",
      "description": "Content-Signal tells AI agents how they may use your content. The canonical location is robots.txt, but you can also expose it as an HTTP header from any stack.",
      "language": "txt",
      "code": "User-agent: *\nContent-Signal: search=yes, ai-input=yes, ai-train=no",
      "filename": "/robots.txt",
      "stacks": [
        {
          "id": "robots",
          "label": "robots.txt",
          "language": "txt",
          "filename": "/robots.txt",
          "code": "User-agent: *\nContent-Signal: search=yes, ai-input=yes, ai-train=no"
        },
        {
          "id": "nginx",
          "label": "Nginx",
          "language": "nginx",
          "filename": "server block",
          "code": "# Inside your server { } block:\nadd_header Content-Signal \"search=yes, ai-input=yes, ai-train=no\" always;"
        },
        {
          "id": "apache",
          "label": "Apache",
          "language": "apache",
          "filename": ".htaccess",
          "code": "# In .htaccess (or VirtualHost):\nHeader set Content-Signal \"search=yes, ai-input=yes, ai-train=no\""
        },
        {
          "id": "wordpress",
          "label": "WordPress",
          "language": "php",
          "filename": "functions.php",
          "code": "<?php\n// In your theme's functions.php or a small mu-plugin\nadd_action('send_headers', function () {\n    header('Content-Signal: search=yes, ai-input=yes, ai-train=no');\n});\n\n// Optional: also append the directive to the dynamic robots.txt\nadd_filter('robots_txt', function ($output) {\n    return $output . \"\\nContent-Signal: search=yes, ai-input=yes, ai-train=no\\n\";\n}, 10, 1);"
        },
        {
          "id": "nextjs",
          "label": "Next.js",
          "language": "typescript",
          "filename": "middleware.ts",
          "code": "// middleware.ts (Next.js 13+ App Router or Pages Router)\nimport { NextResponse } from 'next/server';\nexport function middleware() {\n  const res = NextResponse.next();\n  res.headers.set(\n    'Content-Signal',\n    'search=yes, ai-input=yes, ai-train=no'\n  );\n  return res;\n}\nexport const config = { matcher: '/:path*' };"
        },
        {
          "id": "cloudflare",
          "label": "Cloudflare Workers",
          "language": "javascript",
          "filename": "worker.js",
          "code": "// Cloudflare Worker that proxies your origin and adds the header\nexport default {\n  async fetch(request, env, ctx) {\n    const res = await fetch(request);\n    const newRes = new Response(res.body, res);\n    newRes.headers.set(\n      'Content-Signal',\n      'search=yes, ai-input=yes, ai-train=no'\n    );\n    return newRes;\n  },\n};"
        },
        {
          "id": "express",
          "label": "Express / Fastify",
          "language": "javascript",
          "filename": "server.js",
          "code": "// Express\napp.use((req, res, next) => {\n  res.setHeader('Content-Signal', 'search=yes, ai-input=yes, ai-train=no');\n  next();\n});\n\n// Fastify\nfastify.addHook('onSend', (request, reply, payload, done) => {\n  reply.header('Content-Signal', 'search=yes, ai-input=yes, ai-train=no');\n  done();\n});"
        }
      ]
    },
    {
      "id": "add_markdown_negotiation",
      "title": "Support Markdown for Agents",
      "description": "Let AI agents request a clean Markdown version of any page via content negotiation, .md alternate URLs, link tags or Link headers.",
      "language": "html",
      "code": "<!-- Mechanism 3: link tag advertising the .md alternate -->\n<link rel=\"alternate\" type=\"text/markdown\" href=\"/page.md\">",
      "filename": "<head>",
      "stacks": [
        {
          "id": "html",
          "label": "HTML <head>",
          "language": "html",
          "filename": "<head>",
          "code": "<!-- Mechanism 3: link tag advertising the .md alternate -->\n<link rel=\"alternate\" type=\"text/markdown\" href=\"/page.md\">"
        },
        {
          "id": "express",
          "label": "Express",
          "language": "javascript",
          "filename": "server.js",
          "code": "// Mechanisms 1 + 4: content negotiation + Link header\napp.get('/page', (req, res) => {\n  res.setHeader('Vary', 'Accept');\n  res.setHeader('Link', '</page.md>; rel=\"alternate\"; type=\"text/markdown\"');\n  if ((req.headers.accept || '').includes('text/markdown')) {\n    res.type('text/markdown; charset=utf-8');\n    return res.send(renderMarkdown('page'));\n  }\n  res.render('page');\n});"
        },
        {
          "id": "fastify",
          "label": "Fastify",
          "language": "javascript",
          "filename": "server.js",
          "code": "// Mechanisms 1 + 4: content negotiation + Link header\nfastify.get('/page', async (req, reply) => {\n  reply.header('Vary', 'Accept');\n  reply.header('Link', '</page.md>; rel=\"alternate\"; type=\"text/markdown\"');\n  if ((req.headers.accept || '').includes('text/markdown')) {\n    return reply.type('text/markdown; charset=utf-8').send(renderMarkdown('page'));\n  }\n  return reply.view('/page.ejs');\n});"
        },
        {
          "id": "nextjs",
          "label": "Next.js",
          "language": "typescript",
          "filename": "app/page/route.ts",
          "code": "// Next.js App Router — Route Handler returning Markdown\nimport { NextRequest } from 'next/server';\nimport { renderMarkdown } from '@/lib/md';\nexport async function GET(req: NextRequest) {\n  const accept = req.headers.get('accept') || '';\n  if (accept.includes('text/markdown')) {\n    return new Response(await renderMarkdown('page'), {\n      headers: {\n        'Content-Type': 'text/markdown; charset=utf-8',\n        'Vary': 'Accept',\n      },\n    });\n  }\n  // Fall through to the page component\n  return new Response(null, { status: 404 });\n}"
        },
        {
          "id": "wordpress",
          "label": "WordPress",
          "language": "php",
          "filename": "functions.php",
          "code": "<?php\n// Mechanism 1: respond to Accept: text/markdown on the same URL\nadd_action('template_redirect', function () {\n    if (!is_singular()) return;\n    $accept = $_SERVER['HTTP_ACCEPT'] ?? '';\n    if (strpos($accept, 'text/markdown') === false) return;\n    header('Content-Type: text/markdown; charset=utf-8');\n    header('Vary: Accept');\n    $post = get_queried_object();\n    echo \"# \" . get_the_title($post) . \"\\n\\n\";\n    echo wp_strip_all_tags(apply_filters('the_content', $post->post_content));\n    exit;\n});"
        },
        {
          "id": "static",
          "label": "Hugo / Jekyll / Astro",
          "language": "txt",
          "filename": "static/page.md",
          "code": "# Mechanism 2: serve .md alongside .html\n# Hugo: place page.md in /static/ — built unchanged\n# Jekyll: drop page.md in /assets/ — copied as-is\n# Astro: src/pages/page.md.ts that exports a GET returning markdown\n\n# Then advertise with mechanism 3 in <head>:\n#   <link rel=\"alternate\" type=\"text/markdown\" href=\"/page.md\">"
        }
      ]
    }
  ]
}

Nutzen Sie unsere API, um dies programmatisch abzurufen (kommt bald)

Dieses JSON ist für den internen Gebrauch bestimmt — im Gegensatz zu den Markdown- und llms.txt-Dateien soll es nicht auf Ihre Website hochgeladen werden. Speichern Sie es als Ausgangswert, um Ihren Score im Zeitverlauf zu verfolgen, teilen Sie es mit Ihrem Entwicklerteam oder integrieren Sie es in Ihre CI/CD-Pipeline.

Teilen Sie Ihre Ergebnisse

Oder lass dir von einer KI beim Verbessern helfen

Eine zweite Meinung?

Cloudflare betreibt ebenfalls einen kostenlosen Scanner, und er stellt eine andere Frage. Er bewertet, was Ihre Website für Agenten zum Aufrufen veröffentlicht: MCP Server Cards, Agent Skills, API-Kataloge, DNS-Einträge. Wir bewerten, ob ein Agent Ihre Inhalte erreichen, lesen und verstehen kann. Eine Website kann bei dem einen gut und bei dem anderen schlecht abschneiden — rechnen Sie mit zwei verschiedenen Zahlen: Es sind Antworten auf zwei verschiedene Fragen, und beide lohnen sich.

www.scribd.com mit Cloudflare scannen

Badge einbetten

Fügen Sie dieses Badge zu Ihrer Website hinzu. Es aktualisiert sich automatisch, wenn sich Ihr KI-Bereitschafts-Score ändert.

AgentReady.md score for www.scribd.com
Script Empfohlen
<script src="https://agentready.md/badge.js" data-id="40c9ec82-48ba-4a53-b81c-ef0528601b12" data-domain="www.scribd.com"></script>
Markdown
[![AgentReady.md score for www.scribd.com](https://agentready.md/badge/www.scribd.com.svg)](https://agentready.md/de/r/scribd.com)

Demnächst: Vollständige Domain-Analyse

Crawlen Sie Ihre gesamte Domain, generieren Sie llms.txt und überwachen Sie Ihren KI-Bereitschaftswert im Zeitverlauf. Tragen Sie sich in die Warteliste ein.

Sie stehen auf der Liste! Wir benachrichtigen Sie, sobald es verfügbar ist.