認証済み AgentReady.md 証明書
発行日時 sig: 53d467ff8e4d5480 検証 →

分析済みURL

https://harddiskdirect.com/

計測: 3 週間前

別のURLを分析

AI-Readyスコア

不十分

/ 100

トークン削減量

HTMLトークン 182.256
Markdownトークン 310
削減率 100%

スコア内訳

セマンティックHTML 45/100
コンテンツ効率 51/100
AI発見可能性 52/100
構造化データ 92/100
アクセシビリティ 67/100

新興プロトコル

6件中0件検出

AIエージェントが探すwell-knownエンドポイント。検出されればエージェントが自動的にあなたのサービスを発見・接続できます。

  • 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

この数字は動きます。 モニタリングは開発中です。リストに登録すると公開時にお知らせします。

リストに登録されました!サービス開始時にお知らせします。

計測結果 Missing <article> and <main> elements

ページに<article>または<main>要素がありません。これらのセマンティックコンテナはAIエージェントがメインコンテンツ領域を特定し、ナビゲーション、サイドバー、フッターを無視するのに役立ちます。

実装方法

ページのメインコンテンツの周りに<main>要素を追加し、ブログ投稿や製品説明などの独立したコンテンツブロックには<article>を使用してください。

コーディングエージェントに貼り付けて修正させる

計測結果 Content ratio: 0.1% (641 content chars / 541069 HTML bytes)

ページの実際のコンテンツとHTML全体の比率が低いです。ページ重量の多くがコンテンツではなくマークアップ、スクリプト、スタイルです。

実装方法

CSSを外部スタイルシートに移動し、インラインスタイルを削除し、JavaScriptを最小化し、HTMLがコンテンツ構造に集中するようにしてください。

コーディングエージェントに貼り付けて修正させる

計測結果 No sitemap found

サイトマップが見つかりません。サイトマップはAIエージェントがサイトのすべてのページを発見するのに役立ちます。

実装方法

すべての公開ページをリストした/sitemap.xmlを作成してください。ほとんどのCMSプラットフォームで自動生成できます。

コーディングエージェントに貼り付けて修正させる

計測結果 3/3 AI bots blocked: GPTBot, ClaudeBot, PerplexityBot

robots.txtが一部のAIボット(GPTBot、ClaudeBot、PerplexityBot)をブロックしています。これによりAIエージェントがコンテンツをインデックスできません。

実装方法

robots.txtを更新してAIボットを許可してください。GPTBot、ClaudeBot、PerplexityBotの明示的なAllowルールを追加してください。

コーディングエージェントに貼り付けて修正させる

計測結果 CDN level (Cloudflare) — Content negotiation

サイトがMarkdown for Agentsに対応していません。このCloudflare標準により、AIエージェントがmarkdown形式でコンテンツをリクエストでき、トークン使用量を約80%削減できます。

実装方法

以下の1つ以上を実装してください:(1) Accept: text/markdownにmarkdownコンテンツで応答。(2) .md URL(例:/page.md)を提供。(3) <link rel="alternate" type="text/markdown">タグを追加。(4) markdown検出用のLink HTTPヘッダーを追加。

コーディングエージェントに貼り付けて修正させる

計測結果 3 semantic elements, 253 divs (ratio: 1%)

ページが<div>要素に大きく依存しています。<section>、<nav>、<header>、<footer>、<aside>などのセマンティック要素はAIエージェントに意味のある構造を提供します。

実装方法

汎用的な<div>コンテナを適切なセマンティック要素に置き換えてください。テーマ別グループには<section>、ナビゲーションには<nav>、ページ/セクションのヘッダーとフッターには<header>/<footer>を使用してください。

コーディングエージェントに貼り付けて修正させる

計測結果 Page size: 528KB

ページが推奨サイズより大きいです。大きなページはAIエージェントの処理が遅く、コストも高くなります。

実装方法

HTMLの最小化、非重要スクリプトの遅延読み込み、未使用CSSの削除によりページサイズを最適化してください。

コーディングエージェントに貼り付けて修正させる

計測結果 HTML size: 528KB

HTMLページが推奨値より重いです。大きなページはAIエージェントの処理に時間がかかり、より多くのトークンを消費します。

実装方法

未使用コードの削除、HTMLの最小化、非重要コンテンツの遅延読み込みによりHTMLサイズを削減してください。

コーディングエージェントに貼り付けて修正させる

計測結果 3 heading level skip(s)

見出し構造に問題があります(レベルの飛ばしや複数のh1タグ)。クリーンな階層はAIエージェントがコンテンツ構成を理解するのに役立ちます。

実装方法

