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

Analysierte URL

https://knn.com.tw/

Gemessen vor 16 Stunden

Weitere URL analysieren

KI-Ready Score

Mangelhaft

von 100

Token-Einsparung

HTML-Tokens 7123
Markdown-Tokens 242
Einsparung 97%

Score-Aufschlüsselung

Zugänglichkeit 75/100
KI-Auffindbarkeit 45/100
Strukturierte Daten 30/100
Semantisches HTML 12/100
Inhaltseffizienz 65/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 Main content starts at 100% of HTML

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

So implementieren Sie es

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

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

Was wir gemessen haben No JSON-LD / Schema.org found

Keine Schema.org-strukturierten Daten gefunden. JSON-LD hilft KI-Agenten, faktische, strukturierte Informationen aus Ihren Seiten zu extrahieren.

So implementieren Sie es

Fügen Sie einen <script type="application/ld+json">-Block mit Schema.org-Markup hinzu. Verwenden Sie passende Typen: Article für Blogbeiträge, Product für Produktseiten, Organization für Ihre Unternehmensseite.

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

Was wir gemessen haben No Markdown for Agents support detected

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

So implementieren Sie es

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

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

Was wir gemessen haben No headings found

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 0/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

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 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 No canonical URL

Keine kanonische URL gefunden. Diese hilft KI-Agenten, die bevorzugte Version einer Seite zu identifizieren und doppelte Inhalte zu vermeiden.

So implementieren Sie es

Fügen Sie ein <link rel="canonical" href="...">-Tag hinzu, das auf die kanonische URL der Seite verweist.

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

