Certificato AgentReady.md verificato
Emesso il sig: 251eb3fab8b4d91a Verifica →

URL analizzato

https://cashmerewooltr.com/en

Analizza un altro URL

Punteggio AI-Ready

75 / B

Buono

su 100

Risparmio di token

Token HTML 29.460
Token Markdown 598
Risparmio 98%

Dettaglio del punteggio

HTML Semantico 76/100
Efficienza dei contenuti 63/100
Scopribilità IA 55/100
Dati Strutturati 100/100
Accessibilità 100/100

Protocolli emergenti

0 di 3 rilevati

Endpoint well-known cercati dagli agenti IA. Rilevato significa che un agente può scoprire e connettersi automaticamente al tuo servizio.

  • OAuth Discovery RFC 8414
    /.well-known/oauth-authorization-server
  • MCP Server Card Anthropic
    /.well-known/mcp.json
  • A2A Agent Card Google
    /.well-known/agent.json

La tua pagina ha un basso rapporto tra contenuto reale e HTML totale. Gran parte del peso della pagina è markup, script o stili anziché contenuto.

Come implementare

Sposta i CSS in fogli di stile esterni, rimuovi gli stili inline, minimizza JavaScript e assicurati che l'HTML si concentri sulla struttura del contenuto.

Il tuo sito non supporta Markdown for Agents. Questo standard Cloudflare permette agli agenti IA di richiedere contenuti in formato markdown, riducendo l'uso dei token di ~80%.

Come implementare

Implementa uno o più: (1) Rispondere a Accept: text/markdown con contenuto markdown. (2) Servire URL .md (es: /pagina.md). (3) Aggiungere tag <link rel="alternate" type="text/markdown">. (4) Aggiungere header HTTP Link per la scoperta markdown.

