Проверенный сертификат AgentReady.md
Выдан sig: 251eb3fab8b4d91a Проверить →

Проанализированный URL

https://cashmerewooltr.com/en

Анализировать другой URL

Оценка AI-Ready

75 / B

Хорошо

из 100

Экономия токенов

HTML-токены 29.460
Markdown-токены 598
Экономия 98%

Разбивка оценки

Семантический HTML 76/100
Эффективность контента 63/100
Обнаруживаемость ИИ 55/100
Структурированные данные 100/100
Доступность 100/100

Новые протоколы

Обнаружено 0 из 3

Well-known эндпоинты, которые ищут ИИ-агенты. Обнаружено — значит агент может автоматически найти и подключиться к вашему сервису.

  • 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

На вашей странице низкое соотношение фактического контента к общему HTML. Большая часть веса страницы приходится на разметку, скрипты или стили, а не на контент.

Как внедрить

Перенесите CSS во внешние таблицы стилей, удалите inline-стили, минимизируйте JavaScript и убедитесь, что HTML сфокусирован на структуре контента.

Ваш сайт не поддерживает Markdown for Agents. Этот стандарт Cloudflare позволяет ИИ-агентам запрашивать контент в формате markdown, сокращая использование токенов на ~80%.

Как внедрить

Реализуйте одно или несколько: (1) Отвечать на Accept: text/markdown контентом в формате markdown. (2) Обслуживать URL с .md (например, /page.md). (3) Добавить теги <link rel="alternate" type="text/markdown">. (4) Добавить HTTP-заголовки Link для обнаружения 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# "}] }'>

Директивы Content-Signal не найдены. Они сообщают ИИ-агентам, как можно использовать ваш контент (поисковая индексация, ИИ-ввод, данные для обучения). Рекомендуемое расположение — robots.txt.

Как внедрить

Добавьте Content-Signal в ваш robots.txt: User-agent: *\nContent-Signal: search=yes, ai-input=yes, ai-train=no. Также можно добавить как HTTP-заголовок в 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});"}] }'>

Ваша страница в значительной степени полагается на элементы <div>. Семантические элементы, такие как <section>, <nav>, <header>, <footer> и <aside>, обеспечивают осмысленную структуру для ИИ-агентов.

Как внедрить

Замените общие контейнеры <div> подходящими семантическими элементами. Используйте <section> для тематических групп, <nav> для навигации, <header>/<footer> для верхних и нижних колонтитулов страниц и разделов.

Некоторые изображения не имеют описательного альтернативного текста. Хорошие alt-тексты помогают ИИ-агентам понять содержание и контекст изображений.

Как внедрить

Добавьте описательные атрибуты alt ко всем изображениям. Описывайте то, что показано на изображении, а не просто «изображение» или «фото». Для декоративных изображений используйте alt="" (пустой).

Многие элементы имеют атрибуты style. Они создают шум для ИИ-агентов при извлечении контента.

Как внедрить

Перенесите все inline-стили в CSS-классы в вашей таблице стилей. Используйте утилитарные CSS-фреймворки, такие как Tailwind, если вам нужно много уникальных стилей.

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)

Загрузите этот файл как /en.md на ваш сервер, чтобы ИИ-агенты могли получить доступ к чистой версии вашей страницы. Вы также можете настроить согласование контента Accept: text/markdown для автоматической отдачи.

Наша рекомендация

Скачать 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)

Полный llms.txt требует анализа всего домена (скоро появится)

Загрузите этот файл по адресу https://cashmerewooltr.com/llms.txt в корень вашего домена. ИИ-агенты, такие как ChatGPT, Claude и Perplexity, проверяют этот файл для понимания структуры вашего сайта.

На этом сайте уже есть файл llms.txt.

Корректный формат
# 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

Использует элемент article или main (100/100)

Has both <article> and <main>

Правильная иерархия заголовков (80/100)

3 <h1> elements (should be 1)

Использует семантические HTML-элементы (47/100)

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

Осмысленные альтернативные тексты изображений (45/100)

5/11 images with meaningful alt text

Небольшая глубина вложенности div (100/100)

Avg div depth: 3.7, max: 8

Эффективность контента

Хороший коэффициент сокращения токенов (100/100)

98% token reduction (HTML→Markdown)

Хорошее соотношение контента к шуму (0/100)

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

Минимум inline-стилей (50/100)

11/292 elements with inline styles (3.8%)

Приемлемый вес страницы (100/100)

HTML size: 92KB

Обнаруживаемость ИИ

Имеет файл llms.txt (100/100)

llms.txt exists and is valid

Имеет файл robots.txt (100/100)

robots.txt exists

robots.txt разрешает ИИ-ботов (100/100)

All major AI bots allowed

Имеет sitemap.xml (100/100)

Sitemap found

Поддержка Markdown for Agents (0/100)
&#10007; Accept: text/markdown &#10007; .md URL &#10007; <link> tag &#10007; Link header
Есть Content-Signal (robots.txt или HTTP-заголовки) (0/100)
&#10003; robots.txt &#10003; HTTP header &#10007; Policy

Структурированные данные

Имеет Schema.org / JSON-LD (100/100)

JSON-LD found: Organization, WebSite

Имеет теги Open Graph (100/100)

All OG tags present

Имеет мета-описание (100/100)

Meta description: 84 chars

Имеет канонический URL (100/100)

Canonical URL present

Имеет атрибут lang (100/100)

lang="en"

Доступность

Контент доступен без JavaScript (100/100)

Content available without JavaScript

Приемлемый размер страницы (100/100)

Page size: 92KB

Контент расположен рано в 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\">"
        }
      ]
    }
  ]
}

Используйте наш API для программного получения данных (скоро появится)

Этот JSON предназначен для внутреннего использования — в отличие от файлов Markdown и llms.txt, его не нужно загружать на ваш сайт. Сохраните его как базовый показатель для отслеживания оценки со временем, поделитесь с командой разработчиков или интегрируйте в ваш CI/CD-конвейер.

Поделитесь результатами

Twitter LinkedIn

Встройте ваш бейдж

Добавьте этот бейдж на ваш сайт. Он обновляется автоматически при изменении вашей оценки ИИ-готовности.

AgentReady.md score for cashmerewooltr.com
Script Рекомендуется
<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/ru/r/dccf830a-c097-4dc5-a53b-69dc40cd77b6)

Скоро: Полный анализ домена

Сканируйте весь домен, генерируйте llms.txt и отслеживайте оценку ИИ-готовности со временем. Присоединяйтесь к списку ожидания.

Вы в списке! Мы уведомим вас о запуске.