Was wir gemessen haben 0 semantic elements, 71 divs (ratio: 0%)

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 Content ratio: 1.1% (198 content chars / 18800 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
Markdown-Tokens: 242
[![](https://knn.com.tw/Content/Template1/images/logo_bk.png)關於我們](https://knn.com.tw/Event/AboutUS) [![](https://knn.com.tw/Content/Template1/images/help_bk.png)常見問題](https://knn.com.tw/%E5%85%89%E5%8D%97%E7%94%9F%E6%B4%BB/%E5%B8%B8%E8%A6%8B%E5%95%8F%E9%A1%8C) [![](https://knn.com.tw/Content/Template1/images/cart_full_bk.png)光南線上購](https://knnec.knn.com.tw/) [![](https://knn.com.tw/Content/Template1/images/group_add_bk.png)加入我們](https://knn.com.tw/Event/JoinUS/)

Copyright © 2023 knn.com.tw, All Rights Reserved.版權所有 笑笑笑國際股份有限公司
光南大批發連鎖店 - 官方網站

![loading..](https://knn.com.tw/Content/Template1/images/loading.gif)

[![光南大批發YouTube頻道](https://knn.com.tw/Content/Template1/images/youtube.png)](https://www.youtube.com/channel/UCYFQ30tk0ITR-VHodp5r3yQ "光南大批發YouTube頻道") [![光南大批發FaceBook粉絲專頁](https://knn.com.tw/Content/Template1/images/fb.png)](https://www.facebook.com/KUANGNANAV "光南大批發粉絲專頁")

[![](https://knn.com.tw/Content/Template1/images/logo.png)](https://knn.com.tw/ "首頁")

[](https://knn.com.tw/%E5%85%89%E5%8D%97%E7%94%9F%E6%B4%BB/%E9%96%80%E5%B8%82%E6%B4%BB%E5%8B%95 "門市活動")[](https://knn.com.tw/%E5%95%86%E5%93%81%E6%8E%92%E8%A1%8C%E6%A6%9C/%E8%8F%AF%E8%AA%9E%E9%9F%B3%E6%A8%82%E9%8A%B7%E5%94%AE%E6%8E%92%E8%A1%8C%E6%A6%9C "排行榜")[](https://knn.com.tw/%E9%A0%90%E8%B3%BC/%E8%8F%AF%E8%AA%9E%E9%9F%B3%E6%A8%82%E9%A0%90%E8%B3%BC "預購")[](https://knn.com.tw/%E9%96%80%E5%B8%82%E8%B3%87%E8%A8%8A "門市查詢")[](https://knn.com.tw/%E7%B7%9A%E4%B8%8ADM "線上DM")

-   ![](https://knn.com.tw/Content/banner/7f250c36-b04f-48be-9dd4-8107eba14edb.jpg)
-   ![](https://knn.com.tw/Content/banner/dbc502cf-13f5-4bd5-97ee-c97cfece9fd1.jpg)
-   ![](https://knn.com.tw/Content/banner/0b7398aa-8f7d-4c64-940e-59c3dc949895.jpg)

-   1
-   2
-   3

[![](https://knn.com.tw/Content/Img/Upload/Article/a36989e2-d341-4c89-88b4-6e0696b01fed_m.jpg)](https://knn.com.tw/%E5%85%89%E5%8D%97%E7%94%9F%E6%B4%BB/%E8%B3%87%E8%A8%8A/%E5%85%89%E5%8D%97%E5%A5%BD%E7%AB%99%F0%9F%85%B0%EF%B8%8F%F0%9F%85%BF%EF%B8%8F%F0%9F%85%BF%EF%B8%8F%E4%B8%8A%E7%B7%9A%E5%95%A6%EF%BD%9E)

[![](https://knn.com.tw/Content/Img/Upload/Article/a0883426-bcb1-4297-9c16-9919bd467355_m.jpg)](https://knn.com.tw/%E5%85%89%E5%8D%97%E7%94%9F%E6%B4%BB/%E8%B3%87%E8%A8%8A/%E7%B7%9A%E4%B8%8A%E8%B3%BC%E5%B0%88%E5%8D%80%F0%9F%9B%92%E9%98%B2%E9%A2%B1%E9%98%B2%E7%81%BD%E7%94%A8%E5%93%81%E6%82%A8%E6%BA%96%E5%82%99%E5%A5%BD%E4%BA%86%E5%97%8E%EF%BC%9F)

[![](https://knn.com.tw/Content/Img/Upload/Article/b9ce50d9-d992-4f2f-810b-bff65685eff9_m.jpg)](https://knn.com.tw/%E5%85%89%E5%8D%97%E7%94%9F%E6%B4%BB/%E8%B3%87%E8%A8%8A/%E5%B0%8F%E6%96%B0%E6%9C%80%E5%96%9C%E6%AD%A1%E7%9A%84%E5%B7%A7%E5%85%8B%E6%AF%94%F0%9F%92%95%E9%96%80%E5%B8%82%E7%86%B1%E5%94%AE%E4%B8%AD%F0%9F%8E%8A)

[![](https://knn.com.tw/Content/Img/Upload/ADList/c5052668-7ca1-44d5-a486-e9b4c9a9f4bf.jpg)](https://knnec.knn.com.tw/)

[![](https://knn.com.tw/Content/Img/Upload/Article/bc8464c1-afea-4ec0-a888-89a95500919f_m.jpg)](https://knn.com.tw/%E5%85%89%E5%8D%97%E7%94%9F%E6%B4%BB/%E8%B3%87%E8%A8%8A/%E3%80%90%E9%96%80%E5%B8%82%E6%83%85%E5%A0%B1%E3%80%91%E8%8A%B1%E8%93%AE%E9%96%80%E5%B8%82%20%E7%BF%BB%E6%96%B0%E9%96%8B%E5%BC%B5%F0%9F%93%A37/30%E8%A9%A6%E7%87%9F%E6%A5%AD%E2%9D%A3%EF%B8%8F)

[![](https://knn.com.tw/Content/Img/Upload/Article/806b7e59-fede-405a-845e-e9eb01801e85_m.jpg)](https://knn.com.tw/%E5%85%89%E5%8D%97%E7%94%9F%E6%B4%BB/%E8%B3%87%E8%A8%8A/%E3%80%90%E5%A5%BD%E5%BA%B7%E6%8E%A8%E8%96%A6%E3%80%91%E5%8D%A1%E8%A5%BF%E6%AD%90%E8%A8%88%E7%AE%97%E6%A9%9Fx%E5%92%8C%E9%A2%A8%E8%97%9D%E8%A1%93%E5%90%8D%E7%95%AB%20%E8%81%AF%E5%90%8D%E9%99%90%E5%AE%9A%E7%89%88)

[![](https://knn.com.tw/Content/Img/Upload/Article/6cde38a1-cebc-4a6a-b0e1-7cbb2f5b4ccb_m.jpg)](https://knn.com.tw/%E5%85%89%E5%8D%97%E7%94%9F%E6%B4%BB/%E8%B3%87%E8%A8%8A/%E3%80%90%E9%87%8D%E8%A6%81%E5%85%AC%E5%91%8A%E8%88%87%E6%BE%84%E6%B8%85%E3%80%91%E9%98%B2%E8%A9%90%E9%A8%99%E5%AE%A3%E5%B0%8E)

[![](https://knn.com.tw/Content/Img/Upload/Article/968b2423-e32e-4ff6-9342-3be15aeb7665_m.jpg)](https://knn.com.tw/%E5%85%89%E5%8D%97%E7%94%9F%E6%B4%BB/%E8%B3%87%E8%A8%8A/%E5%AE%89%E5%BF%83%E5%B8%B6%E8%91%97%E8%B5%B0%EF%BD%9E%E5%84%AA%E7%94%9F%E9%85%92%E7%B2%BE%E6%BF%95%E5%B7%BE%E9%9A%A8%E8%A1%8C%E5%8C%85)

[![](https://knn.com.tw/Content/Img/Upload/Article/7bfda47e-605c-423f-ac4f-3b2d8fbb2de6_m.jpg)](https://knn.com.tw/%E5%85%89%E5%8D%97%E7%94%9F%E6%B4%BB/%E8%B3%87%E8%A8%8A/%E5%85%89%E5%8D%97%E5%A4%A7%E6%89%B9%E7%99%BC%E3%80%8E%E5%BE%B5%E6%89%8D%E3%80%8F)

-   門市活動
-   訊息公告
-   特別企劃
-   好康推薦

-   [

    2026/07/29

    【門市情報】花蓮門市 翻新開張📣7/30試營業❣️

    ](https://knn.com.tw/%E5%85%89%E5%8D%97%E7%94%9F%E6%B4%BB/%E8%B3%87%E8%A8%8A/%E3%80%90%E9%96%80%E5%B8%82%E6%83%85%E5%A0%B1%E3%80%91%E8%8A%B1%E8%93%AE%E9%96%80%E5%B8%82%20%E7%BF%BB%E6%96%B0%E9%96%8B%E5%BC%B5%F0%9F%93%A37/30%E8%A9%A6%E7%87%9F%E6%A5%AD%E2%9D%A3%EF%B8%8F)

-   [

    2024/02/01

    光南好站🅰️🅿️🅿️上線啦~

    ](https://knn.com.tw/%E5%85%89%E5%8D%97%E7%94%9F%E6%B4%BB/%E8%B3%87%E8%A8%8A/%E5%85%89%E5%8D%97%E5%A5%BD%E7%AB%99%F0%9F%85%B0%EF%B8%8F%F0%9F%85%BF%EF%B8%8F%F0%9F%85%BF%EF%B8%8F%E4%B8%8A%E7%B7%9A%E5%95%A6%EF%BD%9E)

    [

    2023/12/15

    【重要公告與澄清】防詐騙宣導

    ](https://knn.com.tw/%E5%85%89%E5%8D%97%E7%94%9F%E6%B4%BB/%E8%B3%87%E8%A8%8A/%E3%80%90%E9%87%8D%E8%A6%81%E5%85%AC%E5%91%8A%E8%88%87%E6%BE%84%E6%B8%85%E3%80%91%E9%98%B2%E8%A9%90%E9%A8%99%E5%AE%A3%E5%B0%8E)

    [

    2023/08/04

    光南大批發『徵才』

    ](https://knn.com.tw/%E5%85%89%E5%8D%97%E7%94%9F%E6%B4%BB/%E8%B3%87%E8%A8%8A/%E5%85%89%E5%8D%97%E5%A4%A7%E6%89%B9%E7%99%BC%E3%80%8E%E5%BE%B5%E6%89%8D%E3%80%8F)

-   [

    2026/07/03

    【好康推薦】卡西歐計算機x和風藝術名畫 聯名限定版

    ](https://knn.com.tw/%E5%85%89%E5%8D%97%E7%94%9F%E6%B4%BB/%E8%B3%87%E8%A8%8A/%E3%80%90%E5%A5%BD%E5%BA%B7%E6%8E%A8%E8%96%A6%E3%80%91%E5%8D%A1%E8%A5%BF%E6%AD%90%E8%A8%88%E7%AE%97%E6%A9%9Fx%E5%92%8C%E9%A2%A8%E8%97%9D%E8%A1%93%E5%90%8D%E7%95%AB%20%E8%81%AF%E5%90%8D%E9%99%90%E5%AE%9A%E7%89%88)

    [

    2024/11/15

    線上購專區🛒防颱防災用品您準備好了嗎?

    ](https://knn.com.tw/%E5%85%89%E5%8D%97%E7%94%9F%E6%B4%BB/%E8%B3%87%E8%A8%8A/%E7%B7%9A%E4%B8%8A%E8%B3%BC%E5%B0%88%E5%8D%80%F0%9F%9B%92%E9%98%B2%E9%A2%B1%E9%98%B2%E7%81%BD%E7%94%A8%E5%93%81%E6%82%A8%E6%BA%96%E5%82%99%E5%A5%BD%E4%BA%86%E5%97%8E%EF%BC%9F)

-   [

    2024/09/30

    2025年度手冊📖三角桌曆🗓️開賣啦

    ](https://knn.com.tw/%E5%85%89%E5%8D%97%E7%94%9F%E6%B4%BB/%E8%B3%87%E8%A8%8A/2025%E5%B9%B4%E5%BA%A6%E6%89%8B%E5%86%8A%F0%9F%93%96%E4%B8%89%E8%A7%92%E6%A1%8C%E6%9B%86%F0%9F%97%93%EF%B8%8F%E9%96%8B%E8%B3%A3%E5%95%A6)

    [

    2024/07/02

    舒妃優油美露 🔥門市可愛熱賣中~🔥

    ](https://knn.com.tw/%E5%85%89%E5%8D%97%E7%94%9F%E6%B4%BB/%E8%B3%87%E8%A8%8A/%E8%88%92%E5%A6%83%E5%84%AA%E6%B2%B9%E7%BE%8E%E9%9C%B2%20%F0%9F%94%A5%E9%96%80%E5%B8%82%E5%8F%AF%E6%84%9B%E7%86%B1%E8%B3%A3%E4%B8%AD%EF%BD%9E%F0%9F%94%A5)

    [

    2024/04/01

    安心帶著走~優生酒精濕巾隨行包

    ](https://knn.com.tw/%E5%85%89%E5%8D%97%E7%94%9F%E6%B4%BB/%E8%B3%87%E8%A8%8A/%E5%AE%89%E5%BF%83%E5%B8%B6%E8%91%97%E8%B5%B0%EF%BD%9E%E5%84%AA%E7%94%9F%E9%85%92%E7%B2%BE%E6%BF%95%E5%B7%BE%E9%9A%A8%E8%A1%8C%E5%8C%85)

    [

    2022/11/24

    好物推薦❤️限塑政策 你跟上了嗎?

    ](https://knn.com.tw/%E5%85%89%E5%8D%97%E7%94%9F%E6%B4%BB/%E8%B3%87%E8%A8%8A/%E5%A5%BD%E7%89%A9%E6%8E%A8%E8%96%A6%E2%9D%A4%EF%B8%8F%E9%99%90%E5%A1%91%E6%94%BF%E7%AD%96%20%E4%BD%A0%E8%B7%9F%E4%B8%8A%E4%BA%86%E5%97%8E%EF%BC%9F)

[![](https://knn.com.tw/Content/Template1/images/logo_bk.png)關於我們](https://knn.com.tw/Event/AboutUS) [![](https://knn.com.tw/Content/Template1/images/help_bk.png)常見問題](https://knn.com.tw/%E5%85%89%E5%8D%97%E7%94%9F%E6%B4%BB/%E5%B8%B8%E8%A6%8B%E5%95%8F%E9%A1%8C) [![](https://knn.com.tw/Content/Template1/images/cart_full_bk.png)光南線上購](https://knnec.knn.com.tw/) [![](https://knn.com.tw/Content/Template1/images/group_add_bk.png)加入我們](https://knn.com.tw/Event/JoinUS/)

Copyright © 2023 knn.com.tw, All Rights Reserved.版權所有 笑笑笑國際股份有限公司

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.

Generierte llms.txt für diese einzelne Seite

llms.txt herunterladen
# knn.com.tw

> 目前販售的商品共分五大產品類別,分別是視聽圖書、鐘錶數位、電腦周邊、文具禮品與百貨飾品,光是商品數就超過10萬項,每個類別的商品數量平均各佔15~25%,目前全台共有24家直營門市,逾700名員工。  由於光南大批發已經有30年的通路經驗,因此各類的商品組合相當豐富又具競爭力,實惠的價格策略,更是讓光南大批發成為學生及年輕族群購買各種商品的口袋名單之一。

## Main
- [光南大批發連鎖店 - 官方網站](https://knn.com.tw/): 目前販售的商品共分五大產品類別,分別是視聽圖書、鐘錶數位、電腦周邊、文具禮品與百貨飾品,光是商品數就超過10萬項,每個類別的商品數量平均各佔15~25%,目前全台共有24家直營門市,逾700名員工。  由於光南大批發已經有30年的通路經驗…

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

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

Zugänglichkeit

Inhalt ohne JavaScript verfügbar (100/100)

Content available without JavaScript

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

Main content starts at 100% of HTML

Angemessene Seitengröße (100/100)

Page size: 18KB

KI-Auffindbarkeit

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

All major AI search bots allowed

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

No sitemap found

Hat robots.txt-Datei (100/100)

robots.txt exists

Hat llms.txt-Datei (0/100)

No llms.txt found

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

Strukturierte Daten

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

No JSON-LD / Schema.org found

Hat Open-Graph-Tags (0/100)

0/3 OG tags present

Hat Meta-Beschreibung (100/100)

Meta description: 178 chars

Hat kanonische URL (0/100)

No canonical URL

Hat lang-Attribut (100/100)

lang="zh-tw"

Semantisches HTML

Korrekte Überschriftenhierarchie (0/100)

No headings found

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

Missing <article> and <main> elements

Verwendet semantische HTML-Elemente (0/100)

0 semantic elements, 71 divs (ratio: 0%)

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

3/20 images with meaningful alt text

Geringe div-Verschachtelungstiefe (100/100)

Avg div depth: 4.9, max: 7

Inhaltseffizienz

Gutes Token-Reduktionsverhältnis (100/100)

97% token reduction (HTML→Markdown)

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

Content ratio: 1.1% (198 content chars / 18800 HTML bytes)

Angemessenes Seitengewicht (100/100)

HTML size: 18KB

Minimale Inline-Styles (50/100)

4/186 elements with inline styles (2.2%)

{
  "url": "https://knn.com.tw/",
  "timestamp": 1788460850071,
  "fetch": {
    "mode": "simple",
    "timeMs": 1158,
    "htmlSizeBytes": 18800,
    "supportsMarkdown": false,
    "markdownAgents": {
      "contentNegotiation": false,
      "mdUrl": {
        "found": false,
        "url": null
      },
      "linkTag": {
        "found": false,
        "url": null
      },
      "linkHeader": {
        "found": false,
        "url": null
      },
      "responseHeaders": {
        "contentSignal": null,
        "xMarkdownTokens": null,
        "vary": null
      },
      "frontmatter": {
        "present": false,
        "fields": [],
        "level": "none"
      },
      "level": "none"
    },
    "statusCode": 200
  },
  "extraction": {
    "title": "光南大批發連鎖店 - 官方網站",
    "excerpt": "目前販售的商品共分五大產品類別,分別是視聽圖書、鐘錶數位、電腦周邊、文具禮品與百貨飾品,光是商品數就超過10萬項,每個類別的商品數量平均各佔15~25%,目前全台共有24家直營門市,逾700名員工。  由於光南大批發已經有30年的通路經驗,因此各類的商品組合相當豐富又具競爭力,實惠的價格策略,更是讓光南大批發成為學生及年輕族群購買各種商品的口袋名單之一。",
    "byline": null,
    "siteName": null,
    "lang": "zh-tw",
    "contentLength": 198,
    "metadata": {
      "description": "目前販售的商品共分五大產品類別,分別是視聽圖書、鐘錶數位、電腦周邊、文具禮品與百貨飾品,光是商品數就超過10萬項,每個類別的商品數量平均各佔15~25%,目前全台共有24家直營門市,逾700名員工。  由於光南大批發已經有30年的通路經驗,因此各類的商品組合相當豐富又具競爭力,實惠的價格策略,更是讓光南大批發成為學生及年輕族群購買各種商品的口袋名單之一。",
      "ogTitle": null,
      "ogDescription": null,
      "ogImage": null,
      "ogType": "article",
      "canonical": null,
      "lang": "zh-tw",
      "schemas": [],
      "robotsMeta": null,
      "author": null,
      "generator": null,
      "markdownAlternateHref": null
    }
  },
  "markdown": "[![](https://knn.com.tw/Content/Template1/images/logo_bk.png)關於我們](https://knn.com.tw/Event/AboutUS) [![](https://knn.com.tw/Content/Template1/images/help_bk.png)常見問題](https://knn.com.tw/%E5%85%89%E5%8D%97%E7%94%9F%E6%B4%BB/%E5%B8%B8%E8%A6%8B%E5%95%8F%E9%A1%8C) [![](https://knn.com.tw/Content/Template1/images/cart_full_bk.png)光南線上購](https://knnec.knn.com.tw/) [![](https://knn.com.tw/Content/Template1/images/group_add_bk.png)加入我們](https://knn.com.tw/Event/JoinUS/)\n\nCopyright © 2023 knn.com.tw, All Rights Reserved.版權所有 笑笑笑國際股份有限公司\n",
  "fullPageMarkdown": "光南大批發連鎖店 - 官方網站\n\n![loading..](https://knn.com.tw/Content/Template1/images/loading.gif)\n\n[![光南大批發YouTube頻道](https://knn.com.tw/Content/Template1/images/youtube.png)](https://www.youtube.com/channel/UCYFQ30tk0ITR-VHodp5r3yQ \"光南大批發YouTube頻道\") [![光南大批發FaceBook粉絲專頁](https://knn.com.tw/Content/Template1/images/fb.png)](https://www.facebook.com/KUANGNANAV \"光南大批發粉絲專頁\")\n\n[![](https://knn.com.tw/Content/Template1/images/logo.png)](https://knn.com.tw/ \"首頁\")\n\n[](https://knn.com.tw/%E5%85%89%E5%8D%97%E7%94%9F%E6%B4%BB/%E9%96%80%E5%B8%82%E6%B4%BB%E5%8B%95 \"門市活動\")[](https://knn.com.tw/%E5%95%86%E5%93%81%E6%8E%92%E8%A1%8C%E6%A6%9C/%E8%8F%AF%E8%AA%9E%E9%9F%B3%E6%A8%82%E9%8A%B7%E5%94%AE%E6%8E%92%E8%A1%8C%E6%A6%9C \"排行榜\")[](https://knn.com.tw/%E9%A0%90%E8%B3%BC/%E8%8F%AF%E8%AA%9E%E9%9F%B3%E6%A8%82%E9%A0%90%E8%B3%BC \"預購\")[](https://knn.com.tw/%E9%96%80%E5%B8%82%E8%B3%87%E8%A8%8A \"門市查詢\")[](https://knn.com.tw/%E7%B7%9A%E4%B8%8ADM \"線上DM\")\n\n-   ![](https://knn.com.tw/Content/banner/7f250c36-b04f-48be-9dd4-8107eba14edb.jpg)\n-   ![](https://knn.com.tw/Content/banner/dbc502cf-13f5-4bd5-97ee-c97cfece9fd1.jpg)\n-   ![](https://knn.com.tw/Content/banner/0b7398aa-8f7d-4c64-940e-59c3dc949895.jpg)\n\n-   1\n-   2\n-   3\n\n[![](https://knn.com.tw/Content/Img/Upload/Article/a36989e2-d341-4c89-88b4-6e0696b01fed_m.jpg)](https://knn.com.tw/%E5%85%89%E5%8D%97%E7%94%9F%E6%B4%BB/%E8%B3%87%E8%A8%8A/%E5%85%89%E5%8D%97%E5%A5%BD%E7%AB%99%F0%9F%85%B0%EF%B8%8F%F0%9F%85%BF%EF%B8%8F%F0%9F%85%BF%EF%B8%8F%E4%B8%8A%E7%B7%9A%E5%95%A6%EF%BD%9E)\n\n[![](https://knn.com.tw/Content/Img/Upload/Article/a0883426-bcb1-4297-9c16-9919bd467355_m.jpg)](https://knn.com.tw/%E5%85%89%E5%8D%97%E7%94%9F%E6%B4%BB/%E8%B3%87%E8%A8%8A/%E7%B7%9A%E4%B8%8A%E8%B3%BC%E5%B0%88%E5%8D%80%F0%9F%9B%92%E9%98%B2%E9%A2%B1%E9%98%B2%E7%81%BD%E7%94%A8%E5%93%81%E6%82%A8%E6%BA%96%E5%82%99%E5%A5%BD%E4%BA%86%E5%97%8E%EF%BC%9F)\n\n[![](https://knn.com.tw/Content/Img/Upload/Article/b9ce50d9-d992-4f2f-810b-bff65685eff9_m.jpg)](https://knn.com.tw/%E5%85%89%E5%8D%97%E7%94%9F%E6%B4%BB/%E8%B3%87%E8%A8%8A/%E5%B0%8F%E6%96%B0%E6%9C%80%E5%96%9C%E6%AD%A1%E7%9A%84%E5%B7%A7%E5%85%8B%E6%AF%94%F0%9F%92%95%E9%96%80%E5%B8%82%E7%86%B1%E5%94%AE%E4%B8%AD%F0%9F%8E%8A)\n\n[![](https://knn.com.tw/Content/Img/Upload/ADList/c5052668-7ca1-44d5-a486-e9b4c9a9f4bf.jpg)](https://knnec.knn.com.tw/)\n\n[![](https://knn.com.tw/Content/Img/Upload/Article/bc8464c1-afea-4ec0-a888-89a95500919f_m.jpg)](https://knn.com.tw/%E5%85%89%E5%8D%97%E7%94%9F%E6%B4%BB/%E8%B3%87%E8%A8%8A/%E3%80%90%E9%96%80%E5%B8%82%E6%83%85%E5%A0%B1%E3%80%91%E8%8A%B1%E8%93%AE%E9%96%80%E5%B8%82%20%E7%BF%BB%E6%96%B0%E9%96%8B%E5%BC%B5%F0%9F%93%A37/30%E8%A9%A6%E7%87%9F%E6%A5%AD%E2%9D%A3%EF%B8%8F)\n\n[![](https://knn.com.tw/Content/Img/Upload/Article/806b7e59-fede-405a-845e-e9eb01801e85_m.jpg)](https://knn.com.tw/%E5%85%89%E5%8D%97%E7%94%9F%E6%B4%BB/%E8%B3%87%E8%A8%8A/%E3%80%90%E5%A5%BD%E5%BA%B7%E6%8E%A8%E8%96%A6%E3%80%91%E5%8D%A1%E8%A5%BF%E6%AD%90%E8%A8%88%E7%AE%97%E6%A9%9Fx%E5%92%8C%E9%A2%A8%E8%97%9D%E8%A1%93%E5%90%8D%E7%95%AB%20%E8%81%AF%E5%90%8D%E9%99%90%E5%AE%9A%E7%89%88)\n\n[![](https://knn.com.tw/Content/Img/Upload/Article/6cde38a1-cebc-4a6a-b0e1-7cbb2f5b4ccb_m.jpg)](https://knn.com.tw/%E5%85%89%E5%8D%97%E7%94%9F%E6%B4%BB/%E8%B3%87%E8%A8%8A/%E3%80%90%E9%87%8D%E8%A6%81%E5%85%AC%E5%91%8A%E8%88%87%E6%BE%84%E6%B8%85%E3%80%91%E9%98%B2%E8%A9%90%E9%A8%99%E5%AE%A3%E5%B0%8E)\n\n[![](https://knn.com.tw/Content/Img/Upload/Article/968b2423-e32e-4ff6-9342-3be15aeb7665_m.jpg)](https://knn.com.tw/%E5%85%89%E5%8D%97%E7%94%9F%E6%B4%BB/%E8%B3%87%E8%A8%8A/%E5%AE%89%E5%BF%83%E5%B8%B6%E8%91%97%E8%B5%B0%EF%BD%9E%E5%84%AA%E7%94%9F%E9%85%92%E7%B2%BE%E6%BF%95%E5%B7%BE%E9%9A%A8%E8%A1%8C%E5%8C%85)\n\n[![](https://knn.com.tw/Content/Img/Upload/Article/7bfda47e-605c-423f-ac4f-3b2d8fbb2de6_m.jpg)](https://knn.com.tw/%E5%85%89%E5%8D%97%E7%94%9F%E6%B4%BB/%E8%B3%87%E8%A8%8A/%E5%85%89%E5%8D%97%E5%A4%A7%E6%89%B9%E7%99%BC%E3%80%8E%E5%BE%B5%E6%89%8D%E3%80%8F)\n\n-   門市活動\n-   訊息公告\n-   特別企劃\n-   好康推薦\n\n-   [\n\n    2026/07/29\n\n    【門市情報】花蓮門市 翻新開張📣7/30試營業❣️\n\n    ](https://knn.com.tw/%E5%85%89%E5%8D%97%E7%94%9F%E6%B4%BB/%E8%B3%87%E8%A8%8A/%E3%80%90%E9%96%80%E5%B8%82%E6%83%85%E5%A0%B1%E3%80%91%E8%8A%B1%E8%93%AE%E9%96%80%E5%B8%82%20%E7%BF%BB%E6%96%B0%E9%96%8B%E5%BC%B5%F0%9F%93%A37/30%E8%A9%A6%E7%87%9F%E6%A5%AD%E2%9D%A3%EF%B8%8F)\n\n-   [\n\n    2024/02/01\n\n    光南好站🅰️🅿️🅿️上線啦~\n\n    ](https://knn.com.tw/%E5%85%89%E5%8D%97%E7%94%9F%E6%B4%BB/%E8%B3%87%E8%A8%8A/%E5%85%89%E5%8D%97%E5%A5%BD%E7%AB%99%F0%9F%85%B0%EF%B8%8F%F0%9F%85%BF%EF%B8%8F%F0%9F%85%BF%EF%B8%8F%E4%B8%8A%E7%B7%9A%E5%95%A6%EF%BD%9E)\n\n    [\n\n    2023/12/15\n\n    【重要公告與澄清】防詐騙宣導\n\n    ](https://knn.com.tw/%E5%85%89%E5%8D%97%E7%94%9F%E6%B4%BB/%E8%B3%87%E8%A8%8A/%E3%80%90%E9%87%8D%E8%A6%81%E5%85%AC%E5%91%8A%E8%88%87%E6%BE%84%E6%B8%85%E3%80%91%E9%98%B2%E8%A9%90%E9%A8%99%E5%AE%A3%E5%B0%8E)\n\n    [\n\n    2023/08/04\n\n    光南大批發『徵才』\n\n    ](https://knn.com.tw/%E5%85%89%E5%8D%97%E7%94%9F%E6%B4%BB/%E8%B3%87%E8%A8%8A/%E5%85%89%E5%8D%97%E5%A4%A7%E6%89%B9%E7%99%BC%E3%80%8E%E5%BE%B5%E6%89%8D%E3%80%8F)\n\n-   [\n\n    2026/07/03\n\n    【好康推薦】卡西歐計算機x和風藝術名畫 聯名限定版\n\n    ](https://knn.com.tw/%E5%85%89%E5%8D%97%E7%94%9F%E6%B4%BB/%E8%B3%87%E8%A8%8A/%E3%80%90%E5%A5%BD%E5%BA%B7%E6%8E%A8%E8%96%A6%E3%80%91%E5%8D%A1%E8%A5%BF%E6%AD%90%E8%A8%88%E7%AE%97%E6%A9%9Fx%E5%92%8C%E9%A2%A8%E8%97%9D%E8%A1%93%E5%90%8D%E7%95%AB%20%E8%81%AF%E5%90%8D%E9%99%90%E5%AE%9A%E7%89%88)\n\n    [\n\n    2024/11/15\n\n    線上購專區🛒防颱防災用品您準備好了嗎?\n\n    ](https://knn.com.tw/%E5%85%89%E5%8D%97%E7%94%9F%E6%B4%BB/%E8%B3%87%E8%A8%8A/%E7%B7%9A%E4%B8%8A%E8%B3%BC%E5%B0%88%E5%8D%80%F0%9F%9B%92%E9%98%B2%E9%A2%B1%E9%98%B2%E7%81%BD%E7%94%A8%E5%93%81%E6%82%A8%E6%BA%96%E5%82%99%E5%A5%BD%E4%BA%86%E5%97%8E%EF%BC%9F)\n\n-   [\n\n    2024/09/30\n\n    2025年度手冊📖三角桌曆🗓️開賣啦\n\n    ](https://knn.com.tw/%E5%85%89%E5%8D%97%E7%94%9F%E6%B4%BB/%E8%B3%87%E8%A8%8A/2025%E5%B9%B4%E5%BA%A6%E6%89%8B%E5%86%8A%F0%9F%93%96%E4%B8%89%E8%A7%92%E6%A1%8C%E6%9B%86%F0%9F%97%93%EF%B8%8F%E9%96%8B%E8%B3%A3%E5%95%A6)\n\n    [\n\n    2024/07/02\n\n    舒妃優油美露 🔥門市可愛熱賣中~🔥\n\n    ](https://knn.com.tw/%E5%85%89%E5%8D%97%E7%94%9F%E6%B4%BB/%E8%B3%87%E8%A8%8A/%E8%88%92%E5%A6%83%E5%84%AA%E6%B2%B9%E7%BE%8E%E9%9C%B2%20%F0%9F%94%A5%E9%96%80%E5%B8%82%E5%8F%AF%E6%84%9B%E7%86%B1%E8%B3%A3%E4%B8%AD%EF%BD%9E%F0%9F%94%A5)\n\n    [\n\n    2024/04/01\n\n    安心帶著走~優生酒精濕巾隨行包\n\n    ](https://knn.com.tw/%E5%85%89%E5%8D%97%E7%94%9F%E6%B4%BB/%E8%B3%87%E8%A8%8A/%E5%AE%89%E5%BF%83%E5%B8%B6%E8%91%97%E8%B5%B0%EF%BD%9E%E5%84%AA%E7%94%9F%E9%85%92%E7%B2%BE%E6%BF%95%E5%B7%BE%E9%9A%A8%E8%A1%8C%E5%8C%85)\n\n    [\n\n    2022/11/24\n\n    好物推薦❤️限塑政策 你跟上了嗎?\n\n    ](https://knn.com.tw/%E5%85%89%E5%8D%97%E7%94%9F%E6%B4%BB/%E8%B3%87%E8%A8%8A/%E5%A5%BD%E7%89%A9%E6%8E%A8%E8%96%A6%E2%9D%A4%EF%B8%8F%E9%99%90%E5%A1%91%E6%94%BF%E7%AD%96%20%E4%BD%A0%E8%B7%9F%E4%B8%8A%E4%BA%86%E5%97%8E%EF%BC%9F)\n\n[![](https://knn.com.tw/Content/Template1/images/logo_bk.png)關於我們](https://knn.com.tw/Event/AboutUS) [![](https://knn.com.tw/Content/Template1/images/help_bk.png)常見問題](https://knn.com.tw/%E5%85%89%E5%8D%97%E7%94%9F%E6%B4%BB/%E5%B8%B8%E8%A6%8B%E5%95%8F%E9%A1%8C) [![](https://knn.com.tw/Content/Template1/images/cart_full_bk.png)光南線上購](https://knnec.knn.com.tw/) [![](https://knn.com.tw/Content/Template1/images/group_add_bk.png)加入我們](https://knn.com.tw/Event/JoinUS/)\n\nCopyright © 2023 knn.com.tw, All Rights Reserved.版權所有 笑笑笑國際股份有限公司\n",
  "markdownStats": {
    "images": 4,
    "links": 4,
    "tables": 0,
    "codeBlocks": 0,
    "headings": 0
  },
  "tokens": {
    "htmlTokens": 7123,
    "markdownTokens": 242,
    "reduction": 6881,
    "reductionPercent": 97
  },
  "score": {
    "score": 48,
    "grade": "D",
    "rubricVersion": 3,
    "dimensions": {
      "accessibility": {
        "score": 75,
        "weight": 30,
        "grade": "B",
        "checks": {
          "content_without_js": {
            "score": 100,
            "weight": 55,
            "evidence": "proven",
            "details": "Content available without JavaScript"
          },
          "fast_content_position": {
            "score": 0,
            "weight": 25,
            "evidence": "plausible",
            "details": "Main content starts at 100% of HTML"
          },
          "reasonable_page_size": {
            "score": 100,
            "weight": 20,
            "evidence": "plausible",
            "details": "Page size: 18KB"
          }
        }
      },
      "aiDiscoverability": {
        "score": 45,
        "weight": 25,
        "grade": "D",
        "checks": {
          "robots_allows_ai_bots": {
            "score": 100,
            "weight": 35,
            "evidence": "proven",
            "details": "All major AI search bots allowed"
          },
          "supports_markdown_negotiation": {
            "score": 0,
            "weight": 20,
            "evidence": "plausible",
            "details": "No Markdown for Agents support detected"
          },
          "has_sitemap": {
            "score": 0,
            "weight": 15,
            "evidence": "plausible",
            "details": "No sitemap found"
          },
          "has_robots_txt": {
            "score": 100,
            "weight": 10,
            "evidence": "plausible",
            "details": "robots.txt exists"
          },
          "has_llms_txt": {
            "score": 0,
            "weight": 10,
            "evidence": "speculative",
            "details": "No llms.txt found"
          },
          "has_content_signals": {
            "score": 0,
            "weight": 10,
            "evidence": "speculative",
            "details": "No Content-Signal found (robots.txt or HTTP headers)",
            "mechanisms": {
              "robotsTxt": false,
              "httpHeader": false,
              "policy": false
            }
          }
        }
      },
      "structuredData": {
        "score": 30,
        "weight": 20,
        "grade": "F",
        "checks": {
          "has_schema_org": {
            "score": 0,
            "weight": 35,
            "evidence": "proven",
            "details": "No JSON-LD / Schema.org found"
          },
          "has_open_graph": {
            "score": 0,
            "weight": 20,
            "evidence": "plausible",
            "details": "0/3 OG tags present"
          },
          "has_meta_description": {
            "score": 100,
            "weight": 20,
            "evidence": "plausible",
            "details": "Meta description: 178 chars"
          },
          "has_canonical_url": {
            "score": 0,
            "weight": 15,
            "evidence": "plausible",
            "details": "No canonical URL"
          },
          "has_lang_attribute": {
            "score": 100,
            "weight": 10,
            "evidence": "plausible",
            "details": "lang=\"zh-tw\""
          }
        }
      },
      "semanticHtml": {
        "score": 12,
        "weight": 15,
        "grade": "F",
        "checks": {
          "proper_heading_hierarchy": {
            "score": 0,
            "weight": 30,
            "evidence": "plausible",
            "details": "No headings found"
          },
          "uses_article_or_main": {
            "score": 0,
            "weight": 25,
            "evidence": "plausible",
            "details": "Missing <article> and <main> elements"
          },
          "semantic_elements": {
            "score": 0,
            "weight": 20,
            "evidence": "plausible",
            "details": "0 semantic elements, 71 divs (ratio: 0%)"
          },
          "meaningful_alt_texts": {
            "score": 15,
            "weight": 15,
            "evidence": "plausible",
            "details": "3/20 images with meaningful alt text"
          },
          "low_div_nesting": {
            "score": 100,
            "weight": 10,
            "evidence": "speculative",
            "details": "Avg div depth: 4.9, max: 7"
          }
        }
      },
      "contentEfficiency": {
        "score": 65,
        "weight": 10,
        "grade": "C",
        "checks": {
          "token_reduction_ratio": {
            "score": 100,
            "weight": 40,
            "evidence": "speculative",
            "details": "97% token reduction (HTML→Markdown)"
          },
          "content_to_noise_ratio": {
            "score": 0,
            "weight": 30,
            "evidence": "speculative",
            "details": "Content ratio: 1.1% (198 content chars / 18800 HTML bytes)"
          },
          "reasonable_page_weight": {
            "score": 100,
            "weight": 20,
            "evidence": "speculative",
            "details": "HTML size: 18KB"
          },
          "minimal_inline_styles": {
            "score": 50,
            "weight": 10,
            "evidence": "speculative",
            "details": "4/186 elements with inline styles (2.2%)"
          }
        }
      }
    }
  },
  "recommendations": [
    {
      "id": "move_content_earlier",
      "priority": "critical",
      "category": "accessibility",
      "titleKey": "rec.move_content_earlier.title",
      "descriptionKey": "rec.move_content_earlier.description",
      "howToKey": "rec.move_content_earlier.howto",
      "howToStepKeys": null,
      "effort": "moderate",
      "estimatedImpact": 7.5,
      "maxImpact": 7.5,
      "evidence": "plausible",
      "checkScore": 0,
      "checkDetails": "Main content starts at 100% of HTML"
    },
    {
      "id": "add_schema_org",
      "priority": "critical",
      "category": "structuredData",
      "titleKey": "rec.add_schema_org.title",
      "descriptionKey": "rec.add_schema_org.description",
      "howToKey": "rec.add_schema_org.howto",
      "howToStepKeys": null,
      "effort": "moderate",
      "estimatedImpact": 7,
      "maxImpact": 7,
      "evidence": "proven",
      "checkScore": 0,
      "checkDetails": "No JSON-LD / Schema.org found"
    },
    {
      "id": "add_markdown_negotiation",
      "priority": "critical",
      "category": "aiDiscoverability",
      "titleKey": "rec.add_markdown_negotiation.title",
      "descriptionKey": "rec.add_markdown_negotiation.description",
      "howToKey": "rec.add_markdown_negotiation.howto",
      "howToStepKeys": null,
      "effort": "significant",
      "estimatedImpact": 5,
      "maxImpact": 5,
      "evidence": "plausible",
      "checkScore": 0,
      "checkDetails": "No Markdown for Agents support detected"
    },
    {
      "id": "fix_heading_hierarchy",
      "priority": "high",
      "category": "semanticHtml",
      "titleKey": "rec.fix_heading_hierarchy.title",
      "descriptionKey": "rec.fix_heading_hierarchy.description",
      "howToKey": "rec.fix_heading_hierarchy.howto",
      "howToStepKeys": null,
      "effort": "quick-win",
      "estimatedImpact": 4.5,
      "maxImpact": 4.5,
      "evidence": "plausible",
      "checkScore": 0,
      "checkDetails": "No headings found"
    },
    {
      "id": "add_open_graph",
      "priority": "high",
      "category": "structuredData",
      "titleKey": "rec.add_open_graph.title",
      "descriptionKey": "rec.add_open_graph.description",
      "howToKey": "rec.add_open_graph.howto",
      "howToStepKeys": null,
      "effort": "quick-win",
      "estimatedImpact": 4,
      "maxImpact": 4,
      "evidence": "plausible",
      "checkScore": 0,
      "checkDetails": "0/3 OG tags present"
    },
    {
      "id": "add_article_main",
      "priority": "high",
      "category": "semanticHtml",
      "titleKey": "rec.add_article_main.title",
      "descriptionKey": "rec.add_article_main.description",
      "howToKey": "rec.add_article_main.howto",
      "howToStepKeys": null,
      "effort": "quick-win",
      "estimatedImpact": 3.8,
      "maxImpact": 3.8,
      "evidence": "plausible",
      "checkScore": 0,
      "checkDetails": "Missing <article> and <main> elements"
    },
    {
      "id": "add_sitemap",
      "priority": "high",
      "category": "aiDiscoverability",
      "titleKey": "rec.add_sitemap.title",
      "descriptionKey": "rec.add_sitemap.description",
      "howToKey": "rec.add_sitemap.howto",
      "howToStepKeys": null,
      "effort": "quick-win",
      "estimatedImpact": 3.8,
      "maxImpact": 3.8,
      "evidence": "plausible",
      "checkScore": 0,
      "checkDetails": "No sitemap found"
    },
    {
      "id": "add_canonical_url",
      "priority": "high",
      "category": "structuredData",
      "titleKey": "rec.add_canonical_url.title",
      "descriptionKey": "rec.add_canonical_url.description",
      "howToKey": "rec.add_canonical_url.howto",
      "howToStepKeys": null,
      "effort": "quick-win",
      "estimatedImpact": 3,
      "maxImpact": 3,
      "evidence": "plausible",
      "checkScore": 0,
      "checkDetails": "No canonical URL"
    },
    {
      "id": "add_semantic_elements",
      "priority": "high",
      "category": "semanticHtml",
      "titleKey": "rec.add_semantic_elements.title",
      "descriptionKey": "rec.add_semantic_elements.description",
      "howToKey": "rec.add_semantic_elements.howto",
      "howToStepKeys": null,
      "effort": "moderate",
      "estimatedImpact": 3,
      "maxImpact": 3,
      "evidence": "plausible",
      "checkScore": 0,
      "checkDetails": "0 semantic elements, 71 divs (ratio: 0%)"
    },
    {
      "id": "improve_content_ratio",
      "priority": "high",
      "category": "contentEfficiency",
      "titleKey": "rec.improve_content_ratio.title",
      "descriptionKey": "rec.improve_content_ratio.description",
      "howToKey": "rec.improve_content_ratio.howto",
      "howToStepKeys": null,
      "effort": "moderate",
      "estimatedImpact": 3,
      "maxImpact": 3,
      "evidence": "speculative",
      "checkScore": 0,
      "checkDetails": "Content ratio: 1.1% (198 content chars / 18800 HTML bytes)"
    }
  ],
  "llmsTxtPreview": "# knn.com.tw\n\n> 目前販售的商品共分五大產品類別,分別是視聽圖書、鐘錶數位、電腦周邊、文具禮品與百貨飾品,光是商品數就超過10萬項,每個類別的商品數量平均各佔15~25%,目前全台共有24家直營門市,逾700名員工。  由於光南大批發已經有30年的通路經驗,因此各類的商品組合相當豐富又具競爭力,實惠的價格策略,更是讓光南大批發成為學生及年輕族群購買各種商品的口袋名單之一。\n\n## Main\n- [光南大批發連鎖店 - 官方網站](https://knn.com.tw/): 目前販售的商品共分五大產品類別,分別是視聽圖書、鐘錶數位、電腦周邊、文具禮品與百貨飾品,光是商品數就超過10萬項,每個類別的商品數量平均各佔15~25%,目前全台共有24家直營門市,逾700名員工。  由於光南大批發已經有30年的通路經驗…\n\n",
  "llmsTxtExisting": null,
  "emergingProtocols": {
    "oauthProtectedResource": {
      "exists": false,
      "url": "https://knn.com.tw/.well-known/oauth-protected-resource"
    },
    "oauthDiscovery": {
      "exists": false,
      "url": "https://knn.com.tw/.well-known/oauth-authorization-server"
    },
    "mcpServerCard": {
      "exists": false,
      "url": "https://knn.com.tw/.well-known/mcp/server-card.json",
      "draft": true
    },
    "a2aAgentCard": {
      "exists": false,
      "url": "https://knn.com.tw/.well-known/agent-card.json"
    },
    "apiCatalog": {
      "exists": false,
      "url": "https://knn.com.tw/.well-known/api-catalog"
    },
    "agentSkills": {
      "exists": false,
      "url": "https://knn.com.tw/.well-known/agent-skills/index.json",
      "draft": true
    },
    "count": 0,
    "total": 6
  },
  "botAccess": {
    "probed": true,
    "bot": "OAI-SearchBot",
    "controlStatus": 200,
    "botStatus": 200,
    "discriminates": false,
    "refusedAsBot": false,
    "edge": "Cloudflare",
    "verifiable": false,
    "detail": "This origin answers OAI-SearchBot exactly as it answers any other client (200). No edge-level filtering of AI crawlers observed."
  },
  "snippets": [
    {
      "id": "fix_heading_hierarchy",
      "title": "Fix heading hierarchy",
      "description": "Your page has no <h1>. Every page needs exactly one <h1> as the main heading. Add it inside your <main> or <article>.",
      "language": "html",
      "code": "<h1>光南大批發連鎖店 - 官方網站</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:title\" content=\"光南大批發連鎖店 - 官方網站\">\n<meta property=\"og:description\" content=\"目前販售的商品共分五大產品類別,分別是視聽圖書、鐘錶數位、電腦周邊、文具禮品與百貨飾品,光是商品數就超過10萬項,每個類別的商品數量平均各佔15~25%,目前全台共有24家直營門市,逾700名員工。  由於光南大批發已經有30年的通路經驗,因此各類的商品組合相當豐富又具競爭力,實惠的價格策略,更是讓光南大批發成為學生及年輕族群購買各種商品的口袋名單之一。\">\n<meta property=\"og:image\" content=\"https://yoursite.com/og-image.jpg\">\n<meta property=\"og:url\" content=\"https://knn.com.tw/\">\n<meta property=\"og:type\" content=\"website\">",
      "filename": "<head>",
      "stacks": [
        {
          "id": "html",
          "label": "HTML <head>",
          "language": "html",
          "filename": "<head>",
          "code": "<meta property=\"og:title\" content=\"光南大批發連鎖店 - 官方網站\">\n<meta property=\"og:description\" content=\"目前販售的商品共分五大產品類別,分別是視聽圖書、鐘錶數位、電腦周邊、文具禮品與百貨飾品,光是商品數就超過10萬項,每個類別的商品數量平均各佔15~25%,目前全台共有24家直營門市,逾700名員工。  由於光南大批發已經有30年的通路經驗,因此各類的商品組合相當豐富又具競爭力,實惠的價格策略,更是讓光南大批發成為學生及年輕族群購買各種商品的口袋名單之一。\">\n<meta property=\"og:image\" content=\"https://yoursite.com/og-image.jpg\">\n<meta property=\"og:url\" content=\"https://knn.com.tw/\">\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: \"光南大批發連鎖店 - 官方網站\",\n  description: \"目前販售的商品共分五大產品類別,分別是視聽圖書、鐘錶數位、電腦周邊、文具禮品與百貨飾品,光是商品數就超過10萬項,每個類別的商品數量平均各佔15~25%,目前全台共有24家直營門市,逾700名員工。  由於光南大批發已經有30年的通路經驗,因此各類的商品組合相當豐富又具競爭力,實惠的價格策略,更是讓光南大批發成為學生及年輕族群購買各種商品的口袋名單之一。\",\n  openGraph: {\n    title: \"光南大批發連鎖店 - 官方網站\",\n    description: \"目前販售的商品共分五大產品類別,分別是視聽圖書、鐘錶數位、電腦周邊、文具禮品與百貨飾品,光是商品數就超過10萬項,每個類別的商品數量平均各佔15~25%,目前全台共有24家直營門市,逾700名員工。  由於光南大批發已經有30年的通路經驗,因此各類的商品組合相當豐富又具競爭力,實惠的價格策略,更是讓光南大批發成為學生及年輕族群購買各種商品的口袋名單之一。\",\n    url: \"https://knn.com.tw/\",\n    images: [\"https://yoursite.com/og-image.jpg\"],\n    type: 'website',\n  },\n};"
        }
      ]
    },
    {
      "id": "add_canonical_url",
      "title": "Add canonical URL",
      "description": "The canonical URL tells AI agents which version of the page is the \"official\" one, avoiding duplicate content issues.",
      "language": "html",
      "code": "<link rel=\"canonical\" href=\"https://knn.com.tw/\">",
      "filename": "<head>"
    },
    {
      "id": "add_schema_org",
      "title": "Add Schema.org JSON-LD",
      "description": "Structured data helps AI agents understand the type, author, and purpose of your content.",
      "language": "html",
      "code": "<script type=\"application/ld+json\">\n{\n  \"@context\": \"https://schema.org\",\n  \"@type\": \"WebPage\",\n  \"name\": \"光南大批發連鎖店 - 官方網站\",\n  \"description\": \"目前販售的商品共分五大產品類別,分別是視聽圖書、鐘錶數位、電腦周邊、文具禮品與百貨飾品,光是商品數就超過10萬項,每個類別的商品數量平均各佔15~25%,目前全台共有24家直營門市,逾700名員工。  由於光南大批發已經有30年的通路經驗,因此各類的商品組合相當豐富又具競爭力,實惠的價格策略,更是讓光南大批發成為學生及年輕族群購買各種商品的口袋名單之一。\",\n  \"url\": \"https://knn.com.tw/\",\n  \"inLanguage\": \"zh-tw\"\n}\n</script>",
      "filename": "<head>"
    },
    {
      "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://knn.com.tw/</loc>\n    <lastmod>2026-09-03</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.

knn.com.tw 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 knn.com.tw
Script Empfohlen
<script src="https://agentready.md/badge.js" data-id="25fba4fd-ed35-4442-b8d8-155e0114e01d" data-domain="knn.com.tw"></script>
Markdown
[![AgentReady.md score for knn.com.tw](https://agentready.md/badge/knn.com.tw.svg)](https://agentready.md/de/r/knn.com.tw)

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.