{\n res.setHeader('Vary', 'Accept');\n res.setHeader('Link', '; 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', '; 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":"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 :\n# "}] }'>

Nessuna direttiva Content-Signal trovata. Queste indicano agli agenti IA come possono usare i tuoi contenuti (indicizzazione, input IA, dati di addestramento). La posizione consigliata è robots.txt.

Come implementare

Aggiungi Content-Signal al tuo robots.txt: User-agent: *\nContent-Signal: search=yes, ai-input=yes, ai-train=no. Puoi anche aggiungerlo come header HTTP nelle risposte markdown.

{\n res.setHeader('Content-Signal', 'search=yes, ai-input=yes, ai-train=no');\n next();\n});\n\n// Fastify\nfastify.addHook('onSend', (request, reply, payload, done) => {\n reply.header('Content-Signal', 'search=yes, ai-input=yes, ai-train=no');\n done();\n});"}] }'>

La tua pagina si basa molto sugli elementi <div>. Elementi semantici come <section>, <nav>, <header>, <footer> e <aside> forniscono una struttura significativa per gli agenti IA.

Come implementare

Sostituisci i contenitori <div> generici con elementi semantici appropriati. Usa <section> per gruppi tematici, <nav> per la navigazione, <header>/<footer> per intestazioni e piè di pagina.

Alcune immagini non hanno testi alt descrittivi. Buoni testi alt aiutano gli agenti IA a comprendere il contenuto e il contesto delle immagini.

Come implementare

Aggiungi attributi alt descrittivi a tutte le immagini. Descrivi cosa mostra l'immagine, non solo 'immagine' o 'foto'. Per le immagini decorative, usa alt="" (vuoto).

Molti elementi hanno attributi di stile inline. Questi aggiungono rumore per gli agenti IA che estraggono contenuti.

Come implementare

Sposta tutti gli stili inline in classi CSS nel tuo foglio di stile. Usa framework CSS utility come Tailwind se hai bisogno di molti stili unici.

Token Markdown: 598
01 / 03CashmereWool TR

## Premium Cashmere Raw Materials

We source our raw materials from the world's leading fiber origins — Türkiye, Iran, Kazakhstan, Afghanistan, Mongolia, and China — and prepare them at our processing facility in China to your atelier's exact standards.

![Premium Cashmere Raw Materials](https://cashmerewooltr.com/_next/image?url=%2Fimages%2Fhome%2Fhero%2Fcashmere-hero.png&w=3840&q=75)

02 / 03Wool

## Premium Wool Raw Materials

We source our raw materials from the world's leading fiber origins — Türkiye, Iran, Kazakhstan, Afghanistan, Mongolia, and China — and prepare them at our processing facility in China to your atelier's exact standards.

![Premium Wool Raw Materials](https://cashmerewooltr.com/_next/image?url=%2Fimages%2Fhome%2Fhero%2Fwool-hero-2.png&w=3840&q=75)

03 / 03Alpaca

## Premium Alpaca Raw Materials

Hypoallergenic by nature and naturally insulating — an essential of luxury collections.

![Premium Alpaca Raw Materials](https://cashmerewooltr.com/_next/image?url=%2Fimages%2Fhome%2Fhero%2Flama-alpaca-hero.png&w=3840&q=75)

![](https://cashmerewooltr.com/_next/image?url=https%3A%2F%2Fimages.pexels.com%2Fphotos%2F14635238%2Fpexels-photo-14635238.jpeg&w=3840&q=75)

![](https://cashmerewooltr.com/_next/image?url=%2Fimages%2Fhome%2Fquality%2Fgoat-2.webp&w=3840&q=75)

![](https://cashmerewooltr.com/_next/image?url=%2Fimages%2Fhome%2Fquality%2Fgoat-1.webp&w=3840&q=75)

Our Production Philosophy

## We Draw Elegance and Quality From the Heart of Nature

Behind every tuft of wool stand flocks raised by traditional methods and craftsmanship passed down through generations. We make no compromises when sourcing — every batch is inspected one by one.

### 100% Natural Fiber

Fibers prepared entirely by natural methods — never treated with chemicals.

### Traceable Production

A transparent supply chain where every batch can be traced back to its source.

### Global Logistics

Regular shipments to 40+ countries and packaging options tailored to your atelier.

Raw Material Catalogue

## Cashmere, Wool, and Alpaca Fibers

## Get in Touch for Wholesale Orders

Our team is here for custom batches, pricing, and shipping options tailored to your atelier's needs.
CashmereWool TR — Nature's Most Precious Fiber

[![](https://cashmerewooltr.com/_next/image?url=%2Flogo.png&w=64&q=75)CashmereWoolTR](https://cashmerewooltr.com/en)

EN

[Request a Sample](https://cashmerewooltr.com/iletisim)

EN

01 / 03CashmereWool TR

# Premium Cashmere Raw Materials

We source our raw materials from the world's leading fiber origins — Türkiye, Iran, Kazakhstan, Afghanistan, Mongolia, and China — and prepare them at our processing facility in China to your atelier's exact standards.

[Explore the Collection](https://cashmerewooltr.com/urunler)

![Premium Cashmere Raw Materials](https://cashmerewooltr.com/_next/image?url=%2Fimages%2Fhome%2Fhero%2Fcashmere-hero.png&w=3840&q=75)

02 / 03Wool

# Premium Wool Raw Materials

We source our raw materials from the world's leading fiber origins — Türkiye, Iran, Kazakhstan, Afghanistan, Mongolia, and China — and prepare them at our processing facility in China to your atelier's exact standards.

[Wool Collection](https://cashmerewooltr.com/urunler/wool)

![Premium Wool Raw Materials](https://cashmerewooltr.com/_next/image?url=%2Fimages%2Fhome%2Fhero%2Fwool-hero-2.png&w=3840&q=75)

03 / 03Alpaca

# Premium Alpaca Raw Materials

Hypoallergenic by nature and naturally insulating — an essential of luxury collections.

[Alpaca Collection](https://cashmerewooltr.com/urunler/alpaca)

![Premium Alpaca Raw Materials](https://cashmerewooltr.com/_next/image?url=%2Fimages%2Fhome%2Fhero%2Flama-alpaca-hero.png&w=3840&q=75)

![](https://cashmerewooltr.com/_next/image?url=https%3A%2F%2Fimages.pexels.com%2Fphotos%2F14635238%2Fpexels-photo-14635238.jpeg&w=3840&q=75)

![](https://cashmerewooltr.com/_next/image?url=%2Fimages%2Fhome%2Fquality%2Fgoat-2.webp&w=3840&q=75)

![](https://cashmerewooltr.com/_next/image?url=%2Fimages%2Fhome%2Fquality%2Fgoat-1.webp&w=3840&q=75)

Our Production Philosophy

## We Draw Elegance and Quality From the Heart of Nature

Behind every tuft of wool stand flocks raised by traditional methods and craftsmanship passed down through generations. We make no compromises when sourcing — every batch is inspected one by one.

[Read Our Story](https://cashmerewooltr.com/hakkimizda)

### 100% Natural Fiber

Fibers prepared entirely by natural methods — never treated with chemicals.

### Traceable Production

A transparent supply chain where every batch can be traced back to its source.

### Global Logistics

Regular shipments to 40+ countries and packaging options tailored to your atelier.

Raw Material Catalogue

## Cashmere, Wool, and Alpaca Fibers

[

![Cashmere](https://cashmerewooltr.com/_next/image?url=%2Fapi%2Fmedia%2Ffile%2Fh-no-cashmere-4.jpg&w=3840&q=75)

7 Products

### Cashmere

](https://cashmerewooltr.com/urunler/cashmere)[

![Wool](https://cashmerewooltr.com/_next/image?url=%2Fapi%2Fmedia%2Ffile%2Fa-no-wool.jpg&w=3840&q=75)

2 Products

### Wool

](https://cashmerewooltr.com/urunler/wool)[

![Alpaca](https://cashmerewooltr.com/_next/image?url=%2Fapi%2Fmedia%2Ffile%2Flama-wool.jpg&w=3840&q=75)

1 Product

### Alpaca

](https://cashmerewooltr.com/urunler/alpaca)

## Get in Touch for Wholesale Orders

Our team is here for custom batches, pricing, and shipping options tailored to your atelier's needs.

[Get a Quote](https://cashmerewooltr.com/iletisim)

Carica questo file come /en.md sul tuo server affinché gli agenti IA possano accedere a una versione pulita della tua pagina. Puoi anche configurare la negoziazione dei contenuti Accept: text/markdown per servirlo automaticamente.

La nostra raccomandazione

Scarica llms.txt
# CashmereWool TR

> Premium wool, cashmere, and alpaca raw materials — sourced from the world's leading fiber origins and prepared for industrial ateliers. 40+ years of experience, traceable supply chain, global shipping.

## Main
- [CashmereWool TR — Nature's Most Precious Fiber](https://cashmerewooltr.com/en): Premium-quality wool and cashmere raw materials, delivered straight from the source.
- [About](https://cashmerewooltr.com/en/hakkimizda)
- [Products](https://cashmerewooltr.com/en/urunler)
- [Contact](https://cashmerewooltr.com/en/iletisim)
- [Request a Sample](https://cashmerewooltr.com/iletisim)
- [Cashmere](https://cashmerewooltr.com/en/urunler/cashmere)
- [Wool](https://cashmerewooltr.com/en/urunler/wool)
- [Alpaca](https://cashmerewooltr.com/en/urunler/lama)

Il llms.txt completo richiede un'analisi dell'intero dominio (prossimamente)

Carica questo file come https://cashmerewooltr.com/llms.txt nella radice del tuo dominio. Agenti IA come ChatGPT, Claude e Perplexity controllano questo file per comprendere la struttura del tuo sito.

Questo sito ha già un file llms.txt.

Formato valido
# CashmereWool TR

> Premium wool, cashmere, and alpaca raw-material supplier with 40+ years of experience. We source natural animal fibers from Türkiye, Iran, Kazakhstan, Afghanistan, Mongolia, and China, process them at our facility in China, and ship certified, traceable batches to ateliers in 40+ countries.

CashmereWool TR (legal name: Karcı Deri Kıl ve Mamülleri Tekstil İth. İhr. San. ve Tic. Ltd. Şti.) is a Türkiye-based B2B supplier of specialty animal fiber raw materials for industrial textile ateliers. Every batch is hand-checked before shipment, chemical-free through gathering/washing/preparation, and ships with a certificate and traceability report.

Contact: [email protected] · +90 553 771 09 77
Location: Karma O.S.B. Mah. 4. Cadde No:32, Merkez/Uşak, Türkiye
Languages: Turkish, English, Russian

## Core pages

- [Home](https://cashmerewooltr.com/): Company overview, hero products, wholesale CTA.
- [About](https://cashmerewooltr.com/hakkimizda): 40-year heritage, working philosophy, values (uncompromising quality, respect for nature, transparency), certifications.
- [Products](https://cashmerewooltr.com/urunler): Full catalogue — cashmere, wool, and alpaca fibers with per-batch specs.
- [Contact](https://cashmerewooltr.com/iletisim): Sales team, sample requests, quote enquiries. Same-business-day response.

## Product categories

- [Cashmere](https://cashmerewooltr.com/urunler/cashmere): Premium cashmere raw materials, multiple quality groups, certified traceability.
- [Wool](https://cashmerewooltr.com/urunler/wool): Fine-micron specialty wool fibers for ateliers — classic and next-to-skin grades.
- [Alpaca](https://cashmerewooltr.com/urunler/alpaca): Hypoallergenic alpaca fibers with natural colour variety and natural thermal insulation.

## Core offerings

- Certified, traceable batches with per-batch quality reports shipped alongside the material.
- Custom batch sizing and atelier-specific packaging.
- Direct sales — no middlemen; sales, samples, pricing, and production planning all handled by one team.
- Global logistics to 40+ countries.
- Chemical-free processing throughout gathering, washing, and preparation.

## Languages

The site is available in:
- Turkish (default): https://cashmerewooltr.com/
- English: https://cashmerewooltr.com/en
- Russian: https://cashmerewooltr.com/ru

## Sitemap

Machine-readable sitemap: https://cashmerewooltr.com/sitemap.xml

HTML Semantico

Utilizza elemento article o main (100/100)

Has both <article> and <main>

Gerarchia di intestazioni corretta (80/100)

3 <h1> elements (should be 1)

Utilizza elementi HTML semantici (47/100)

13 semantic elements, 79 divs (ratio: 14%)

Testi alt delle immagini significativi (45/100)

5/11 images with meaningful alt text

Bassa profondità di annidamento div (100/100)

Avg div depth: 3.7, max: 8

Efficienza dei contenuti

Buon rapporto di riduzione token (100/100)

98% token reduction (HTML→Markdown)

Buon rapporto contenuto-rumore (0/100)

Content ratio: 1.5% (1403 content chars / 94571 HTML bytes)

Stili inline minimi (50/100)

11/292 elements with inline styles (3.8%)

Peso della pagina ragionevole (100/100)

HTML size: 92KB

Scopribilità IA

Ha file llms.txt (100/100)

llms.txt exists and is valid

Ha file robots.txt (100/100)

robots.txt exists

robots.txt consente bot IA (100/100)

All major AI bots allowed

Ha sitemap.xml (100/100)

Sitemap found

Supporto Markdown for Agents (0/100)
&#10007; Accept: text/markdown &#10007; .md URL &#10007; <link> tag &#10007; Link header
Ha Content-Signal (robots.txt o header HTTP) (0/100)
&#10003; robots.txt &#10003; HTTP header &#10007; Policy

Dati Strutturati

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

JSON-LD found: Organization, WebSite

Ha tag Open Graph (100/100)

All OG tags present

Ha meta descrizione (100/100)

Meta description: 84 chars

Ha URL canonico (100/100)

Canonical URL present

Ha attributo lang (100/100)

lang="en"

Accessibilità

Contenuto disponibile senza JavaScript (100/100)

Content available without JavaScript

Dimensione della pagina ragionevole (100/100)

Page size: 92KB

Il contenuto appare presto nell'HTML (100/100)

Main content starts at 11% of HTML

{
  "url": "https://cashmerewooltr.com/en",
  "timestamp": 1777427277373,
  "fetch": {
    "mode": "simple",
    "timeMs": 278,
    "htmlSizeBytes": 94571,
    "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": "CashmereWool TR — Nature's Most Precious Fiber",
    "excerpt": "Premium-quality wool and cashmere raw materials, delivered straight from the source.",
    "byline": null,
    "siteName": "CashmereWool TR",
    "lang": "en",
    "contentLength": 1403,
    "metadata": {
      "description": "Premium-quality wool and cashmere raw materials, delivered straight from the source.",
      "ogTitle": "CashmereWool TR — Nature's Most Precious Fiber",
      "ogDescription": "Premium-quality wool and cashmere raw materials, delivered straight from the source.",
      "ogImage": "https://cashmerewooltr.com/images/home/hero/cashmere-hero.png",
      "ogType": "website",
      "canonical": "https://cashmerewooltr.com/en",
      "lang": "en",
      "schemas": [
        {
          "@type": "Organization",
          "@id": "https://cashmerewooltr.com/#organization",
          "name": "CashmereWool TR",
          "legalName": "Karcı Deri Kıl ve Mamülleri Tekstil İth. İhr. San. ve Tic. Ltd. Şti.",
          "url": "https://cashmerewooltr.com",
          "logo": "https://cashmerewooltr.com/logo.png",
          "description": "Premium wool, cashmere, and alpaca raw materials — sourced from the world's leading fiber origins and prepared for industrial ateliers. 40+ years of experience, traceable supply chain, global shipping.",
          "address": {
            "@type": "PostalAddress",
            "streetAddress": "Karma O.S.B. Mah. 4. Cadde No:32 (177 Ada, 11 Parsel)",
            "addressLocality": "Uşak",
            "addressRegion": "Uşak",
            "addressCountry": "TR"
          },
          "contactPoint": {
            "@type": "ContactPoint",
            "contactType": "sales",
            "telephone": "+90 553 771 09 77",
            "email": "[email protected]",
            "areaServed": "Worldwide",
            "availableLanguage": [
              "Turkish",
              "English",
              "Russian"
            ]
          },
          "sameAs": [
            "https://www.instagram.com/cashmerewooltr",
            "https://www.tiktok.com/@cashmerewooltr"
          ]
        },
        {
          "@type": "WebSite",
          "@id": "https://cashmerewooltr.com/#website",
          "name": "CashmereWool TR",
          "url": "https://cashmerewooltr.com",
          "inLanguage": "en",
          "publisher": {
            "@id": "https://cashmerewooltr.com/#organization"
          }
        }
      ],
      "robotsMeta": "index, follow",
      "author": null,
      "generator": null,
      "markdownAlternateHref": null
    }
  },
  "markdown": "01 / 03CashmereWool TR\n\n## Premium Cashmere Raw Materials\n\nWe source our raw materials from the world's leading fiber origins — Türkiye, Iran, Kazakhstan, Afghanistan, Mongolia, and China — and prepare them at our processing facility in China to your atelier's exact standards.\n\n![Premium Cashmere Raw Materials](https://cashmerewooltr.com/_next/image?url=%2Fimages%2Fhome%2Fhero%2Fcashmere-hero.png&w=3840&q=75)\n\n02 / 03Wool\n\n## Premium Wool Raw Materials\n\nWe source our raw materials from the world's leading fiber origins — Türkiye, Iran, Kazakhstan, Afghanistan, Mongolia, and China — and prepare them at our processing facility in China to your atelier's exact standards.\n\n![Premium Wool Raw Materials](https://cashmerewooltr.com/_next/image?url=%2Fimages%2Fhome%2Fhero%2Fwool-hero-2.png&w=3840&q=75)\n\n03 / 03Alpaca\n\n## Premium Alpaca Raw Materials\n\nHypoallergenic by nature and naturally insulating — an essential of luxury collections.\n\n![Premium Alpaca Raw Materials](https://cashmerewooltr.com/_next/image?url=%2Fimages%2Fhome%2Fhero%2Flama-alpaca-hero.png&w=3840&q=75)\n\n![](https://cashmerewooltr.com/_next/image?url=https%3A%2F%2Fimages.pexels.com%2Fphotos%2F14635238%2Fpexels-photo-14635238.jpeg&w=3840&q=75)\n\n![](https://cashmerewooltr.com/_next/image?url=%2Fimages%2Fhome%2Fquality%2Fgoat-2.webp&w=3840&q=75)\n\n![](https://cashmerewooltr.com/_next/image?url=%2Fimages%2Fhome%2Fquality%2Fgoat-1.webp&w=3840&q=75)\n\nOur Production Philosophy\n\n## We Draw Elegance and Quality From the Heart of Nature\n\nBehind every tuft of wool stand flocks raised by traditional methods and craftsmanship passed down through generations. We make no compromises when sourcing — every batch is inspected one by one.\n\n### 100% Natural Fiber\n\nFibers prepared entirely by natural methods — never treated with chemicals.\n\n### Traceable Production\n\nA transparent supply chain where every batch can be traced back to its source.\n\n### Global Logistics\n\nRegular shipments to 40+ countries and packaging options tailored to your atelier.\n\nRaw Material Catalogue\n\n## Cashmere, Wool, and Alpaca Fibers\n\n## Get in Touch for Wholesale Orders\n\nOur team is here for custom batches, pricing, and shipping options tailored to your atelier's needs.\n",
  "fullPageMarkdown": "CashmereWool TR — Nature's Most Precious Fiber\n\n[![](https://cashmerewooltr.com/_next/image?url=%2Flogo.png&w=64&q=75)CashmereWoolTR](https://cashmerewooltr.com/en)\n\nEN\n\n[Request a Sample](https://cashmerewooltr.com/iletisim)\n\nEN\n\n01 / 03CashmereWool TR\n\n# Premium Cashmere Raw Materials\n\nWe source our raw materials from the world's leading fiber origins — Türkiye, Iran, Kazakhstan, Afghanistan, Mongolia, and China — and prepare them at our processing facility in China to your atelier's exact standards.\n\n[Explore the Collection](https://cashmerewooltr.com/urunler)\n\n![Premium Cashmere Raw Materials](https://cashmerewooltr.com/_next/image?url=%2Fimages%2Fhome%2Fhero%2Fcashmere-hero.png&w=3840&q=75)\n\n02 / 03Wool\n\n# Premium Wool Raw Materials\n\nWe source our raw materials from the world's leading fiber origins — Türkiye, Iran, Kazakhstan, Afghanistan, Mongolia, and China — and prepare them at our processing facility in China to your atelier's exact standards.\n\n[Wool Collection](https://cashmerewooltr.com/urunler/wool)\n\n![Premium Wool Raw Materials](https://cashmerewooltr.com/_next/image?url=%2Fimages%2Fhome%2Fhero%2Fwool-hero-2.png&w=3840&q=75)\n\n03 / 03Alpaca\n\n# Premium Alpaca Raw Materials\n\nHypoallergenic by nature and naturally insulating — an essential of luxury collections.\n\n[Alpaca Collection](https://cashmerewooltr.com/urunler/alpaca)\n\n![Premium Alpaca Raw Materials](https://cashmerewooltr.com/_next/image?url=%2Fimages%2Fhome%2Fhero%2Flama-alpaca-hero.png&w=3840&q=75)\n\n![](https://cashmerewooltr.com/_next/image?url=https%3A%2F%2Fimages.pexels.com%2Fphotos%2F14635238%2Fpexels-photo-14635238.jpeg&w=3840&q=75)\n\n![](https://cashmerewooltr.com/_next/image?url=%2Fimages%2Fhome%2Fquality%2Fgoat-2.webp&w=3840&q=75)\n\n![](https://cashmerewooltr.com/_next/image?url=%2Fimages%2Fhome%2Fquality%2Fgoat-1.webp&w=3840&q=75)\n\nOur Production Philosophy\n\n## We Draw Elegance and Quality From the Heart of Nature\n\nBehind every tuft of wool stand flocks raised by traditional methods and craftsmanship passed down through generations. We make no compromises when sourcing — every batch is inspected one by one.\n\n[Read Our Story](https://cashmerewooltr.com/hakkimizda)\n\n### 100% Natural Fiber\n\nFibers prepared entirely by natural methods — never treated with chemicals.\n\n### Traceable Production\n\nA transparent supply chain where every batch can be traced back to its source.\n\n### Global Logistics\n\nRegular shipments to 40+ countries and packaging options tailored to your atelier.\n\nRaw Material Catalogue\n\n## Cashmere, Wool, and Alpaca Fibers\n\n[\n\n![Cashmere](https://cashmerewooltr.com/_next/image?url=%2Fapi%2Fmedia%2Ffile%2Fh-no-cashmere-4.jpg&w=3840&q=75)\n\n7 Products\n\n### Cashmere\n\n](https://cashmerewooltr.com/urunler/cashmere)[\n\n![Wool](https://cashmerewooltr.com/_next/image?url=%2Fapi%2Fmedia%2Ffile%2Fa-no-wool.jpg&w=3840&q=75)\n\n2 Products\n\n### Wool\n\n](https://cashmerewooltr.com/urunler/wool)[\n\n![Alpaca](https://cashmerewooltr.com/_next/image?url=%2Fapi%2Fmedia%2Ffile%2Flama-wool.jpg&w=3840&q=75)\n\n1 Product\n\n### Alpaca\n\n](https://cashmerewooltr.com/urunler/alpaca)\n\n## Get in Touch for Wholesale Orders\n\nOur team is here for custom batches, pricing, and shipping options tailored to your atelier's needs.\n\n[Get a Quote](https://cashmerewooltr.com/iletisim)\n",
  "markdownStats": {
    "images": 6,
    "links": 0,
    "tables": 0,
    "codeBlocks": 0,
    "headings": 9
  },
  "tokens": {
    "htmlTokens": 29460,
    "markdownTokens": 598,
    "reduction": 28862,
    "reductionPercent": 98
  },
  "score": {
    "score": 75,
    "grade": "B",
    "dimensions": {
      "semanticHtml": {
        "score": 76,
        "weight": 20,
        "grade": "B",
        "checks": {
          "uses_article_or_main": {
            "score": 100,
            "weight": 20,
            "details": "Has both <article> and <main>"
          },
          "proper_heading_hierarchy": {
            "score": 80,
            "weight": 25,
            "details": "3 <h1> elements (should be 1)"
          },
          "semantic_elements": {
            "score": 47,
            "weight": 20,
            "details": "13 semantic elements, 79 divs (ratio: 14%)"
          },
          "meaningful_alt_texts": {
            "score": 45,
            "weight": 15,
            "details": "5/11 images with meaningful alt text"
          },
          "low_div_nesting": {
            "score": 100,
            "weight": 20,
            "details": "Avg div depth: 3.7, max: 8"
          }
        }
      },
      "contentEfficiency": {
        "score": 63,
        "weight": 25,
        "grade": "C",
        "checks": {
          "token_reduction_ratio": {
            "score": 100,
            "weight": 40,
            "details": "98% token reduction (HTML→Markdown)"
          },
          "content_to_noise_ratio": {
            "score": 0,
            "weight": 30,
            "details": "Content ratio: 1.5% (1403 content chars / 94571 HTML bytes)"
          },
          "minimal_inline_styles": {
            "score": 50,
            "weight": 15,
            "details": "11/292 elements with inline styles (3.8%)"
          },
          "reasonable_page_weight": {
            "score": 100,
            "weight": 15,
            "details": "HTML size: 92KB"
          }
        }
      },
      "aiDiscoverability": {
        "score": 55,
        "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": 100,
            "weight": 15,
            "details": "All major AI bots allowed"
          },
          "has_sitemap": {
            "score": 100,
            "weight": 10,
            "details": "Sitemap found"
          },
          "supports_markdown_negotiation": {
            "score": 0,
            "weight": 25,
            "details": "No Markdown for Agents support detected"
          },
          "has_content_signals": {
            "score": 0,
            "weight": 20,
            "details": "No Content-Signal found (robots.txt or HTTP headers)"
          }
        }
      },
      "structuredData": {
        "score": 100,
        "weight": 15,
        "grade": "A",
        "checks": {
          "has_schema_org": {
            "score": 100,
            "weight": 30,
            "details": "JSON-LD found: Organization, WebSite"
          },
          "has_open_graph": {
            "score": 100,
            "weight": 25,
            "details": "All OG tags present"
          },
          "has_meta_description": {
            "score": 100,
            "weight": 20,
            "details": "Meta description: 84 chars"
          },
          "has_canonical_url": {
            "score": 100,
            "weight": 15,
            "details": "Canonical URL present"
          },
          "has_lang_attribute": {
            "score": 100,
            "weight": 10,
            "details": "lang=\"en\""
          }
        }
      },
      "accessibility": {
        "score": 100,
        "weight": 15,
        "grade": "A",
        "checks": {
          "content_without_js": {
            "score": 100,
            "weight": 40,
            "details": "Content available without JavaScript"
          },
          "reasonable_page_size": {
            "score": 100,
            "weight": 30,
            "details": "Page size: 92KB"
          },
          "fast_content_position": {
            "score": 100,
            "weight": 30,
            "details": "Main content starts at 11% of HTML"
          }
        }
      }
    }
  },
  "recommendations": [
    {
      "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: 1.5% (1403 content chars / 94571 HTML bytes)"
    },
    {
      "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",
      "effort": "significant",
      "estimatedImpact": 6,
      "checkScore": 0,
      "checkDetails": "No Markdown for Agents support detected"
    },
    {
      "id": "add_content_signals",
      "priority": "critical",
      "category": "aiDiscoverability",
      "titleKey": "rec.add_content_signals.title",
      "descriptionKey": "rec.add_content_signals.description",
      "howToKey": "rec.add_content_signals.howto",
      "effort": "quick-win",
      "estimatedImpact": 5,
      "checkScore": 0,
      "checkDetails": "No Content-Signal found (robots.txt or HTTP headers)"
    },
    {
      "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": 47,
      "checkDetails": "13 semantic elements, 79 divs (ratio: 14%)"
    },
    {
      "id": "improve_alt_texts",
      "priority": "high",
      "category": "semanticHtml",
      "titleKey": "rec.improve_alt_texts.title",
      "descriptionKey": "rec.improve_alt_texts.description",
      "howToKey": "rec.improve_alt_texts.howto",
      "effort": "moderate",
      "estimatedImpact": 4,
      "checkScore": 45,
      "checkDetails": "5/11 images with meaningful alt text"
    },
    {
      "id": "remove_inline_styles",
      "priority": "medium",
      "category": "contentEfficiency",
      "titleKey": "rec.remove_inline_styles.title",
      "descriptionKey": "rec.remove_inline_styles.description",
      "howToKey": "rec.remove_inline_styles.howto",
      "effort": "moderate",
      "estimatedImpact": 3,
      "checkScore": 50,
      "checkDetails": "11/292 elements with inline styles (3.8%)"
    }
  ],
  "llmsTxtPreview": "# CashmereWool TR\n\n> Premium wool, cashmere, and alpaca raw materials — sourced from the world's leading fiber origins and prepared for industrial ateliers. 40+ years of experience, traceable supply chain, global shipping.\n\n## Main\n- [CashmereWool TR — Nature's Most Precious Fiber](https://cashmerewooltr.com/en): Premium-quality wool and cashmere raw materials, delivered straight from the source.\n- [About](https://cashmerewooltr.com/en/hakkimizda)\n- [Products](https://cashmerewooltr.com/en/urunler)\n- [Contact](https://cashmerewooltr.com/en/iletisim)\n- [Request a Sample](https://cashmerewooltr.com/iletisim)\n- [Cashmere](https://cashmerewooltr.com/en/urunler/cashmere)\n- [Wool](https://cashmerewooltr.com/en/urunler/wool)\n- [Alpaca](https://cashmerewooltr.com/en/urunler/lama)\n\n",
  "llmsTxtExisting": "# CashmereWool TR\n\n> Premium wool, cashmere, and alpaca raw-material supplier with 40+ years of experience. We source natural animal fibers from Türkiye, Iran, Kazakhstan, Afghanistan, Mongolia, and China, process them at our facility in China, and ship certified, traceable batches to ateliers in 40+ countries.\n\nCashmereWool TR (legal name: Karcı Deri Kıl ve Mamülleri Tekstil İth. İhr. San. ve Tic. Ltd. Şti.) is a Türkiye-based B2B supplier of specialty animal fiber raw materials for industrial textile ateliers. Every batch is hand-checked before shipment, chemical-free through gathering/washing/preparation, and ships with a certificate and traceability report.\n\nContact: [email protected] · +90 553 771 09 77\nLocation: Karma O.S.B. Mah. 4. Cadde No:32, Merkez/Uşak, Türkiye\nLanguages: Turkish, English, Russian\n\n## Core pages\n\n- [Home](https://cashmerewooltr.com/): Company overview, hero products, wholesale CTA.\n- [About](https://cashmerewooltr.com/hakkimizda): 40-year heritage, working philosophy, values (uncompromising quality, respect for nature, transparency), certifications.\n- [Products](https://cashmerewooltr.com/urunler): Full catalogue — cashmere, wool, and alpaca fibers with per-batch specs.\n- [Contact](https://cashmerewooltr.com/iletisim): Sales team, sample requests, quote enquiries. Same-business-day response.\n\n## Product categories\n\n- [Cashmere](https://cashmerewooltr.com/urunler/cashmere): Premium cashmere raw materials, multiple quality groups, certified traceability.\n- [Wool](https://cashmerewooltr.com/urunler/wool): Fine-micron specialty wool fibers for ateliers — classic and next-to-skin grades.\n- [Alpaca](https://cashmerewooltr.com/urunler/alpaca): Hypoallergenic alpaca fibers with natural colour variety and natural thermal insulation.\n\n## Core offerings\n\n- Certified, traceable batches with per-batch quality reports shipped alongside the material.\n- Custom batch sizing and atelier-specific packaging.\n- Direct sales — no middlemen; sales, samples, pricing, and production planning all handled by one team.\n- Global logistics to 40+ countries.\n- Chemical-free processing throughout gathering, washing, and preparation.\n\n## Languages\n\nThe site is available in:\n- Turkish (default): https://cashmerewooltr.com/\n- English: https://cashmerewooltr.com/en\n- Russian: https://cashmerewooltr.com/ru\n\n## Sitemap\n\nMachine-readable sitemap: https://cashmerewooltr.com/sitemap.xml",
  "emergingProtocols": {
    "oauthDiscovery": {
      "exists": false,
      "url": "https://cashmerewooltr.com/.well-known/oauth-authorization-server"
    },
    "mcpServerCard": {
      "exists": false,
      "url": "https://cashmerewooltr.com/.well-known/mcp.json"
    },
    "a2aAgentCard": {
      "exists": false,
      "url": "https://cashmerewooltr.com/.well-known/agent.json"
    },
    "count": 0
  },
  "snippets": [
    {
      "id": "add_content_signals",
      "title": "Add Content-Signal directives",
      "description": "Content-Signal tells AI agents how they may use your content. The canonical location is robots.txt, but you can also expose it as an HTTP header from any stack.",
      "language": "txt",
      "code": "User-agent: *\nContent-Signal: search=yes, ai-input=yes, ai-train=no",
      "filename": "/robots.txt",
      "stacks": [
        {
          "id": "robots",
          "label": "robots.txt",
          "language": "txt",
          "filename": "/robots.txt",
          "code": "User-agent: *\nContent-Signal: search=yes, ai-input=yes, ai-train=no"
        },
        {
          "id": "nginx",
          "label": "Nginx",
          "language": "nginx",
          "filename": "server block",
          "code": "# Inside your server { } block:\nadd_header Content-Signal \"search=yes, ai-input=yes, ai-train=no\" always;"
        },
        {
          "id": "apache",
          "label": "Apache",
          "language": "apache",
          "filename": ".htaccess",
          "code": "# In .htaccess (or VirtualHost):\nHeader set Content-Signal \"search=yes, ai-input=yes, ai-train=no\""
        },
        {
          "id": "wordpress",
          "label": "WordPress",
          "language": "php",
          "filename": "functions.php",
          "code": "<?php\n// In your theme's functions.php or a small mu-plugin\nadd_action('send_headers', function () {\n    header('Content-Signal: search=yes, ai-input=yes, ai-train=no');\n});\n\n// Optional: also append the directive to the dynamic robots.txt\nadd_filter('robots_txt', function ($output) {\n    return $output . \"\\nContent-Signal: search=yes, ai-input=yes, ai-train=no\\n\";\n}, 10, 1);"
        },
        {
          "id": "nextjs",
          "label": "Next.js",
          "language": "typescript",
          "filename": "middleware.ts",
          "code": "// middleware.ts (Next.js 13+ App Router or Pages Router)\nimport { NextResponse } from 'next/server';\nexport function middleware() {\n  const res = NextResponse.next();\n  res.headers.set(\n    'Content-Signal',\n    'search=yes, ai-input=yes, ai-train=no'\n  );\n  return res;\n}\nexport const config = { matcher: '/:path*' };"
        },
        {
          "id": "cloudflare",
          "label": "Cloudflare Workers",
          "language": "javascript",
          "filename": "worker.js",
          "code": "// Cloudflare Worker that proxies your origin and adds the header\nexport default {\n  async fetch(request, env, ctx) {\n    const res = await fetch(request);\n    const newRes = new Response(res.body, res);\n    newRes.headers.set(\n      'Content-Signal',\n      'search=yes, ai-input=yes, ai-train=no'\n    );\n    return newRes;\n  },\n};"
        },
        {
          "id": "express",
          "label": "Express / Fastify",
          "language": "javascript",
          "filename": "server.js",
          "code": "// Express\napp.use((req, res, next) => {\n  res.setHeader('Content-Signal', 'search=yes, ai-input=yes, ai-train=no');\n  next();\n});\n\n// Fastify\nfastify.addHook('onSend', (request, reply, payload, done) => {\n  reply.header('Content-Signal', 'search=yes, ai-input=yes, ai-train=no');\n  done();\n});"
        }
      ]
    },
    {
      "id": "add_markdown_negotiation",
      "title": "Support Markdown for Agents",
      "description": "Let AI agents request a clean Markdown version of any page via content negotiation, .md alternate URLs, link tags or Link headers.",
      "language": "html",
      "code": "<!-- Mechanism 3: link tag advertising the .md alternate -->\n<link rel=\"alternate\" type=\"text/markdown\" href=\"/page.md\">",
      "filename": "<head>",
      "stacks": [
        {
          "id": "html",
          "label": "HTML <head>",
          "language": "html",
          "filename": "<head>",
          "code": "<!-- Mechanism 3: link tag advertising the .md alternate -->\n<link rel=\"alternate\" type=\"text/markdown\" href=\"/page.md\">"
        },
        {
          "id": "express",
          "label": "Express",
          "language": "javascript",
          "filename": "server.js",
          "code": "// Mechanisms 1 + 4: content negotiation + Link header\napp.get('/page', (req, res) => {\n  res.setHeader('Vary', 'Accept');\n  res.setHeader('Link', '</page.md>; rel=\"alternate\"; type=\"text/markdown\"');\n  if ((req.headers.accept || '').includes('text/markdown')) {\n    res.type('text/markdown; charset=utf-8');\n    return res.send(renderMarkdown('page'));\n  }\n  res.render('page');\n});"
        },
        {
          "id": "fastify",
          "label": "Fastify",
          "language": "javascript",
          "filename": "server.js",
          "code": "// Mechanisms 1 + 4: content negotiation + Link header\nfastify.get('/page', async (req, reply) => {\n  reply.header('Vary', 'Accept');\n  reply.header('Link', '</page.md>; rel=\"alternate\"; type=\"text/markdown\"');\n  if ((req.headers.accept || '').includes('text/markdown')) {\n    return reply.type('text/markdown; charset=utf-8').send(renderMarkdown('page'));\n  }\n  return reply.view('/page.ejs');\n});"
        },
        {
          "id": "nextjs",
          "label": "Next.js",
          "language": "typescript",
          "filename": "app/page/route.ts",
          "code": "// Next.js App Router — Route Handler returning Markdown\nimport { NextRequest } from 'next/server';\nimport { renderMarkdown } from '@/lib/md';\nexport async function GET(req: NextRequest) {\n  const accept = req.headers.get('accept') || '';\n  if (accept.includes('text/markdown')) {\n    return new Response(await renderMarkdown('page'), {\n      headers: {\n        'Content-Type': 'text/markdown; charset=utf-8',\n        'Vary': 'Accept',\n      },\n    });\n  }\n  // Fall through to the page component\n  return new Response(null, { status: 404 });\n}"
        },
        {
          "id": "wordpress",
          "label": "WordPress",
          "language": "php",
          "filename": "functions.php",
          "code": "<?php\n// Mechanism 1: respond to Accept: text/markdown on the same URL\nadd_action('template_redirect', function () {\n    if (!is_singular()) return;\n    $accept = $_SERVER['HTTP_ACCEPT'] ?? '';\n    if (strpos($accept, 'text/markdown') === false) return;\n    header('Content-Type: text/markdown; charset=utf-8');\n    header('Vary: Accept');\n    $post = get_queried_object();\n    echo \"# \" . get_the_title($post) . \"\\n\\n\";\n    echo wp_strip_all_tags(apply_filters('the_content', $post->post_content));\n    exit;\n});"
        },
        {
          "id": "static",
          "label": "Hugo / Jekyll / Astro",
          "language": "txt",
          "filename": "static/page.md",
          "code": "# Mechanism 2: serve .md alongside .html\n# Hugo: place page.md in /static/ — built unchanged\n# Jekyll: drop page.md in /assets/ — copied as-is\n# Astro: src/pages/page.md.ts that exports a GET returning markdown\n\n# Then advertise with mechanism 3 in <head>:\n#   <link rel=\"alternate\" type=\"text/markdown\" href=\"/page.md\">"
        }
      ]
    }
  ]
}

Usa la nostra API per ottenere questo programmaticamente (prossimamente)

Questo JSON è per uso interno — a differenza dei file Markdown e llms.txt, non è destinato ad essere caricato sul tuo sito. Salvalo come riferimento per monitorare il tuo punteggio nel tempo, condividilo con il tuo team di sviluppo o integralo nella tua pipeline CI/CD.

Condividi i tuoi risultati

Twitter LinkedIn

Incorpora il tuo badge

Aggiungi questo badge al tuo sito. Si aggiorna automaticamente quando cambia il tuo punteggio di prontezza IA.

AgentReady.md score for cashmerewooltr.com
Script Consigliato
<script src="https://agentready.md/badge.js" data-id="dccf830a-c097-4dc5-a53b-69dc40cd77b6" data-domain="cashmerewooltr.com"></script>
Markdown
[![AgentReady.md score for cashmerewooltr.com](https://agentready.md/badge/cashmerewooltr.com.svg)](https://agentready.md/it/r/dccf830a-c097-4dc5-a53b-69dc40cd77b6)

Prossimamente: Analisi completa del dominio

Scansiona l'intero dominio, genera llms.txt e monitora il tuo punteggio di prontezza IA nel tempo. Iscriviti alla lista d'attesa.

Sei nella lista! Ti avviseremo quando sarà disponibile.