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

Analysierte URL

https://harddiskdirect.com/

Gemessen vor 3 Wochen

Weitere URL analysieren

KI-Ready Score

Mangelhaft

von 100

Token-Einsparung

HTML-Tokens 182.256
Markdown-Tokens 310
Einsparung 100%

Score-Aufschlüsselung

Semantisches HTML 45/100
Inhaltseffizienz 51/100
KI-Auffindbarkeit 52/100
Strukturierte Daten 92/100
Zugänglichkeit 67/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 Missing <article> and <main> elements

Ihre Seite verwendet keine <article>- oder <main>-Elemente. Diese semantischen Container helfen KI-Agenten, den Hauptinhalt zu identifizieren und Navigation, Seitenleisten und Fußzeilen zu ignorieren.

So implementieren Sie es

Fügen Sie ein <main>-Element um den Hauptinhalt Ihrer Seite hinzu und verwenden Sie <article> für eigenständige Inhaltsblöcke wie Blogbeiträge oder Produktbeschreibungen.

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

Was wir gemessen haben Content ratio: 0.1% (641 content chars / 541069 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 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 3/3 AI bots blocked: GPTBot, ClaudeBot, PerplexityBot

Ihre robots.txt blockiert einige KI-Bots (GPTBot, ClaudeBot, PerplexityBot). Das verhindert, dass KI-Agenten Ihre Inhalte indexieren.

So implementieren Sie es

Aktualisieren Sie Ihre robots.txt, um KI-Bots zu erlauben. Fügen Sie explizite Allow-Regeln für GPTBot, ClaudeBot und PerplexityBot hinzu.

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

Was wir gemessen haben CDN level (Cloudflare) — Content negotiation

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 3 semantic elements, 253 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 Page size: 528KB

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 HTML size: 528KB

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 3 heading level skip(s)

Ihre Überschriftenstruktur hat Probleme (übersprungene Ebenen oder mehrere h1-Tags). Eine saubere Hierarchie hilft KI-Agenten, die Inhaltsorganisation zu verstehen.

So implementieren Sie es

Stellen Sie sicher, dass Sie genau ein <h1> pro Seite haben und die Überschriften einer sequentiellen Reihenfolge folgen: h1 > h2 > h3. Überspringen Sie keine Ebenen (z.B. h1 direkt zu h3).

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

Was wir gemessen haben 2/3 OG tags present

Fehlende oder unvollständige Open-Graph-Tags. OG-Tags helfen KI-Agenten (und sozialen Plattformen), Titel, Beschreibung und Bild Ihrer Seite zu verstehen.

So implementieren Sie es

Fügen Sie og:title, og:description und og:image Meta-Tags zum <head> Ihrer Seite hinzu.

In einen Coding-Agenten einfügen, der die Korrektur vornimmt
Markdown-Tokens: 310
[

![Enterprise Industries](https://harddiskdirect.com/assets/svg/enterprise-business.svg)

](https://harddiskdirect.com/industry/enterprise)

###### Enterprise Business

Explore the potential of your enterprise with a diverse selection of IT products from renowned manufacturers.

[

![Federal Gov Industries](https://harddiskdirect.com/assets/svg/fedearal-government.svg)

](https://harddiskdirect.com/industry/government)

###### Federal Government

IT solutions are carefully designed to cater to the distinct needs of federal agencies across various environments

[

![Healthcare Industries](https://harddiskdirect.com/assets/svg/healthcare.svg)

](https://harddiskdirect.com/industry/healthcare)

###### Healthcare

Enhance healthcare excellence with our customized IT solutions

[

![Edu Industries](https://harddiskdirect.com/assets/svg/higher-education.svg)

](https://harddiskdirect.com/industry/education)

###### Higher Education

Uplift the education standards with our carefully crafted IT solutions, and reform the learning experience

[

![SME Industries](https://harddiskdirect.com/assets/svg/SME.svg)

](https://harddiskdirect.com/industry/sme)

###### SME

Discover a wide range of cost-effective, top-brand IT products tailored to streamline operations for SMEs

[

![Finance Industries](https://harddiskdirect.com/assets/svg/finance.svg)

](https://harddiskdirect.com/industry/finance)

###### Finance

Elevate financial and banking excellence with our tailored IT solutions.
IT Infrastructure Solutions | IT Hardware Supplier Hard Disk Direct

Due to supply constraints with select OEMs, availability and pricing on certain products may vary until shipment is confirmed. Your dedicated account team is ready to help every step of the way.

[![Hard Disk Direct Logo](https://harddiskdirect.com/assets/svg/hdd-logo.svg "Hard Disk Direct Logo")](https://harddiskdirect.com/)

![](https://harddiskdirect.com/assets/svg/search.svg)

![close Search](https://harddiskdirect.com/assets/svg/cross.svg)

-   [**866.705.5346**](tel:8667055346)
-   [LOG IN](https://harddiskdirect.com/user/login)

-   [TRACK ORDER](https://harddiskdirect.com/track-order)

[![](https://harddiskdirect.com/assets/svg/phone.svg)](tel:8667055346)

# IT Infrastructure Solutions
Beyond Storage

From enterprise servers to networking, storage, and chips,
explore our legacy systems to AI-ready infrastructure.

[Request a Quote](https://harddiskdirect.com//user/sign-up/business)

[![Seagate](https://harddiskdirect.com/assets/images/white_brands/seagate.webp)](https://harddiskdirect.com/brand/seagate.html)[![Western Digital](https://harddiskdirect.com/assets/images/white_brands/wd.webp)](https://harddiskdirect.com/brand/western-digital.html)[![Dell](https://harddiskdirect.com/assets/images/white_brands/dell.webp)](https://harddiskdirect.com/brand/dell.html)[![IBM](https://harddiskdirect.com/assets/images/white_brands/ibm.webp)](https://harddiskdirect.com/brand/ibm.html)[![Toshiba](https://harddiskdirect.com/assets/images/white_brands/toshiba.webp)](https://harddiskdirect.com/brand/toshiba.html)[![Kingston](https://harddiskdirect.com/assets/images/white_brands/kingston.webp)](https://harddiskdirect.com/brand/kingston.html)[![Lenovo](https://harddiskdirect.com/assets/images/white_brands/lenovo.webp)](https://harddiskdirect.com/brand/lenovo.html)[![Fujitsu](https://harddiskdirect.com/assets/images/white_brands/fujitsu.webp)](https://harddiskdirect.com/brand/fujitsu.html)[![Samsung](https://harddiskdirect.com/assets/images/white_brands/samsung.webp)](https://harddiskdirect.com/brand/samsung.html)[![TP-LINK](https://harddiskdirect.com/assets/images/white_brands/tplink.webp)](https://harddiskdirect.com/brand/tp-link.html)[![Ubiquiti](https://harddiskdirect.com/assets/images/white_brands/ubiquiti.webp)](https://harddiskdirect.com/brand/ubiquiti.html)[![HPE](https://harddiskdirect.com/assets/images/white_brands/hpe.webp)](https://harddiskdirect.com/brand/HPE.html)

## Featured Products

-   Server Hard Drives
-   Power Supplies
-   Solid State Drives
-   Server Memory
-   Network Switches
-   Graphics Cards
-   Tape Drives

ST4000NM0023 - Seagate Constellation ES.3 4TB 7200RPM SAS 3.5-Inch HDD

Price

$115.00

In Stock

Add to Cart

ST2000LM003 - Seagate 2TB 5.4K RPM SATA 6Gb/s 2.5" HDD

Call for Price:[(866) 705-5346](tel:8667055346)

Call For Stock

Get a Quote

ST8000NM0075 - Seagate Enterprise Capacity 8TB 7200RPM SAS 3.5" HDD

Price

$250.00

In Stock

Add to Cart

ST1200MM0129 - Seagate Performance 1.2TB SAS 2.5" Hybrid Hard Drive

Price

$515.00

In Stock

Add to Cart

EG001200JWJNQ - HPE 1.2TB 10000RPM SAS 2.5-Inch Hard Drive

Price

$115.00

In Stock

Add to Cart

00NA477 - IBM 1.8TB 10K RPM SAS 6Gb/s 512e SED 2.5-inch Hard Drive

Call for Price:[(866) 705-5346](tel:8667055346)

Call For Stock

Get a Quote

WD80EFBX - WD Red Plus 8TB 7.2K RPM SATA 6Gb/s 3.5" NAS Hard Drive

Call for Price:[(866) 705-5346](tel:8667055346)

Call For Stock

Get a Quote

ST22000NT001 - Seagate IronWolf Pro 22TB 7200RPM SATA 3.5-Inch HDD

Call for Price:[(866) 705-5346](tel:8667055346)

Call For Stock

Get a Quote

WUH721818ALE6L4 - WD Ultrastar DC HC550 18TB 7200RPM SATA 3.5" HDD

Price

$568.00

In Stock

Add to Cart

WUH721816AL5205 - WD Ultrastar DC HC550 16TB 7200RPM SAS 3.5" HDD

Price

$555.00

In Stock

Add to Cart

## Featured Categories

![Hard Drive](https://harddiskdirect.com/assets/webp/3.webp)#### Hard Drive

-   [Server HDD](https://harddiskdirect.com/categories/hard-drives/server-hard-drives.html)
-   [Laptop HDD](https://harddiskdirect.com/categories/hard-drives/laptop-hard-drives.html)
-   [Desktop HDD](https://harddiskdirect.com/categories/hard-drives/desktop-hard-drives.html)

![Memory](https://harddiskdirect.com/assets/webp/65.webp)#### Memory

-   [Server RAM](https://harddiskdirect.com/categories/memory/server-memory.html)
-   [Desktop RAM](https://harddiskdirect.com/categories/memory/desktop-memory.html)
-   [Laptop RAM](https://harddiskdirect.com/categories/memory/laptop-memory.html)

![Motherboards](https://harddiskdirect.com/assets/webp/122.webp)#### Motherboards

-   [Server Motherboards](https://harddiskdirect.com/categories/motherboards/server-motherboards.html)
-   [PC Motherboards](https://harddiskdirect.com/categories/motherboards/desktop-motherboards.html)
-   [Laptop Motherboards](https://harddiskdirect.com/categories/motherboards/laptop-motherboards.html)

![Networking](https://harddiskdirect.com/assets/webp/77.webp)#### Networking

-   [Switches](https://harddiskdirect.com/categories/network-and-accessories/networking-by-category/switches.html)
-   [Wireless Routers](https://harddiskdirect.com/categories/network-and-accessories/wireless-networking/wireless-routers.html)
-   [Transceivers](https://harddiskdirect.com/categories/network-and-accessories/transceivers.html)

![Power Supplies](https://harddiskdirect.com/assets/webp/155.webp)#### Power Supplies

-   [ATX PSU](https://harddiskdirect.com/categories/power-supplies/atx-power-supplies.html)
-   [Redundant PSU](https://harddiskdirect.com/categories/power-supplies/redundant-power-supplies.html)
-   [External PSU](https://harddiskdirect.com/categories/power-supplies/external-power-supplies.html)

![Processors](https://harddiskdirect.com/assets/webp/163.webp)#### Processors

-   [Intel Processors](https://harddiskdirect.com/categories/processors/intel-processors.html)
-   [AMD Processors](https://harddiskdirect.com/categories/processors/amd-processors.html)
-   [IBM Processors](https://harddiskdirect.com/categories/processors/ibm-processors.html)

![Solid State Drives](https://harddiskdirect.com/assets/webp/9.webp)#### Solid State Drives

-   [M.2 SSD](https://harddiskdirect.com/categories/hard-drives/solid-state-drives/m.2-solid-state-drives.html)
-   [SATA SSD](https://harddiskdirect.com/categories/hard-drives/solid-state-drives/sata-solid-state-drives.html)
-   [SAS SSD](https://harddiskdirect.com/categories/hard-drives/solid-state-drives/sas-solid-state-drives.html)

![](https://harddiskdirect.com/assets/images/dell.webp)## Shop Dell Products[Shop Now](https://harddiskdirect.com/brand/dell.html)

![](https://harddiskdirect.com/assets/images/banner1-product.webp)

![](https://harddiskdirect.com/assets/images/hp.webp)## Shop HP Products[Shop Now](https://harddiskdirect.com/brand/hp.html)

![](https://harddiskdirect.com/assets/images/banner2-product-mod.webp)

### Our Customers Enjoy

![Buy Now](https://harddiskdirect.com/assets/svg/buy-now-pay-later.svg)

###### Buy Now, Pay Later

Available to qualified institutions for maximizing purchasing power

![Procurement Partner](https://harddiskdirect.com/assets/svg/procurement-partner.svg)

###### Procurement Partner

Optimize your purchasing power by partnering with us

![Personalized Purchasing](https://harddiskdirect.com/assets/svg/personalized-purchase.svg)

###### Personalized Purchasing

Customized catalogue and shopping lists for efficient procurement

![Special Pricing](https://harddiskdirect.com/assets/svg/special-pricing.svg)

###### Special Pricing

Maximize your IT budget with special pricing and discounts

## Industries

[

![Enterprise Industries](https://harddiskdirect.com/assets/svg/enterprise-business.svg)

](https://harddiskdirect.com/industry/enterprise)

###### Enterprise Business

Explore the potential of your enterprise with a diverse selection of IT products from renowned manufacturers.

[

![Federal Gov Industries](https://harddiskdirect.com/assets/svg/fedearal-government.svg)

](https://harddiskdirect.com/industry/government)

###### Federal Government

IT solutions are carefully designed to cater to the distinct needs of federal agencies across various environments

[

![Healthcare Industries](https://harddiskdirect.com/assets/svg/healthcare.svg)

](https://harddiskdirect.com/industry/healthcare)

###### Healthcare

Enhance healthcare excellence with our customized IT solutions

[

![Edu Industries](https://harddiskdirect.com/assets/svg/higher-education.svg)

](https://harddiskdirect.com/industry/education)

###### Higher Education

Uplift the education standards with our carefully crafted IT solutions, and reform the learning experience

[

![SME Industries](https://harddiskdirect.com/assets/svg/SME.svg)

](https://harddiskdirect.com/industry/sme)

###### SME

Discover a wide range of cost-effective, top-brand IT products tailored to streamline operations for SMEs

[

![Finance Industries](https://harddiskdirect.com/assets/svg/finance.svg)

](https://harddiskdirect.com/industry/finance)

###### Finance

Elevate financial and banking excellence with our tailored IT solutions.

## Get Started

Contact us to get expert advice and dedicated account management today.

Laden Sie diese Datei als /index.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.

Unsere Empfehlung

llms.txt herunterladen
# https://harddiskdirect.com

> Hard Disk Direct, a Silicon Networks LLC company, is the global leader in new, pre-owned, and legacy IT hardware, offering high-quality and mission-critical equipment that has passed through robust testing and are available on market-competitive pricing. 


## Documentation
- [FAQ](https://harddiskdirect.com/faq)

## Main
- [IT Infrastructure Solutions | IT Hardware Supplier Hard Disk Direct](https://harddiskdirect.com/): Hard Disk Direct is a trusted IT hardware supplier offering IT infrastructure solutions, fast shipping, great value, an…
- [Product Certifications](https://harddiskdirect.com/product-certifications)
- [About Us](https://harddiskdirect.com/about-us)
- [LOG IN](https://harddiskdirect.com/user/login)
- [TRACK ORDER](https://harddiskdirect.com/track-order)
- [Storage Devices](https://harddiskdirect.com/categories/storage-devices.html)
- [Hard Drives](https://harddiskdirect.com/categories/storage-devices/hard-drives.html)
- [Server Hard Drives](https://harddiskdirect.com/categories/storage-devices/hard-drives/server-hard-drives.html)
- [Desktop Hard Drives](https://harddiskdirect.com/categories/storage-devices/hard-drives/desktop-hard-drives.html)
- [Laptop Hard Drives](https://harddiskdirect.com/categories/storage-devices/hard-drives/laptop-hard-drives.html)
- [Printer Hard Drives](https://harddiskdirect.com/categories/storage-devices/hard-drives/printer-hard-drives.html)

## Blog
- [Blog](https://harddiskdirect.com/blog)

## Legal
- [Privacy Policy](https://harddiskdirect.com/privacy-policy)
- [Terms & Conditions](https://harddiskdirect.com/terms)

## Support
- [FAQ](https://harddiskdirect.com/faq)
- [Contact Us](https://harddiskdirect.com/contact-us)

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

Laden Sie diese Datei als https://harddiskdirect.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.

Diese Website hat bereits eine llms.txt-Datei.

Gültiges Format
# Hard Disk Direct

Website: https://harddiskdirect.com
Company: Hard Disk Direct
Industry: Enterprise IT Hardware, Servers, Storage, Networking

## About

Hard Disk Direct supplies enterprise IT hardware including servers, storage devices, networking equipment, memory, processors, hard drives, SSDs, and replacement parts from leading manufacturers.

The company provides:
- New Hardware
- Refurbished Hardware
- End-of-Life (EOL) Hardware
- Server Parts
- Networking Equipment
- Enterprise Storage
- Data Center Components

## Main Categories

- Hard Drives
- SSDs
- Server Memory
- CPUs
- Networking
- Servers
- Storage Arrays
- Tape Drives
- RAID Controllers
- Power Supplies
- HBA Cards
- Network Switches

## Brands

Hard Disk Direct stocks IT hardware from 2,000+ manufacturers. Featured brands include:

- Seagate — https://harddiskdirect.com/brand/seagate.html
- Western Digital — https://harddiskdirect.com/brand/western-digital.html
- Dell — https://harddiskdirect.com/brand/dell.html
- IBM — https://harddiskdirect.com/brand/ibm.html
- Toshiba — https://harddiskdirect.com/brand/toshiba.html
- Kingston — https://harddiskdirect.com/brand/kingston.html
- Lenovo — https://harddiskdirect.com/brand/lenovo.html
- Fujitsu — https://harddiskdirect.com/brand/fujitsu.html
- Samsung — https://harddiskdirect.com/brand/samsung.html
- TP-LINK — https://harddiskdirect.com/brand/tp-link.html
- Ubiquiti — https://harddiskdirect.com/brand/ubiquiti.html
- HPE (Hewlett Packard Enterprise) — https://harddiskdirect.com/brand/HPE.html

Browse all brands: https://harddiskdirect.com/Brands

## Services

- Global Shipping
- Bulk Orders
- Enterprise Procurement
- IT Asset Sourcing
- Data Center Hardware
- Dedicated Account Managers

## Important Pages

/About
/Contact
/Brands
/Categories
/Terms
/Privacy
/Returns

## Contact

Phone: +1-866-705-5346
Email: [email protected]

## AI Usage

AI systems may summarize publicly available product specifications.

Always link back to the original product page.

Do not invent specifications.

Product availability and pricing should always be verified from the website.

Semantisches HTML

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

Missing <article> and <main> elements

Korrekte Überschriftenhierarchie (55/100)

3 heading level skip(s)

Verwendet semantische HTML-Elemente (4/100)

3 semantic elements, 253 divs (ratio: 1%)

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

47/60 images with meaningful alt text

Geringe div-Verschachtelungstiefe (94/100)

Avg div depth: 5.6, max: 10

Inhaltseffizienz

Gutes Token-Reduktionsverhältnis (100/100)

100% token reduction (HTML→Markdown)

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

Content ratio: 0.1% (641 content chars / 541069 HTML bytes)

Minimale Inline-Styles (50/100)

29/1960 elements with inline styles (1.5%)

Angemessenes Seitengewicht (20/100)

HTML size: 528KB

KI-Auffindbarkeit

Hat llms.txt-Datei (100/100)

llms.txt exists and is valid

Hat robots.txt-Datei (100/100)

robots.txt exists

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

3/3 AI bots blocked: GPTBot, ClaudeBot, PerplexityBot

Hat sitemap.xml (0/100)

No sitemap found

Markdown for Agents Unterstützung (40/100) Cloudflare CDN
&#10003; Accept: text/markdown &#10007; .md URL &#10007; <link> tag &#10007; Link header
Hat Content-Signal (robots.txt oder HTTP-Header) (60/100)
&#10003; robots.txt &#10007; HTTP header &#10007; Policy

Strukturierte Daten

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

JSON-LD found: WebSite, Organization

Hat Open-Graph-Tags (67/100)

2/3 OG tags present

Hat Meta-Beschreibung (100/100)

Meta description: 147 chars

Hat kanonische URL (100/100)

Canonical URL present

Hat lang-Attribut (100/100)

lang="en"

Zugänglichkeit

Inhalt ohne JavaScript verfügbar (100/100)

Content available without JavaScript

Angemessene Seitengröße (40/100)

Page size: 528KB

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

Main content starts at 60% of HTML

{
  "url": "https://harddiskdirect.com/",
  "timestamp": 1782999661929,
  "fetch": {
    "mode": "simple",
    "timeMs": 504,
    "htmlSizeBytes": 541069,
    "supportsMarkdown": true,
    "markdownAgents": {
      "contentNegotiation": true,
      "mdUrl": {
        "found": false,
        "url": null
      },
      "linkTag": {
        "found": false,
        "url": null
      },
      "linkHeader": {
        "found": false,
        "url": null
      },
      "responseHeaders": {
        "contentSignal": null,
        "xMarkdownTokens": "1784",
        "vary": "Accept, Accept-Encoding"
      },
      "frontmatter": {
        "present": false,
        "fields": [],
        "level": "none"
      },
      "level": "cloudflare"
    },
    "statusCode": 200
  },
  "extraction": {
    "title": "IT Infrastructure Solutions | IT Hardware Supplier Hard Disk Direct",
    "excerpt": "Hard Disk Direct is a trusted IT hardware supplier offering IT infrastructure solutions, fast shipping, great value, and reliable customer support.",
    "byline": "Harddiskdirect",
    "siteName": "https://harddiskdirect.com",
    "lang": "en",
    "contentLength": 641,
    "metadata": {
      "description": "Hard Disk Direct is a trusted IT hardware supplier offering IT infrastructure solutions, fast shipping, great value, and reliable customer support.",
      "ogTitle": "IT Infrastructure Solutions | IT Hardware Supplier Hard Disk Direct",
      "ogDescription": "Hard Disk Direct is a trusted IT hardware supplier offering IT infrastructure solutions, fast shipping, great value, and reliable customer support.",
      "ogImage": null,
      "ogType": "image/jpeg",
      "canonical": "https://harddiskdirect.com",
      "lang": "en",
      "schemas": [
        {
          "@context": "https://schema.org/",
          "@type": "WebSite",
          "name": "Hard Disk Direct",
          "url": "https://harddiskdirect.com/",
          "potentialAction": {
            "@type": "SearchAction",
            "target": "https://harddiskdirect.com/search/{search_term_string}",
            "query-input": "required name=search_term_string"
          }
        },
        {
          "@context": "https://schema.org",
          "@type": "Organization",
          "url": "https://harddiskdirect.com/",
          "name": "Hard Disk Direct",
          "logo": "https://harddiskdirect.com/",
          "description": "Hard Disk Direct, a Silicon Networks LLC company, is the global leader in new, pre-owned, and legacy IT hardware, offering high-quality and mission-critical equipment that has passed through robust testing and are available on market-competitive pricing. \r\n",
          "contactPoint": [
            {
              "@type": "ContactPoint",
              "telephone": "+1-866-705-5346",
              "contactType": "sales"
            },
            {
              "@type": "ContactPoint",
              "telephone": "(866) 705-5346",
              "contactType": "customer service",
              "email": "[email protected]",
              "contactOption": "TollFree",
              "areaServed": "US",
              "availableLanguage": "en"
            }
          ],
          "address": {
            "addressCountry": "United States",
            "postalCode": "94538",
            "addressRegion": "California",
            "addressLocality": "Fremont",
            "streetAddress": "Blvd # 5, CA"
          },
          "sameAs": [
            "https://www.facebook.com/harddiskdirectus",
            "https://twitter.com/harddisk_direct",
            "https://www.instagram.com/harddiskdirectglobal",
            "https://www.linkedin.com/company/hard-disk-direct-global",
            "https://www.shopperapproved.com/reviews/harddiskdirect.com"
          ]
        }
      ],
      "robotsMeta": "index, follow",
      "author": "Harddiskdirect",
      "generator": null,
      "markdownAlternateHref": null
    }
  },
  "markdown": "[\n\n![Enterprise Industries](https://harddiskdirect.com/assets/svg/enterprise-business.svg)\n\n](https://harddiskdirect.com/industry/enterprise)\n\n###### Enterprise Business\n\nExplore the potential of your enterprise with a diverse selection of IT products from renowned manufacturers.\n\n[\n\n![Federal Gov Industries](https://harddiskdirect.com/assets/svg/fedearal-government.svg)\n\n](https://harddiskdirect.com/industry/government)\n\n###### Federal Government\n\nIT solutions are carefully designed to cater to the distinct needs of federal agencies across various environments\n\n[\n\n![Healthcare Industries](https://harddiskdirect.com/assets/svg/healthcare.svg)\n\n](https://harddiskdirect.com/industry/healthcare)\n\n###### Healthcare\n\nEnhance healthcare excellence with our customized IT solutions\n\n[\n\n![Edu Industries](https://harddiskdirect.com/assets/svg/higher-education.svg)\n\n](https://harddiskdirect.com/industry/education)\n\n###### Higher Education\n\nUplift the education standards with our carefully crafted IT solutions, and reform the learning experience\n\n[\n\n![SME Industries](https://harddiskdirect.com/assets/svg/SME.svg)\n\n](https://harddiskdirect.com/industry/sme)\n\n###### SME\n\nDiscover a wide range of cost-effective, top-brand IT products tailored to streamline operations for SMEs\n\n[\n\n![Finance Industries](https://harddiskdirect.com/assets/svg/finance.svg)\n\n](https://harddiskdirect.com/industry/finance)\n\n###### Finance\n\nElevate financial and banking excellence with our tailored IT solutions.\n",
  "fullPageMarkdown": "IT Infrastructure Solutions | IT Hardware Supplier Hard Disk Direct\n\nDue to supply constraints with select OEMs, availability and pricing on certain products may vary until shipment is confirmed. Your dedicated account team is ready to help every step of the way.\n\n[![Hard Disk Direct Logo](https://harddiskdirect.com/assets/svg/hdd-logo.svg \"Hard Disk Direct Logo\")](https://harddiskdirect.com/)\n\n![](https://harddiskdirect.com/assets/svg/search.svg)\n\n![close Search](https://harddiskdirect.com/assets/svg/cross.svg)\n\n-   [**866.705.5346**](tel:8667055346)\n-   [LOG IN](https://harddiskdirect.com/user/login)\n\n-   [TRACK ORDER](https://harddiskdirect.com/track-order)\n\n[![](https://harddiskdirect.com/assets/svg/phone.svg)](tel:8667055346)\n\n# IT Infrastructure Solutions\nBeyond Storage\n\nFrom enterprise servers to networking, storage, and chips,\nexplore our legacy systems to AI-ready infrastructure.\n\n[Request a Quote](https://harddiskdirect.com//user/sign-up/business)\n\n[![Seagate](https://harddiskdirect.com/assets/images/white_brands/seagate.webp)](https://harddiskdirect.com/brand/seagate.html)[![Western Digital](https://harddiskdirect.com/assets/images/white_brands/wd.webp)](https://harddiskdirect.com/brand/western-digital.html)[![Dell](https://harddiskdirect.com/assets/images/white_brands/dell.webp)](https://harddiskdirect.com/brand/dell.html)[![IBM](https://harddiskdirect.com/assets/images/white_brands/ibm.webp)](https://harddiskdirect.com/brand/ibm.html)[![Toshiba](https://harddiskdirect.com/assets/images/white_brands/toshiba.webp)](https://harddiskdirect.com/brand/toshiba.html)[![Kingston](https://harddiskdirect.com/assets/images/white_brands/kingston.webp)](https://harddiskdirect.com/brand/kingston.html)[![Lenovo](https://harddiskdirect.com/assets/images/white_brands/lenovo.webp)](https://harddiskdirect.com/brand/lenovo.html)[![Fujitsu](https://harddiskdirect.com/assets/images/white_brands/fujitsu.webp)](https://harddiskdirect.com/brand/fujitsu.html)[![Samsung](https://harddiskdirect.com/assets/images/white_brands/samsung.webp)](https://harddiskdirect.com/brand/samsung.html)[![TP-LINK](https://harddiskdirect.com/assets/images/white_brands/tplink.webp)](https://harddiskdirect.com/brand/tp-link.html)[![Ubiquiti](https://harddiskdirect.com/assets/images/white_brands/ubiquiti.webp)](https://harddiskdirect.com/brand/ubiquiti.html)[![HPE](https://harddiskdirect.com/assets/images/white_brands/hpe.webp)](https://harddiskdirect.com/brand/HPE.html)\n\n## Featured Products\n\n-   Server Hard Drives\n-   Power Supplies\n-   Solid State Drives\n-   Server Memory\n-   Network Switches\n-   Graphics Cards\n-   Tape Drives\n\nST4000NM0023 - Seagate Constellation ES.3 4TB 7200RPM SAS 3.5-Inch HDD\n\nPrice\n\n$115.00\n\nIn Stock\n\nAdd to Cart\n\nST2000LM003 - Seagate 2TB 5.4K RPM SATA 6Gb/s 2.5\" HDD\n\nCall for Price:[(866) 705-5346](tel:8667055346)\n\nCall For Stock\n\nGet a Quote\n\nST8000NM0075 - Seagate Enterprise Capacity 8TB 7200RPM SAS 3.5\" HDD\n\nPrice\n\n$250.00\n\nIn Stock\n\nAdd to Cart\n\nST1200MM0129 - Seagate Performance 1.2TB SAS 2.5\" Hybrid Hard Drive\n\nPrice\n\n$515.00\n\nIn Stock\n\nAdd to Cart\n\nEG001200JWJNQ - HPE 1.2TB 10000RPM SAS 2.5-Inch Hard Drive\n\nPrice\n\n$115.00\n\nIn Stock\n\nAdd to Cart\n\n00NA477 - IBM 1.8TB 10K RPM SAS 6Gb/s 512e SED 2.5-inch Hard Drive\n\nCall for Price:[(866) 705-5346](tel:8667055346)\n\nCall For Stock\n\nGet a Quote\n\nWD80EFBX - WD Red Plus 8TB 7.2K RPM SATA 6Gb/s 3.5\" NAS Hard Drive\n\nCall for Price:[(866) 705-5346](tel:8667055346)\n\nCall For Stock\n\nGet a Quote\n\nST22000NT001 - Seagate IronWolf Pro 22TB 7200RPM SATA 3.5-Inch HDD\n\nCall for Price:[(866) 705-5346](tel:8667055346)\n\nCall For Stock\n\nGet a Quote\n\nWUH721818ALE6L4 - WD Ultrastar DC HC550 18TB 7200RPM SATA 3.5\" HDD\n\nPrice\n\n$568.00\n\nIn Stock\n\nAdd to Cart\n\nWUH721816AL5205 - WD Ultrastar DC HC550 16TB 7200RPM SAS 3.5\" HDD\n\nPrice\n\n$555.00\n\nIn Stock\n\nAdd to Cart\n\n## Featured Categories\n\n![Hard Drive](https://harddiskdirect.com/assets/webp/3.webp)#### Hard Drive\n\n-   [Server HDD](https://harddiskdirect.com/categories/hard-drives/server-hard-drives.html)\n-   [Laptop HDD](https://harddiskdirect.com/categories/hard-drives/laptop-hard-drives.html)\n-   [Desktop HDD](https://harddiskdirect.com/categories/hard-drives/desktop-hard-drives.html)\n\n![Memory](https://harddiskdirect.com/assets/webp/65.webp)#### Memory\n\n-   [Server RAM](https://harddiskdirect.com/categories/memory/server-memory.html)\n-   [Desktop RAM](https://harddiskdirect.com/categories/memory/desktop-memory.html)\n-   [Laptop RAM](https://harddiskdirect.com/categories/memory/laptop-memory.html)\n\n![Motherboards](https://harddiskdirect.com/assets/webp/122.webp)#### Motherboards\n\n-   [Server Motherboards](https://harddiskdirect.com/categories/motherboards/server-motherboards.html)\n-   [PC Motherboards](https://harddiskdirect.com/categories/motherboards/desktop-motherboards.html)\n-   [Laptop Motherboards](https://harddiskdirect.com/categories/motherboards/laptop-motherboards.html)\n\n![Networking](https://harddiskdirect.com/assets/webp/77.webp)#### Networking\n\n-   [Switches](https://harddiskdirect.com/categories/network-and-accessories/networking-by-category/switches.html)\n-   [Wireless Routers](https://harddiskdirect.com/categories/network-and-accessories/wireless-networking/wireless-routers.html)\n-   [Transceivers](https://harddiskdirect.com/categories/network-and-accessories/transceivers.html)\n\n![Power Supplies](https://harddiskdirect.com/assets/webp/155.webp)#### Power Supplies\n\n-   [ATX PSU](https://harddiskdirect.com/categories/power-supplies/atx-power-supplies.html)\n-   [Redundant PSU](https://harddiskdirect.com/categories/power-supplies/redundant-power-supplies.html)\n-   [External PSU](https://harddiskdirect.com/categories/power-supplies/external-power-supplies.html)\n\n![Processors](https://harddiskdirect.com/assets/webp/163.webp)#### Processors\n\n-   [Intel Processors](https://harddiskdirect.com/categories/processors/intel-processors.html)\n-   [AMD Processors](https://harddiskdirect.com/categories/processors/amd-processors.html)\n-   [IBM Processors](https://harddiskdirect.com/categories/processors/ibm-processors.html)\n\n![Solid State Drives](https://harddiskdirect.com/assets/webp/9.webp)#### Solid State Drives\n\n-   [M.2 SSD](https://harddiskdirect.com/categories/hard-drives/solid-state-drives/m.2-solid-state-drives.html)\n-   [SATA SSD](https://harddiskdirect.com/categories/hard-drives/solid-state-drives/sata-solid-state-drives.html)\n-   [SAS SSD](https://harddiskdirect.com/categories/hard-drives/solid-state-drives/sas-solid-state-drives.html)\n\n![](https://harddiskdirect.com/assets/images/dell.webp)## Shop Dell Products[Shop Now](https://harddiskdirect.com/brand/dell.html)\n\n![](https://harddiskdirect.com/assets/images/banner1-product.webp)\n\n![](https://harddiskdirect.com/assets/images/hp.webp)## Shop HP Products[Shop Now](https://harddiskdirect.com/brand/hp.html)\n\n![](https://harddiskdirect.com/assets/images/banner2-product-mod.webp)\n\n### Our Customers Enjoy\n\n![Buy Now](https://harddiskdirect.com/assets/svg/buy-now-pay-later.svg)\n\n###### Buy Now, Pay Later\n\nAvailable to qualified institutions for maximizing purchasing power\n\n![Procurement Partner](https://harddiskdirect.com/assets/svg/procurement-partner.svg)\n\n###### Procurement Partner\n\nOptimize your purchasing power by partnering with us\n\n![Personalized Purchasing](https://harddiskdirect.com/assets/svg/personalized-purchase.svg)\n\n###### Personalized Purchasing\n\nCustomized catalogue and shopping lists for efficient procurement\n\n![Special Pricing](https://harddiskdirect.com/assets/svg/special-pricing.svg)\n\n###### Special Pricing\n\nMaximize your IT budget with special pricing and discounts\n\n## Industries\n\n[\n\n![Enterprise Industries](https://harddiskdirect.com/assets/svg/enterprise-business.svg)\n\n](https://harddiskdirect.com/industry/enterprise)\n\n###### Enterprise Business\n\nExplore the potential of your enterprise with a diverse selection of IT products from renowned manufacturers.\n\n[\n\n![Federal Gov Industries](https://harddiskdirect.com/assets/svg/fedearal-government.svg)\n\n](https://harddiskdirect.com/industry/government)\n\n###### Federal Government\n\nIT solutions are carefully designed to cater to the distinct needs of federal agencies across various environments\n\n[\n\n![Healthcare Industries](https://harddiskdirect.com/assets/svg/healthcare.svg)\n\n](https://harddiskdirect.com/industry/healthcare)\n\n###### Healthcare\n\nEnhance healthcare excellence with our customized IT solutions\n\n[\n\n![Edu Industries](https://harddiskdirect.com/assets/svg/higher-education.svg)\n\n](https://harddiskdirect.com/industry/education)\n\n###### Higher Education\n\nUplift the education standards with our carefully crafted IT solutions, and reform the learning experience\n\n[\n\n![SME Industries](https://harddiskdirect.com/assets/svg/SME.svg)\n\n](https://harddiskdirect.com/industry/sme)\n\n###### SME\n\nDiscover a wide range of cost-effective, top-brand IT products tailored to streamline operations for SMEs\n\n[\n\n![Finance Industries](https://harddiskdirect.com/assets/svg/finance.svg)\n\n](https://harddiskdirect.com/industry/finance)\n\n###### Finance\n\nElevate financial and banking excellence with our tailored IT solutions.\n\n## Get Started\n\nContact us to get expert advice and dedicated account management today.\n",
  "markdownStats": {
    "images": 6,
    "links": 6,
    "tables": 0,
    "codeBlocks": 0,
    "headings": 6
  },
  "tokens": {
    "htmlTokens": 182256,
    "markdownTokens": 310,
    "reduction": 181946,
    "reductionPercent": 100
  },
  "score": {
    "score": 59,
    "grade": "D",
    "dimensions": {
      "semanticHtml": {
        "score": 45,
        "weight": 20,
        "grade": "D",
        "checks": {
          "uses_article_or_main": {
            "score": 0,
            "weight": 20,
            "details": "Missing <article> and <main> elements"
          },
          "proper_heading_hierarchy": {
            "score": 55,
            "weight": 25,
            "details": "3 heading level skip(s)"
          },
          "semantic_elements": {
            "score": 4,
            "weight": 20,
            "details": "3 semantic elements, 253 divs (ratio: 1%)"
          },
          "meaningful_alt_texts": {
            "score": 78,
            "weight": 15,
            "details": "47/60 images with meaningful alt text"
          },
          "low_div_nesting": {
            "score": 94,
            "weight": 20,
            "details": "Avg div depth: 5.6, max: 10"
          }
        }
      },
      "contentEfficiency": {
        "score": 51,
        "weight": 25,
        "grade": "D",
        "checks": {
          "token_reduction_ratio": {
            "score": 100,
            "weight": 40,
            "details": "100% token reduction (HTML→Markdown)"
          },
          "content_to_noise_ratio": {
            "score": 0,
            "weight": 30,
            "details": "Content ratio: 0.1% (641 content chars / 541069 HTML bytes)"
          },
          "minimal_inline_styles": {
            "score": 50,
            "weight": 15,
            "details": "29/1960 elements with inline styles (1.5%)"
          },
          "reasonable_page_weight": {
            "score": 20,
            "weight": 15,
            "details": "HTML size: 528KB"
          }
        }
      },
      "aiDiscoverability": {
        "score": 52,
        "weight": 25,
        "grade": "D",
        "checks": {
          "has_llms_txt": {
            "score": 100,
            "weight": 20,
            "details": "llms.txt exists and is valid"
          },
          "has_robots_txt": {
            "score": 100,
            "weight": 10,
            "details": "robots.txt exists"
          },
          "robots_allows_ai_bots": {
            "score": 1,
            "weight": 15,
            "details": "3/3 AI bots blocked: GPTBot, ClaudeBot, PerplexityBot"
          },
          "has_sitemap": {
            "score": 0,
            "weight": 10,
            "details": "No sitemap found"
          },
          "supports_markdown_negotiation": {
            "score": 40,
            "weight": 25,
            "details": "CDN level (Cloudflare) — Content negotiation"
          },
          "has_content_signals": {
            "score": 60,
            "weight": 20,
            "details": "robots.txt: search=yes, ai-train=no, ai-input=no"
          }
        }
      },
      "structuredData": {
        "score": 92,
        "weight": 15,
        "grade": "A",
        "checks": {
          "has_schema_org": {
            "score": 100,
            "weight": 30,
            "details": "JSON-LD found: WebSite, Organization"
          },
          "has_open_graph": {
            "score": 67,
            "weight": 25,
            "details": "2/3 OG tags present"
          },
          "has_meta_description": {
            "score": 100,
            "weight": 20,
            "details": "Meta description: 147 chars"
          },
          "has_canonical_url": {
            "score": 100,
            "weight": 15,
            "details": "Canonical URL present"
          },
          "has_lang_attribute": {
            "score": 100,
            "weight": 10,
            "details": "lang=\"en\""
          }
        }
      },
      "accessibility": {
        "score": 67,
        "weight": 15,
        "grade": "C",
        "checks": {
          "content_without_js": {
            "score": 100,
            "weight": 40,
            "details": "Content available without JavaScript"
          },
          "reasonable_page_size": {
            "score": 40,
            "weight": 30,
            "details": "Page size: 528KB"
          },
          "fast_content_position": {
            "score": 50,
            "weight": 30,
            "details": "Main content starts at 60% of HTML"
          }
        }
      }
    }
  },
  "recommendations": [
    {
      "id": "add_article_main",
      "priority": "critical",
      "category": "semanticHtml",
      "titleKey": "rec.add_article_main.title",
      "descriptionKey": "rec.add_article_main.description",
      "howToKey": "rec.add_article_main.howto",
      "effort": "quick-win",
      "estimatedImpact": 8,
      "checkScore": 0,
      "checkDetails": "Missing <article> and <main> elements"
    },
    {
      "id": "improve_content_ratio",
      "priority": "critical",
      "category": "contentEfficiency",
      "titleKey": "rec.improve_content_ratio.title",
      "descriptionKey": "rec.improve_content_ratio.description",
      "howToKey": "rec.improve_content_ratio.howto",
      "effort": "moderate",
      "estimatedImpact": 6,
      "checkScore": 0,
      "checkDetails": "Content ratio: 0.1% (641 content chars / 541069 HTML bytes)"
    },
    {
      "id": "add_sitemap",
      "priority": "critical",
      "category": "aiDiscoverability",
      "titleKey": "rec.add_sitemap.title",
      "descriptionKey": "rec.add_sitemap.description",
      "howToKey": "rec.add_sitemap.howto",
      "effort": "quick-win",
      "estimatedImpact": 5,
      "checkScore": 0,
      "checkDetails": "No sitemap found"
    },
    {
      "id": "allow_ai_bots",
      "priority": "high",
      "category": "aiDiscoverability",
      "titleKey": "rec.allow_ai_bots.title",
      "descriptionKey": "rec.allow_ai_bots.description",
      "howToKey": "rec.allow_ai_bots.howto",
      "effort": "quick-win",
      "estimatedImpact": 7,
      "checkScore": 1,
      "checkDetails": "3/3 AI bots blocked: GPTBot, ClaudeBot, PerplexityBot"
    },
    {
      "id": "add_markdown_negotiation",
      "priority": "high",
      "category": "aiDiscoverability",
      "titleKey": "rec.add_markdown_negotiation.title",
      "descriptionKey": "rec.add_markdown_negotiation.description",
      "howToKey": "rec.add_markdown_negotiation.howto",
      "effort": "significant",
      "estimatedImpact": 6,
      "checkScore": 40,
      "checkDetails": "CDN level (Cloudflare) — Content negotiation"
    },
    {
      "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",
      "effort": "moderate",
      "estimatedImpact": 5,
      "checkScore": 4,
      "checkDetails": "3 semantic elements, 253 divs (ratio: 1%)"
    },
    {
      "id": "reduce_page_size",
      "priority": "high",
      "category": "accessibility",
      "titleKey": "rec.reduce_page_size.title",
      "descriptionKey": "rec.reduce_page_size.description",
      "howToKey": "rec.reduce_page_size.howto",
      "effort": "moderate",
      "estimatedImpact": 4,
      "checkScore": 40,
      "checkDetails": "Page size: 528KB"
    },
    {
      "id": "reduce_page_weight",
      "priority": "high",
      "category": "contentEfficiency",
      "titleKey": "rec.reduce_page_weight.title",
      "descriptionKey": "rec.reduce_page_weight.description",
      "howToKey": "rec.reduce_page_weight.howto",
      "effort": "significant",
      "estimatedImpact": 4,
      "checkScore": 20,
      "checkDetails": "HTML size: 528KB"
    },
    {
      "id": "fix_heading_hierarchy",
      "priority": "medium",
      "category": "semanticHtml",
      "titleKey": "rec.fix_heading_hierarchy.title",
      "descriptionKey": "rec.fix_heading_hierarchy.description",
      "howToKey": "rec.fix_heading_hierarchy.howto",
      "effort": "quick-win",
      "estimatedImpact": 6,
      "checkScore": 55,
      "checkDetails": "3 heading level skip(s)"
    },
    {
      "id": "add_open_graph",
      "priority": "medium",
      "category": "structuredData",
      "titleKey": "rec.add_open_graph.title",
      "descriptionKey": "rec.add_open_graph.description",
      "howToKey": "rec.add_open_graph.howto",
      "effort": "quick-win",
      "estimatedImpact": 4,
      "checkScore": 67,
      "checkDetails": "2/3 OG tags present"
    }
  ],
  "llmsTxtPreview": "# https://harddiskdirect.com\n\n> Hard Disk Direct, a Silicon Networks LLC company, is the global leader in new, pre-owned, and legacy IT hardware, offering high-quality and mission-critical equipment that has passed through robust testing and are available on market-competitive pricing. \r\n\n\n## Documentation\n- [FAQ](https://harddiskdirect.com/faq)\n\n## Main\n- [IT Infrastructure Solutions | IT Hardware Supplier Hard Disk Direct](https://harddiskdirect.com/): Hard Disk Direct is a trusted IT hardware supplier offering IT infrastructure solutions, fast shipping, great value, an…\n- [Product Certifications](https://harddiskdirect.com/product-certifications)\n- [About Us](https://harddiskdirect.com/about-us)\n- [LOG IN](https://harddiskdirect.com/user/login)\n- [TRACK ORDER](https://harddiskdirect.com/track-order)\n- [Storage Devices](https://harddiskdirect.com/categories/storage-devices.html)\n- [Hard Drives](https://harddiskdirect.com/categories/storage-devices/hard-drives.html)\n- [Server Hard Drives](https://harddiskdirect.com/categories/storage-devices/hard-drives/server-hard-drives.html)\n- [Desktop Hard Drives](https://harddiskdirect.com/categories/storage-devices/hard-drives/desktop-hard-drives.html)\n- [Laptop Hard Drives](https://harddiskdirect.com/categories/storage-devices/hard-drives/laptop-hard-drives.html)\n- [Printer Hard Drives](https://harddiskdirect.com/categories/storage-devices/hard-drives/printer-hard-drives.html)\n\n## Blog\n- [Blog](https://harddiskdirect.com/blog)\n\n## Legal\n- [Privacy Policy](https://harddiskdirect.com/privacy-policy)\n- [Terms & Conditions](https://harddiskdirect.com/terms)\n\n## Support\n- [FAQ](https://harddiskdirect.com/faq)\n- [Contact Us](https://harddiskdirect.com/contact-us)\n\n",
  "llmsTxtExisting": "# Hard Disk Direct\n\nWebsite: https://harddiskdirect.com\nCompany: Hard Disk Direct\nIndustry: Enterprise IT Hardware, Servers, Storage, Networking\n\n## About\n\nHard Disk Direct supplies enterprise IT hardware including servers, storage devices, networking equipment, memory, processors, hard drives, SSDs, and replacement parts from leading manufacturers.\n\nThe company provides:\n- New Hardware\n- Refurbished Hardware\n- End-of-Life (EOL) Hardware\n- Server Parts\n- Networking Equipment\n- Enterprise Storage\n- Data Center Components\n\n## Main Categories\n\n- Hard Drives\n- SSDs\n- Server Memory\n- CPUs\n- Networking\n- Servers\n- Storage Arrays\n- Tape Drives\n- RAID Controllers\n- Power Supplies\n- HBA Cards\n- Network Switches\n\n## Brands\n\nHard Disk Direct stocks IT hardware from 2,000+ manufacturers. Featured brands include:\n\n- Seagate — https://harddiskdirect.com/brand/seagate.html\n- Western Digital — https://harddiskdirect.com/brand/western-digital.html\n- Dell — https://harddiskdirect.com/brand/dell.html\n- IBM — https://harddiskdirect.com/brand/ibm.html\n- Toshiba — https://harddiskdirect.com/brand/toshiba.html\n- Kingston — https://harddiskdirect.com/brand/kingston.html\n- Lenovo — https://harddiskdirect.com/brand/lenovo.html\n- Fujitsu — https://harddiskdirect.com/brand/fujitsu.html\n- Samsung — https://harddiskdirect.com/brand/samsung.html\n- TP-LINK — https://harddiskdirect.com/brand/tp-link.html\n- Ubiquiti — https://harddiskdirect.com/brand/ubiquiti.html\n- HPE (Hewlett Packard Enterprise) — https://harddiskdirect.com/brand/HPE.html\n\nBrowse all brands: https://harddiskdirect.com/Brands\n\n## Services\n\n- Global Shipping\n- Bulk Orders\n- Enterprise Procurement\n- IT Asset Sourcing\n- Data Center Hardware\n- Dedicated Account Managers\n\n## Important Pages\n\n/About\n/Contact\n/Brands\n/Categories\n/Terms\n/Privacy\n/Returns\n\n## Contact\n\nPhone: +1-866-705-5346\nEmail: [email protected]\n\n## AI Usage\n\nAI systems may summarize publicly available product specifications.\n\nAlways link back to the original product page.\n\nDo not invent specifications.\n\nProduct availability and pricing should always be verified from the website.",
  "emergingProtocols": {
    "oauthDiscovery": {
      "exists": false,
      "url": "https://harddiskdirect.com/.well-known/oauth-authorization-server"
    },
    "mcpServerCard": {
      "exists": false,
      "url": "https://harddiskdirect.com/.well-known/mcp.json"
    },
    "a2aAgentCard": {
      "exists": false,
      "url": "https://harddiskdirect.com/.well-known/agent.json"
    },
    "count": 0
  },
  "snippets": [
    {
      "id": "fix_heading_hierarchy",
      "title": "Fix heading hierarchy",
      "description": "Your page has 1 <h1> elements. Keep only one. Demote the rest to <h2>.",
      "language": "html",
      "code": "<!-- Keep only one <h1> per page -->\n<h1>IT Infrastructure Solutions | IT Hardware Supplier Hard Disk Direct</h1>",
      "filename": "<main> or <article>"
    },
    {
      "id": "add_open_graph",
      "title": "Add missing Open Graph tags",
      "description": "Open Graph tags control how your page looks when shared on social media and how AI platforms preview your URL in answers.",
      "language": "html",
      "code": "<meta property=\"og:image\" content=\"https://yoursite.com/og-image.jpg\">\n<meta property=\"og:url\" content=\"https://harddiskdirect.com/\">\n<meta property=\"og:type\" content=\"website\">",
      "filename": "<head>",
      "stacks": [
        {
          "id": "html",
          "label": "HTML <head>",
          "language": "html",
          "filename": "<head>",
          "code": "<meta property=\"og:image\" content=\"https://yoursite.com/og-image.jpg\">\n<meta property=\"og:url\" content=\"https://harddiskdirect.com/\">\n<meta property=\"og:type\" content=\"website\">"
        },
        {
          "id": "wordpress",
          "label": "WordPress",
          "language": "php",
          "filename": "functions.php",
          "code": "<?php\n// Quick Open Graph tags without a plugin (skip if Yoast / Rank Math is active)\nadd_action('wp_head', function () {\n    if (!is_singular()) return;\n    $post = get_queried_object();\n    $title = get_the_title($post);\n    $desc  = get_the_excerpt($post) ?: wp_trim_words(strip_tags($post->post_content), 30);\n    $image = get_the_post_thumbnail_url($post, 'large') ?: 'https://yoursite.com/og-image.jpg';\n    $url   = get_permalink($post);\n    printf('<meta property=\"og:title\" content=\"%s\">' . \"\\n\", esc_attr($title));\n    printf('<meta property=\"og:description\" content=\"%s\">' . \"\\n\", esc_attr($desc));\n    printf('<meta property=\"og:image\" content=\"%s\">' . \"\\n\", esc_url($image));\n    printf('<meta property=\"og:url\" content=\"%s\">' . \"\\n\", esc_url($url));\n    echo '<meta property=\"og:type\" content=\"article\">' . \"\\n\";\n}, 5);"
        },
        {
          "id": "nextjs",
          "label": "Next.js",
          "language": "typescript",
          "filename": "app/page.tsx",
          "code": "// Next.js App Router — Metadata API\nimport type { Metadata } from 'next';\n\nexport const metadata: Metadata = {\n  title: \"IT Infrastructure Solutions | IT Hardware Supplier Hard Disk Direct\",\n  description: \"Hard Disk Direct is a trusted IT hardware supplier offering IT infrastructure solutions, fast shipping, great value, and reliable customer support.\",\n  openGraph: {\n    title: \"IT Infrastructure Solutions | IT Hardware Supplier Hard Disk Direct\",\n    description: \"Hard Disk Direct is a trusted IT hardware supplier offering IT infrastructure solutions, fast shipping, great value, and reliable customer support.\",\n    url: \"https://harddiskdirect.com/\",\n    images: [\"https://yoursite.com/og-image.jpg\"],\n    type: 'website',\n  },\n};"
        }
      ]
    },
    {
      "id": "allow_ai_bots",
      "title": "Allow AI bots in robots.txt",
      "description": "Some AI bots are blocked in your robots.txt. Remove or modify these Disallow rules to let AI agents index your content.",
      "language": "txt",
      "code": "# Add to your robots.txt — explicitly allow AI bots:\nUser-agent: GPTBot\nAllow: /\n\nUser-agent: ClaudeBot\nAllow: /\n\nUser-agent: PerplexityBot\nAllow: /",
      "filename": "/robots.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://harddiskdirect.com/</loc>\n    <lastmod>2026-07-02</lastmod>\n  </url>\n</urlset>",
      "filename": "/sitemap.xml"
    },
    {
      "id": "add_article_main",
      "title": "Wrap content in <main> and <article>",
      "description": "Semantic HTML landmarks help AI agents identify the main content of your page.",
      "language": "html",
      "code": "<main>\n  <article>\n    <h1>Your Page Title</h1>\n    <p>Your content here...</p>\n  </article>\n</main>",
      "filename": "<body>"
    },
    {
      "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.

harddiskdirect.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 harddiskdirect.com
Script Empfohlen
<script src="https://agentready.md/badge.js" data-id="fbc7eab5-744f-4cbb-a7a6-bebb90895bbb" data-domain="harddiskdirect.com"></script>
Markdown
[![AgentReady.md score for harddiskdirect.com](https://agentready.md/badge/harddiskdirect.com.svg)](https://agentready.md/de/r/fbc7eab5-744f-4cbb-a7a6-bebb90895bbb)

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.