ページごとに正確に1つの<h1>を持ち、見出しが順番に従うようにしてください:h1 > h2 > h3。レベルを飛ばさないでください(例:h1から直接h3)。

コーディングエージェントに貼り付けて修正させる

計測結果 2/3 OG tags present

Open Graphタグが不足または不完全です。OGタグはAIエージェント(およびソーシャルプラットフォーム)がページのタイトル、説明、画像を理解するのに役立ちます。

実装方法

ページの<head>にog:title、og:description、og:imageメタタグを追加してください。

コーディングエージェントに貼り付けて修正させる
Markdownトークン: 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.

このファイルをサーバーの/index.mdとしてアップロードし、AIエージェントがページのクリーンなバージョンにアクセスできるようにしましょう。Accept: text/markdownコンテンツネゴシエーションを設定して自動的に配信することもできます。

推奨内容

llms.txtをダウンロード
# 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)

完全なllms.txtにはドメイン全体の分析が必要です(近日公開)

このファイルをドメインのルートにhttps://harddiskdirect.com/llms.txtとしてアップロードしてください。ChatGPT、Claude、PerplexityなどのAIエージェントはこのファイルを確認してサイト構造を理解します。

このサイトにはすでにllms.txtファイルがあります。

有効な形式
# 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.

セマンティックHTML

articleまたはmain要素を使用 (0/100)

Missing <article> and <main> elements

適切な見出し階層 (55/100)

3 heading level skip(s)

セマンティックHTML要素を使用 (4/100)

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

意味のある画像alt属性 (78/100)

47/60 images with meaningful alt text

低いdivネスト深度 (94/100)

Avg div depth: 5.6, max: 10

コンテンツ効率

良好なトークン削減率 (100/100)

100% token reduction (HTML→Markdown)

良好なコンテンツ対ノイズ比 (0/100)

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

最小限のインラインスタイル (50/100)

29/1960 elements with inline styles (1.5%)

適切なページ重量 (20/100)

HTML size: 528KB

AI発見可能性

llms.txtファイルあり (100/100)

llms.txt exists and is valid

robots.txtファイルあり (100/100)

robots.txt exists

robots.txtがAIボットを許可 (1/100)

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

sitemap.xmlあり (0/100)

No sitemap found

Markdown for Agentsサポート (40/100) Cloudflare CDN
&#10003; Accept: text/markdown &#10007; .md URL &#10007; <link> tag &#10007; Link header
Content-Signalあり(robots.txtまたはHTTPヘッダー) (60/100)
&#10003; robots.txt &#10007; HTTP header &#10007; Policy

構造化データ

Schema.org / JSON-LDあり (100/100)

JSON-LD found: WebSite, Organization

Open Graphタグあり (67/100)

2/3 OG tags present

メタディスクリプションあり (100/100)

Meta description: 147 chars

正規URLあり (100/100)

Canonical URL present

lang属性あり (100/100)

lang="en"

アクセシビリティ

JavaScript不要でコンテンツ利用可能 (100/100)

Content available without JavaScript

適切なページサイズ (40/100)

Page size: 528KB

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\">"
        }
      ]
    }
  ]
}

APIを使用してプログラムで取得できます(近日公開)

このJSONは内部使用向けです — MarkdownやllMs.txtファイルとは異なり、サイトにアップロードするものではありません。スコアの経時変化を追跡するための基準値として保存するか、開発チームと共有するか、CI/CDパイプラインに統合してください。

結果を共有

X LinkedIn Facebook WhatsApp Telegram Email

または AI に改善方法を聞く

セカンドオピニオンもどうぞ

Cloudflare も無料のスキャナーを公開していますが、問いが違います。あちらは、エージェントが呼び出すためにサイトが公開しているもの(MCP server card、Agent Skills、API カタログ、DNS レコード)を採点します。当社は、エージェントがコンテンツに到達し、読み、理解できるかを採点します。片方が高く、もう片方が低いサイトもあります。数字が食い違うのは当然です。別々の問いへの答えであり、どちらも知る価値があります。

Cloudflare で harddiskdirect.com をスキャン

バッジを埋め込む

このバッジをサイトに追加してください。AI対応スコアが変わると自動的に更新されます。

AgentReady.md score for harddiskdirect.com
Script 推奨
<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/ja/r/fbc7eab5-744f-4cbb-a7a6-bebb90895bbb)

近日公開: ドメイン全体分析

ドメイン全体をクロールし、llms.txtを生成し、AI対応スコアを経時的にモニタリング。ウェイトリストに登録して通知を受け取りましょう。

リストに登録されました!サービス開始時にお知らせします。