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

URL analisado

https://cashmerewooltr.com/en

Analisar outro URL

Pontuação AI-Ready

75 / B

Bom

de 100

Poupança de tokens

Tokens HTML 29.460
Tokens Markdown 598
Poupança 98%

Desdobramento da pontuação

HTML Semântico 76/100
Eficiência de conteúdo 63/100
Descobribilidade IA 55/100
Dados Estruturados 100/100
Acessibilidade 100/100

Protocolos emergentes

0 de 3 detetados

Endpoints well-known que os agentes de IA procuram. Detetado significa que um agente pode descobrir e conectar-se automaticamente ao seu serviço.

  • 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

A sua página tem um baixo rácio de conteúdo real em relação ao HTML total. Grande parte do peso da página é markup, scripts ou estilos em vez de conteúdo.

Como implementar

Mova CSS para folhas de estilo externas, remova estilos inline, minimize JavaScript e garanta que o HTML se foca na estrutura do conteúdo.

O seu site não suporta Markdown for Agents. Este padrão Cloudflare permite que agentes de IA solicitem conteúdo em formato markdown, reduzindo o uso de tokens em ~80%.

Como implementar

Implemente um ou mais: (1) Responder a Accept: text/markdown com conteúdo markdown. (2) Servir URLs .md (ex: /pagina.md). (3) Adicionar tags <link rel="alternate" type="text/markdown">. (4) Adicionar cabeçalhos HTTP Link para descoberta 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# "}] }'>

Nenhuma diretiva Content-Signal encontrada. Estas indicam aos agentes de IA como podem usar o seu conteúdo (indexação, entrada IA, dados de treino). A localização recomendada é robots.txt.

Como implementar

Adicione Content-Signal ao seu robots.txt: User-agent: *\nContent-Signal: search=yes, ai-input=yes, ai-train=no. Também pode adicioná-lo como cabeçalho HTTP em respostas 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});"}] }'>

A sua página depende muito de elementos <div>. Elementos semânticos como <section>, <nav>, <header>, <footer> e <aside> fornecem uma estrutura significativa para agentes de IA.

Como implementar

Substitua contentores <div> genéricos por elementos semânticos apropriados. Use <section> para grupos temáticos, <nav> para navegação, <header>/<footer> para cabeçalhos e rodapés de página/secção.

Algumas imagens não têm texto alt descritivo. Bons textos alt ajudam os agentes de IA a compreender o conteúdo e contexto das imagens.

Como implementar

Adicione atributos alt descritivos a todas as imagens. Descreva o que a imagem mostra, não apenas 'imagem' ou 'foto'. Para imagens decorativas, use alt="" (vazio).

Muitos elementos têm atributos de estilo inline. Estes adicionam ruído para agentes de IA que extraem conteúdo.

Como implementar

Mova todos os estilos inline para classes CSS na sua folha de estilos. Use frameworks CSS utilitários como Tailwind se precisar de muitos 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)

Carregue este ficheiro como /en.md no seu servidor para que os agentes de IA possam aceder a uma versão limpa da sua página. Também pode configurar a negociação de conteúdo Accept: text/markdown para o servir automaticamente.

A nossa recomendação

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

O llms.txt completo requer análise de todo o domínio (em breve)

Carregue este ficheiro como https://cashmerewooltr.com/llms.txt na raiz do seu domínio. Agentes de IA como ChatGPT, Claude e Perplexity verificam este ficheiro para compreender a estrutura do seu site.

Este site já possui um ficheiro 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

Utiliza elemento article ou main (100/100)

Has both <article> and <main>

Hierarquia de títulos correta (80/100)

3 <h1> elements (should be 1)

Utiliza elementos HTML semânticos (47/100)

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

Textos alt de imagens descritivos (45/100)

5/11 images with meaningful alt text

Baixa profundidade de aninhamento de div (100/100)

Avg div depth: 3.7, max: 8

Eficiência de conteúdo

Bom rácio de redução de tokens (100/100)

98% token reduction (HTML→Markdown)

Bom rácio conteúdo-ruído (0/100)

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

Estilos inline mínimos (50/100)

11/292 elements with inline styles (3.8%)

Peso de página razoável (100/100)

HTML size: 92KB

Descobribilidade IA

Tem ficheiro llms.txt (100/100)

llms.txt exists and is valid

Tem ficheiro robots.txt (100/100)

robots.txt exists

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

All major AI bots allowed

Tem sitemap.xml (100/100)

Sitemap found

Suporte a Markdown for Agents (0/100)
&#10007; Accept: text/markdown &#10007; .md URL &#10007; <link> tag &#10007; Link header
Tem Content-Signal (robots.txt ou cabeçalhos HTTP) (0/100)
&#10003; robots.txt &#10003; HTTP header &#10007; Policy

Dados Estruturados

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

JSON-LD found: Organization, WebSite

Tem tags Open Graph (100/100)

All OG tags present

Tem meta descrição (100/100)

Meta description: 84 chars

Tem URL canónico (100/100)

Canonical URL present

Tem atributo lang (100/100)

lang="en"

Acessibilidade

Conteúdo disponível sem JavaScript (100/100)

Content available without JavaScript

Tamanho de página razoável (100/100)

Page size: 92KB

Conteúdo aparece cedo no 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\">"
        }
      ]
    }
  ]
}

Use a nossa API para obter isto programaticamente (em breve)

Este JSON é para uso interno — ao contrário dos ficheiros Markdown e llms.txt, não se destina a ser carregado no seu site. Guarde-o como referência para acompanhar a sua pontuação ao longo do tempo, partilhe-o com a sua equipa de desenvolvimento ou integre-o no seu pipeline CI/CD.

Partilhe os seus resultados

Twitter LinkedIn

Incorpore o seu badge

Adicione este badge ao seu site. Atualiza automaticamente quando a sua pontuação de prontidão para IA mudar.

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/pt/r/dccf830a-c097-4dc5-a53b-69dc40cd77b6)

Em breve: Análise completa de domínio

Rastreie todo o seu domínio, gere llms.txt e monitorize a sua pontuação de prontidão para IA ao longo do tempo. Inscreva-se na lista de espera.

Está na lista! Notificá-lo-emos quando estiver disponível.