Certificat AgentReady.md vérifié
Émis le sig: 251eb3fab8b4d91a Vérifier →

URL analysée

https://cashmerewooltr.com/en

Analyser une autre URL

Score AI-Ready

75 / B

Bon

sur 100

Économie de tokens

Tokens HTML 29.460
Tokens Markdown 598
Économie 98%

Détail du score

HTML sémantique 76/100
Efficacité du contenu 63/100
Visibilité IA 55/100
Données structurées 100/100
Accessibilité 100/100

Protocoles émergents

0 sur 3 détectés

Endpoints well-known recherchés par les agents IA. Détecté signifie qu’un agent peut découvrir et se connecter automatiquement à votre service.

  • 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

Votre page a un faible ratio de contenu réel par rapport au HTML total. Une grande partie du poids de la page est du balisage, des scripts ou des styles plutôt que du contenu.

Comment implémenter

Déplacez le CSS vers des feuilles de style externes, supprimez les styles en ligne, minimisez le JavaScript et assurez-vous que le HTML se concentre sur la structure du contenu.

Votre site ne supporte pas Markdown for Agents. Ce standard Cloudflare permet aux agents IA de demander du contenu en format markdown, réduisant l'utilisation de tokens de ~80%.

Comment implémenter

Implémentez un ou plusieurs : (1) Répondre à Accept: text/markdown avec du contenu markdown. (2) Servir des URLs .md (ex : /page.md). (3) Ajouter des balises <link rel="alternate" type="text/markdown">. (4) Ajouter des en-têtes HTTP Link pour la découverte 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# "}] }'>

Aucune directive Content-Signal trouvée. Celles-ci indiquent aux agents IA comment ils peuvent utiliser votre contenu (indexation, entrée IA, données d'entraînement). L'emplacement recommandé est robots.txt.

Comment implémenter

Ajoutez Content-Signal à votre robots.txt : User-agent: *\nContent-Signal: search=yes, ai-input=yes, ai-train=no. Vous pouvez aussi l'ajouter comme en-tête HTTP sur les réponses 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});"}] }'>

Votre page repose fortement sur les éléments <div>. Les éléments sémantiques comme <section>, <nav>, <header>, <footer> et <aside> fournissent une structure significative pour les AI agents.

Comment implémenter

Remplacez les conteneurs <div> génériques par les éléments sémantiques appropriés. Utilisez <section> pour les groupes thématiques, <nav> pour la navigation, <header>/<footer> pour les en-têtes et pieds de page ou de section.

Certaines images manquent de texte alternatif descriptif. De bons textes alt aident les AI agents à comprendre le contenu et le contexte des images.

Comment implémenter

Ajoutez des attributs alt descriptifs à toutes les images. Décrivez ce que l’image montre, pas juste « image » ou « photo ». Pour les images décoratives, utilisez alt="" (vide).

De nombreux éléments ont des attributs de style en ligne. Ils ajoutent du bruit pour les AI agents lors de l’extraction du contenu.

Comment implémenter

Déplacez tous les styles en ligne vers des classes CSS dans votre feuille de style. Utilisez des frameworks CSS utilitaires comme Tailwind si vous avez besoin de nombreux styles uniques.

Tokens 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)

Téléversez ce fichier sous /en.md sur votre serveur pour que les AI agents puissent accéder à une version propre de votre page. Vous pouvez également configurer la négociation de contenu Accept: text/markdown pour le servir automatiquement.

Notre recommandation

Télécharger 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)

Le llms.txt complet nécessite une analyse de tout le domaine (bientôt disponible)

Téléversez ce fichier vers https://cashmerewooltr.com/llms.txt à la racine de votre domaine. Les AI agents comme ChatGPT, Claude et Perplexity consultent ce fichier pour comprendre la structure de votre site.

Ce site possède déjà un fichier llms.txt.

Format valide
# 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 sémantique

Utilise les éléments article ou main (100/100)

Has both <article> and <main>

Hiérarchie de titres correcte (80/100)

3 <h1> elements (should be 1)

Utilise des éléments HTML sémantiques (47/100)

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

Textes alternatifs descriptifs pour les images (45/100)

5/11 images with meaningful alt text

Faible profondeur d’imbrication des divs (100/100)

Avg div depth: 3.7, max: 8

Efficacité du contenu

Bon ratio de réduction de tokens (100/100)

98% token reduction (HTML→Markdown)

Bon ratio contenu/bruit (0/100)

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

Styles en ligne minimaux (50/100)

11/292 elements with inline styles (3.8%)

Poids de page raisonnable (100/100)

HTML size: 92KB

Visibilité IA

Possède un fichier llms.txt (100/100)

llms.txt exists and is valid

Possède un fichier robots.txt (100/100)

robots.txt exists

robots.txt autorise les bots IA (100/100)

All major AI bots allowed

Possède un sitemap.xml (100/100)

Sitemap found

Support Markdown for Agents (0/100)
&#10007; Accept: text/markdown &#10007; .md URL &#10007; <link> tag &#10007; Link header
A Content-Signal (robots.txt ou en-têtes HTTP) (0/100)
&#10003; robots.txt &#10003; HTTP header &#10007; Policy

Données structurées

Possède Schema.org / JSON-LD (100/100)

JSON-LD found: Organization, WebSite

Possède des balises Open Graph (100/100)

All OG tags present

Possède une meta description (100/100)

Meta description: 84 chars

Possède une URL canonique (100/100)

Canonical URL present

Possède un attribut lang (100/100)

lang="en"

Accessibilité

Contenu disponible sans JavaScript (100/100)

Content available without JavaScript

Taille de page raisonnable (100/100)

Page size: 92KB

Le contenu apparaît tôt dans le 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\">"
        }
      ]
    }
  ]
}

Utilisez notre API pour obtenir ceci de manière programmatique (bientôt disponible)

Ce JSON est à usage interne — contrairement au Markdown et au llms.txt, il n’est pas destiné à être téléversé sur votre site. Conservez-le comme référence pour suivre l’évolution de votre score, partagez-le avec votre équipe de développement ou intégrez-le dans votre pipeline CI/CD.

Partagez vos résultats

Twitter LinkedIn

Intégrez votre badge

Ajoutez ce badge à votre site. Il se met à jour automatiquement lorsque votre score de préparation à l’IA change.

AgentReady.md score for cashmerewooltr.com
Script Recommandé
<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/fr/r/dccf830a-c097-4dc5-a53b-69dc40cd77b6)

Bientôt : Analyse de domaine complet

Explorez l’ensemble de votre domaine, générez un llms.txt et surveillez votre score de préparation IA dans le temps. Rejoignez la liste d’attente pour être informé.

Vous êtes sur la liste ! Nous vous préviendrons lors du lancement.