Certificado AgentReady.md verificado
Emitido el sig: 251eb3fab8b4d91a Verificar →

URL analizada

https://cashmerewooltr.com/en

Analizar otra URL

Puntuación AI-Ready

75 / B

Bueno

de 100

Ahorro de tokens

Tokens HTML 29.460
Tokens Markdown 598
Ahorro 98%

Desglose de la puntuación

HTML semántico 76/100
Eficiencia del contenido 63/100
Visibilidad para IA 55/100
Datos estructurados 100/100
Accesibilidad 100/100

Protocolos emergentes

0 de 3 detectados

Endpoints well-known que los AI agents buscan. Detectados significa que un agente puede descubrir y conectar con tu servicio automáticamente.

  • 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

Tu página tiene un bajo ratio de contenido real respecto al HTML total. Gran parte del peso de la página es marcado, scripts o estilos en lugar de contenido.

Cómo implementarlo

Mueve el CSS a hojas de estilo externas, elimina los estilos en línea, minimiza el JavaScript y asegúrate de que el HTML se centre en la estructura del contenido.

Tu sitio no soporta Markdown for Agents. Este estándar de Cloudflare permite a los agentes IA solicitar contenido en formato markdown, reduciendo el uso de tokens en ~80%.

Cómo implementarlo

Implementa uno o más: (1) Responder a Accept: text/markdown con contenido markdown. (2) Servir URLs .md (ej: /pagina.md). (3) Añadir etiquetas <link rel="alternate" type="text/markdown">. (4) Añadir cabeceras HTTP Link para descubrimiento 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# "}] }'>

No se encontraron directivas Content-Signal. Estas indican a los agentes IA cómo pueden usar tu contenido (indexación, entrada IA, datos de entrenamiento). La ubicación recomendada es robots.txt.

Cómo implementarlo

Añade Content-Signal a tu robots.txt: User-agent: *\nContent-Signal: search=yes, ai-input=yes, ai-train=no. También puedes añadirlo como cabecera HTTP en respuestas 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});"}] }'>

Tu página depende en gran medida de elementos <div>. Los elementos semánticos como <section>, <nav>, <header>, <footer> y <aside> proporcionan una estructura significativa para los AI agents.

Cómo implementarlo

Reemplaza los contenedores <div> genéricos con los elementos semánticos apropiados. Usa <section> para grupos temáticos, <nav> para navegación, <header>/<footer> para cabeceras y pies de página o sección.

Algunas imágenes carecen de texto alternativo descriptivo. Un buen texto alternativo ayuda a los AI agents a comprender el contenido y contexto de las imágenes.

Cómo implementarlo

Añade atributos alt descriptivos a todas las imágenes. Describe lo que muestra la imagen, no solo 'imagen' o 'foto'. Para imágenes decorativas, usa alt="" (vacío).

Muchos elementos tienen atributos de estilo en línea. Estos añaden ruido para los AI agents al extraer contenido.

Cómo implementarlo

Mueve todos los estilos en línea a clases CSS en tu hoja de estilos. Usa frameworks de CSS utilitario como Tailwind si necesitas muchos estilos únicos.

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)

Sube este archivo como /en.md en tu servidor para que los AI agents puedan acceder a una versión limpia de tu página. También puedes configurar la negociación de contenido Accept: text/markdown para servirlo automáticamente.

Nuestra recomendación

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

El llms.txt completo requiere un análisis de todo el dominio (próximamente)

Sube este archivo a https://cashmerewooltr.com/llms.txt en la raíz de tu dominio. Los AI agents como ChatGPT, Claude y Perplexity consultan este archivo para comprender la estructura de tu sitio.

Este sitio ya tiene un archivo llms.txt.

Formato válido
# 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 semántico

Usa elementos article o main (100/100)

Has both <article> and <main>

Jerarquía de encabezados correcta (80/100)

3 <h1> elements (should be 1)

Usa elementos HTML semánticos (47/100)

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

Textos alternativos descriptivos en imágenes (45/100)

5/11 images with meaningful alt text

Poca profundidad de anidamiento de divs (100/100)

Avg div depth: 3.7, max: 8

Eficiencia del contenido

Buen ratio de reducción de tokens (100/100)

98% token reduction (HTML→Markdown)

Buen ratio de contenido frente a ruido (0/100)

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

Estilos en línea mínimos (50/100)

11/292 elements with inline styles (3.8%)

Peso de página razonable (100/100)

HTML size: 92KB

Visibilidad para IA

Tiene archivo llms.txt (100/100)

llms.txt exists and is valid

Tiene archivo robots.txt (100/100)

robots.txt exists

robots.txt permite bots de IA (100/100)

All major AI bots allowed

Tiene sitemap.xml (100/100)

Sitemap found

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

Datos estructurados

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

JSON-LD found: Organization, WebSite

Tiene etiquetas Open Graph (100/100)

All OG tags present

Tiene meta description (100/100)

Meta description: 84 chars

Tiene URL canónica (100/100)

Canonical URL present

Tiene atributo lang (100/100)

lang="en"

Accesibilidad

Contenido disponible sin JavaScript (100/100)

Content available without JavaScript

Tamaño de página razonable (100/100)

Page size: 92KB

El contenido aparece temprano en el 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 nuestra API para obtener esto de forma programática (próximamente)

Este JSON es para uso interno — a diferencia del Markdown y llms.txt, no está pensado para subirse a tu web. Guárdalo como referencia para seguir la evolución de tu puntuación, compártelo con tu equipo de desarrollo o intégralo en tu pipeline CI/CD.

Comparte tus resultados

Twitter LinkedIn

Incrusta tu badge

Añade este badge a tu sitio. Se actualiza automáticamente cuando cambie tu puntuación.

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

Próximamente: Análisis de dominio completo

Rastrea todo tu dominio, genera llms.txt y monitoriza tu puntuación de preparación para IA a lo largo del tiempo. Únete a la lista de espera para recibir notificaciones.

¡Estás en la lista! Te avisaremos cuando se lance.