인증된 AgentReady.md 증명서
발급일 sig: f5b26a8a0d73cc36 검증 →

분석된 URL

https://claude.ai/login

측정: 3일 전

다른 URL 분석

AI-Ready 점수

보통

/ 100

토큰 절감량

HTML 토큰 123.311
Markdown 토큰 549
절감 100%

점수 상세

접근성 46/100
AI 발견 가능성 50/100
구조화 데이터 93/100
시맨틱 HTML 67/100
콘텐츠 효율성 50/100

신흥 프로토콜

6개 중 0개 감지

AI 에이전트가 찾는 well-known 엔드포인트. 감지되면 에이전트가 서비스를 자동으로 발견하고 연결할 수 있습니다.

  • OAuth Protected Resource RFC 9728
    /.well-known/oauth-protected-resource
  • OAuth Discovery RFC 8414
    /.well-known/oauth-authorization-server
  • MCP Server Card SEP-1649 draft
    /.well-known/mcp/server-card.json
  • A2A Agent Card A2A v1.0
    /.well-known/agent-card.json
  • API Catalog RFC 9727
    /.well-known/api-catalog
  • Agent Skills index Discovery RFC v0.2.0 draft
    /.well-known/agent-skills/index.json

이 점수는 그대로 있지 않습니다. 모니터링은 아직 없습니다. 명단에 등록하면 출시할 때 알려드립니다.

명단에 등록되었습니다! 서비스 출시 시 알려드리겠습니다.

측정 결과 Content requires JavaScript rendering

페이지가 콘텐츠 렌더링에 JavaScript를 필요로 합니다. 대부분의 AI 에이전트는 JavaScript를 실행하지 않으므로 빈 페이지를 보게 됩니다.

구현 방법

서버 사이드 렌더링(SSR) 또는 정적 사이트 생성(SSG)을 사용하여 초기 HTML 응답에서 콘텐츠를 사용할 수 있도록 하세요.

코딩 에이전트에 붙여넣어 수정하게 하세요

측정 결과 No Markdown for Agents support detected

사이트가 Markdown for Agents를 지원하지 않습니다. 이 Cloudflare 표준을 통해 AI 에이전트가 마크다운 형식으로 콘텐츠를 요청할 수 있으며, 토큰 사용량을 ~80% 줄일 수 있습니다.

구현 방법

다음 중 하나 이상을 구현하세요: (1) Accept: text/markdown에 마크다운 콘텐츠로 응답. (2) .md URL 제공 (예: /page.md). (3) <link rel="alternate" type="text/markdown"> 태그 추가. (4) 마크다운 발견을 위한 Link HTTP 헤더 추가.

코딩 에이전트에 붙여넣어 수정하게 하세요

측정 결과 No sitemap found

사이트맵을 찾을 수 없습니다. 사이트맵은 AI 에이전트가 사이트의 모든 페이지를 발견하는 데 도움을 줍니다.

구현 방법

모든 공개 페이지를 나열하는 /sitemap.xml을 만드세요. 대부분의 CMS 플랫폼에서 자동 생성할 수 있습니다.

코딩 에이전트에 붙여넣어 수정하게 하세요

측정 결과 Content ratio: 0.7% (1747 content chars / 257996 HTML bytes)

페이지의 실제 콘텐츠와 전체 HTML의 비율이 낮습니다. 페이지 무게의 상당 부분이 콘텐츠가 아닌 마크업, 스크립트, 스타일입니다.

구현 방법

CSS를 외부 스타일시트로 이동하고, 인라인 스타일을 제거하고, JavaScript를 최소화하고, HTML이 콘텐츠 구조에 집중하도록 하세요.

코딩 에이전트에 붙여넣어 수정하게 하세요

측정 결과 3 semantic elements, 267 divs (ratio: 1%)

페이지가 <div> 요소에 크게 의존합니다. <section>, <nav>, <header>, <footer>, <aside> 같은 시맨틱 요소는 AI 에이전트에게 의미 있는 구조를 제공합니다.

구현 방법

범용 <div> 컨테이너를 적절한 시맨틱 요소로 교체하세요. 주제별 그룹에는 <section>, 내비게이션에는 <nav>, 페이지/섹션 헤더와 푸터에는 <header>/<footer>를 사용하세요.

코딩 에이전트에 붙여넣어 수정하게 하세요

측정 결과 No Content-Signal found (robots.txt or HTTP headers)

Content-Signal 지시어가 발견되지 않았습니다. 이는 AI 에이전트에게 콘텐츠 사용 방법(검색 색인, AI 입력, 훈련 데이터)을 알려줍니다. 권장 위치는 robots.txt입니다.

구현 방법

robots.txt에 Content-Signal을 추가하세요: User-agent: *\nContent-Signal: search=yes, ai-input=yes, ai-train=no. 마크다운 응답의 HTTP 헤더로도 추가할 수 있습니다.

코딩 에이전트에 붙여넣어 수정하게 하세요

측정 결과 no <h1>

제목 구조에 문제가 있습니다 (레벨 건너뛰기 또는 다중 h1 태그). 깔끔한 계층 구조는 AI 에이전트가 콘텐츠 구성을 이해하는 데 도움을 줍니다.

구현 방법

페이지당 정확히 하나의 <h1>을 유지하고, 제목이 순차적 순서를 따르도록 하세요: h1 > h2 > h3. 레벨을 건너뛰지 마세요 (예: h1에서 바로 h3).

코딩 에이전트에 붙여넣어 수정하게 하세요

측정 결과 2/3 OG tags present

Open Graph 태그가 없거나 불완전합니다. OG 태그는 AI 에이전트(및 소셜 플랫폼)가 페이지의 제목, 설명, 이미지를 이해하는 데 도움을 줍니다.

구현 방법

페이지의 <head>에 og:title, og:description, og:image 메타 태그를 추가하세요.

코딩 에이전트에 붙여넣어 수정하게 하세요

측정 결과 116/1104 elements with inline styles (10.5%)

많은 요소에 인라인 스타일 속성이 있습니다. 이는 콘텐츠를 추출하는 AI 에이전트에게 잡음이 됩니다.

구현 방법

모든 인라인 스타일을 스타일시트의 CSS 클래스로 이동하세요. 많은 고유 스타일이 필요하면 Tailwind 같은 유틸리티 CSS 프레임워크를 사용하세요.

코딩 에이전트에 붙여넣어 수정하게 하세요
Markdown 토큰: 549
## Cuestiona qué
viene después### Tu compañero de ideas para grandes ambiciones

o

## Explorar planes

### Free

Prueba Claude

$0

Gratis para todos

-   Chatea en web, iOS, Android y en tu escritorio

-   Generar código y visualizar datos

-   Escribir, editar y crear contenido

-   Capacidad de buscar en la web

-   Memoria entre conversaciones

-   Crear archivos y ejecutar código

-   Desbloquea más funciones de Claude con extensiones de escritorio

-   Conectar servicios de Slack y Google Workspace

-   Integra cualquier contexto o herramienta a través de conectores con MCP remoto

-   Razonamiento extendido para trabajos complejos

### Pro

Para la productividad diaria

$17

Por mes con descuento de suscripción anual (200 $ facturados por adelantado). 20 $ si se factura mensualmente.

Sin compromiso · Cancela cuando quieras

Todo lo incluido en Free, más:

-   Más uso\*

-   Incluye Claude Code

-   Incluye Claude Cowork

-   Incluye Claude Design

-   Incluye Claude Science

-   Acceso a proyectos ilimitados para organizar chats y documentos

-   Acceso a Research

-   Posibilidad de usar más modelos de Claude

-   Claude para Microsoft 365

### Max

5-20 veces más uso que Pro

Desde $100

Por mes facturado mensualmente

Sin compromiso · Cancela cuando quieras

Todo lo incluido en Pro, más:

-   Elige 5 o 20 veces más uso que Pro\*

-   Límites de salida más altos para todas las tareas

-   Acceso anticipado a funciones avanzadas de Claude

-   Acceso prioritario en momentos de alto tráfico

\*[Se aplican límites de uso.](https://support.anthropic.com/en/articles/9797557-usage-limit-best-practices) Los precios mostrados no incluyen los impuestos aplicables. Los precios y planes están sujetos a cambios a discreción de Anthropic.

## Preguntas frecuentes

### Configuración de cookies

Utilizamos cookies para ofrecer y mejorar nuestros servicios, analizar el uso del sitio y, si está de acuerdo, personalizar su experiencia y comercializar nuestros servicios. Puede leer nuestra Política de Cookies [aquí](https://www.anthropic.com/legal/cookies).
Sign in - Claude

[](https://claude.ai/)

### Conozca a Claude

#### Productos

[Claude](https://claude.com/product/overview)[Claude Code](https://claude.com/product/claude-code)[Claude Cowork](https://claude.com/product/cowork)[Claude Security](https://claude.com/product/claude-security)

#### Características

[Claude para Chrome](https://claude.com/claude-for-chrome)[Claude para Slack](https://claude.com/claude-for-slack)[Claude para Microsoft 365](https://claude.com/claude-for-microsoft-365)[Skills](https://claude.com/skills)

#### Modelos

[Mythos

](https://www.anthropic.com/claude/mythos)[Fable

](https://www.anthropic.com/claude/fable)[Opus

](https://www.anthropic.com/claude/opus)[Sonnet

](https://www.anthropic.com/claude/sonnet)[Haiku

](https://www.anthropic.com/claude/haiku)

### Plataforma

[Resumen](https://claude.com/platform/api)[Documentación para desarrolladores

](https://platform.claude.com/docs)[Precios](https://claude.com/pricing#api)

[Iniciar sesión en consola

](https://platform.claude.com/)

### Soluciones

#### Casos de uso

[Agentes de IA](https://claude.com/solutions/agents)[Programación](https://claude.com/solutions/coding)

#### Tamaño de la empresa

[Startups](https://claude.com/programs/startups)[Enterprise](https://claude.com/solutions/enterprise)

#### Departamentos

[Legal](https://claude.com/solutions/legal)[Seguridad](https://claude.com/solutions/security)

#### Sectores

[Atención al cliente](https://claude.com/solutions/customer-support)[Educación](https://claude.com/solutions/education)[Servicios financieros](https://claude.com/solutions/financial-services)[Gobierno](https://claude.com/solutions/government)[Sanidad](https://claude.com/solutions/healthcare)[Ciencias de la vida](https://claude.com/solutions/life-sciences)[Organizaciones sin ánimo de lucro](https://claude.com/solutions/nonprofits)

### Precios

[Resumen](https://claude.com/pricing)[API](https://claude.com/pricing#api)

### Recursos

#### Información

[Blog](https://claude.com/blog)[Casos de clientes](https://claude.com/customers)[Noticias de Anthropic

](https://www.anthropic.com/news)

#### Aprender

[Anthropic Academy

](https://www.anthropic.com/learn)[Cursos](https://claude.com/resources/courses)[Tutoriales](https://claude.com/resources/tutorials)[Casos de uso](https://claude.com/resources/use-cases)

#### Herramientas

[Conectores](https://claude.com/connectors)[Plugins](https://claude.com/plugins)

#### Conectar

[Comunidad](https://claude.com/community)[Eventos

](https://www.anthropic.com/events)

[Contactar con ventas](https://claude.com/contact-sales)Probar Claude

## Cuestiona qué
viene después### Tu compañero de ideas para grandes ambiciones

![Logotipo de Google](https://claude.ai/images/google.svg)Continuar con Google

o

Continuar con correo electrónico

Continuar con SSO

Al continuar, reconoces la [Política de Privacidad (se abre en una pestaña nueva)](https://www.anthropic.com/legal/archive/cf9b9ac4-d387-48b8-8560-ce1c58b8a34b) de Anthropic.

Descargar aplicación de escritorio

## Explorar planes

IndividualTeam y Enterprise

Individual

Team y Enterprise

### Free

Prueba Claude

$0

Gratis para todos

Probar Claude

-   Chatea en web, iOS, Android y en tu escritorio

-   Generar código y visualizar datos

-   Escribir, editar y crear contenido

-   Capacidad de buscar en la web

-   Memoria entre conversaciones

-   Crear archivos y ejecutar código

-   Desbloquea más funciones de Claude con extensiones de escritorio

-   Conectar servicios de Slack y Google Workspace

-   Integra cualquier contexto o herramienta a través de conectores con MCP remoto

-   Razonamiento extendido para trabajos complejos

### Pro

Para la productividad diaria

$17

Por mes con descuento de suscripción anual (200 $ facturados por adelantado). 20 $ si se factura mensualmente.

Probar Claude

Sin compromiso · Cancela cuando quieras

Todo lo incluido en Free, más:

-   Más uso\*

-   Incluye Claude Code

-   Incluye Claude Cowork

-   Incluye Claude Design

-   Incluye Claude Science

-   Acceso a proyectos ilimitados para organizar chats y documentos

-   Acceso a Research

-   Posibilidad de usar más modelos de Claude

-   Claude para Microsoft 365

### Max

5-20 veces más uso que Pro

Desde $100

Por mes facturado mensualmente

Probar Claude

Sin compromiso · Cancela cuando quieras

Todo lo incluido en Pro, más:

-   Elige 5 o 20 veces más uso que Pro\*

-   Límites de salida más altos para todas las tareas

-   Acceso anticipado a funciones avanzadas de Claude

-   Acceso prioritario en momentos de alto tráfico

\*[Se aplican límites de uso.](https://support.anthropic.com/en/articles/9797557-usage-limit-best-practices) Los precios mostrados no incluyen los impuestos aplicables. Los precios y planes están sujetos a cambios a discreción de Anthropic.

## Preguntas frecuentes

### ### ¿Qué es Claude y cómo funciona?

### ### ¿Para qué debería usar Claude?

### ### ¿Cuánto cuesta utilizarlo?

### Configuración de cookies

Utilizamos cookies para ofrecer y mejorar nuestros servicios, analizar el uso del sitio y, si está de acuerdo, personalizar su experiencia y comercializar nuestros servicios. Puede leer nuestra Política de Cookies [aquí](https://www.anthropic.com/legal/cookies).

PersonalizarPersonalizar configuración de cookiesRechazarRechazar todas las cookiesAceptarAceptar todas las cookies

이 파일을 서버의 /login.md에 업로드하여 AI 에이전트가 페이지의 깔끔한 버전에 접근할 수 있게 하세요. Accept: text/markdown 콘텐츠 협상을 설정하여 자동으로 제공할 수도 있습니다.

권장 내용

llms.txt 다운로드
# Claude

> Sign in to Claude, Anthropic's AI assistant for problem solvers.

## Main
- [Claude](https://claude.ai/login): Sign in to Claude, Anthropic's AI assistant for problem solvers.
- [Descargar aplicación](https://claude.ai/download)

전체 llms.txt는 도메인 전체 분석이 필요합니다 (곧 출시)

이 파일을 도메인 루트의 https://claude.ai/llms.txt에 업로드하세요. ChatGPT, Claude, Perplexity 등의 AI 에이전트가 이 파일을 확인하여 사이트 구조를 파악합니다.

이 사이트에는 이미 llms.txt 파일이 있습니다.

유효하지 않은 형식 — # 제목으로 시작하고 의미 있는 콘텐츠가 있어야 합니다
<!doctype html><html data-build-id="bd060e6228" data-git-hash="bd060e62289816373785bcb0b556498112c8b486" data-build-timestamp="1784236158" data-version="1.0.0" data-env="" data-color-version="v2" lang="en" data-theme="claude" data-mode="auto" class="h-screen antialiased scroll-smooth"><head data-ion-ip-country="ES"><link rel="preconnect" href="https://assets-proxy.anthropic.com" crossorigin><link rel="dns-prefetch" href="https://assets-proxy.anthropic.com"><meta charset="UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1,viewport-fit=cover"><title data-react-fallback>Claude</title><meta data-react-fallback name="description" content="Claude is Anthropic's AI, built for problem solvers. Tackle complex challenges, analyze data, write code, and think through your hardest work."><meta name="apple-itunes-app" content="app-id=6473753684"><meta property="og:type" content="website"><meta property="og:site_name" content="Claude"><meta property="og:image" content="https://claude.ai/images/claude_ogimage.png"><meta property="og:image:width" content="1200"><meta property="og:image:height" content="630"><meta name="twitter:card" content="summary_large_image"><link rel="icon" type="image/svg+xml" href="https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/cd02a42d9-Vq_H3mgS.svg"><link rel="icon" type="image/png" sizes="32x32" href="https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/ce67964e7-CAX1bqSh.png"><link rel="icon" type="image/png" sizes="16x16" href="https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/c03e51811-DebilQLI.png"><link rel="shortcut icon" href="/favicon.ico"><link rel="apple-touch-icon" href="https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/c129d018a-jJjJELY8.png"><link rel="apple-touch-startup-image" href="/images/claude_app_icon.png"><link rel="manifest" href="/manifest.json"><meta name="mobile-web-app-capable" content="yes"><link rel="preload" href="https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/cc27851ad-DDVos-BJ.woff2" as="font" type="font/woff2" crossorigin><link rel="preload" href="https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/c66fc489e-2VcCjn5t.woff2" as="font" type="font/woff2" crossorigin><link rel="preload" href="https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/c0f671921-_JGacpB2.woff2" as="font" type="font/woff2" crossorigin><script nonce="dOksbQ5geTuR6y8yM9Eeow==">void 0===globalThis.process&&(globalThis.process={env:{},cwd:function(){return"/"}}),void 0===globalThis.global&&(globalThis.global=globalThis)</script><script type="application/ld+json" nonce="dOksbQ5geTuR6y8yM9Eeow==">{
        "@context": "https://schema.org",
        "@graph": [
          {
            "@type": "WebSite",
            "name": "Claude",
            "alternateName": ["Claude.ai", "Claude by Anthropic"],
            "url": "https://claude.com"
          },
          {
            "@type": "Organization",
            "name": "Anthropic",
            "url": "https://www.anthropic.com",
            "logo": "https://claude.ai/images/claude_ogimage.png",
            "sameAs": [
              "https://x.com/AnthropicAI",
              "https://www.linkedin.com/company/anthropic",
              "https://www.youtube.com/@anthropic-ai"
            ]
          }
        ]
      }</script><script nonce="dOksbQ5geTuR6y8yM9Eeow==">"use strict";!function(){try{performance.mark?.("rq_cache:preload_start");let e="keyval-store",r="keyval",o="react-query-cache",t=new Promise(t=>{if(!window.indexedDB)return void t(void 0);let a=indexedDB.open(e);a.onupgradeneeded=()=>{a.transaction?.abort()},a.onerror=()=>t(void 0),a.onsuccess=()=>{let c=a.result;if(!c.objectStoreNames.contains(r))return c.close(),indexedDB.deleteDatabase(e),void t(void 0);try{let e=c.transaction(r,"readonly").objectStore(r).get(o);e.onerror=()=>{c.close(),t(void 0)},e.onsuccess=()=>{c.close(),window.__PRELOADED_IDB_CACHE_RESULT__=e.result,t(e.result)}}catch{c.close(),t(void 0)}}});window.__PRELOADED_IDB_CACHE__=t,performance.measure?.("rq_cache:preload_exec",{start:"rq_cache:preload_start"})}catch{}}()</script><script nonce="dOksbQ5geTuR6y8yM9Eeow==">"use strict";(()=>{function t(t){let e=t+"=";for(let t of document.cookie.split(";")){let n=t.trim();if(n.startsWith(e))try{return decodeURIComponent(n.slice(e.length))}catch{return}}}function e(t){if(0===t.length)return t;let e=t.replace(/[^\x20-\x7E]/g,"").trim();return e.length>0?e:"invalid"}var n=/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/i,r=/^[a-zA-Z]{2,3}(-[a-zA-Z0-9]{2,8}){0,3}$/;var a=/[?&]platform=([^&#]*)/,o=/[?&]appVersion=([^&#]*)/,i=/^[0-9A-Za-z][0-9A-Za-z.+-]{0,63}$/;function s(t,e){let n=e.exec(t);if(null===n)return null;try{return decodeURIComponent(n[1])}catch{return null}}try{if(window.__SKIP_BOOTSTRAP_PRELOAD__)throw new Error;if(function(){if(!window.location.pathname.startsWith("/mobile/mcp-app-runtime/"))return!1;let t=s(window.location.search,a);if("ios"!==t&&"android"!==t)return!1;let e=s(window.location.search,o);return null!==e&&i.test(e)}())throw window.__BOOTSTRAP_PRELOAD__={wrapperSkip:!0},new Error;if(!t("anthropic-bootstrap-seam"))throw window.__BOOTSTRAP_PRELOAD__={gated:!0},new Error;performance.mark?.("bootstrap:preload_start");let{path:c,headers:l}=function(a={}){let o=a.apiPrefix??"/edge-api",i=navigator.userAgent.toLowerCase(),s=(i.indexOf("claude/")>=0||i.indexOf("claudenest/")>=0||i.indexOf("claudegov/")>=0)&&!!window.claudeAppBindings,c=t("lastActiveOrg"),l=t("sessionKeyLC"),d=!a.skipOrgPath&&l&&c&&n.test(c)?c:void 0,p="?statsig_hashing_algorithm=djb2&growthbook_format=sdk"+(s?"":"&include_system_prompts=false"),u=d?o+"/bootstrap/"+d+"/app_start"+p:o+"/bootstrap"+p,h=document.documentElement.dataset,_={"anthropic-client-sha":h.gitHash??"unknown","anthropic-client-version":h.version??"unknown","anthropic-client-build":h.buildTimestamp??"unknown","anthropic-device-id":e(t("anthropic-device-id")??"unknown"),"anthropic-client-platform":s?"desktop_app":"web_claude_ai"},f=function(t){let e=t.length>=2&&t.startsWith('"')&&t.endsWith('"')?t.slice(1,-1):t;return/^[a-zA-Z0-9_.-]{1,128}$/.test(e)?e:void 0}(t("ajs_anonymous_id")??"");f&&(_["anthropic-anonymous-id"]=f);let w=t("activitySessionId");w&&(_["x-activity-session-id"]=e(w));let m=function(){try{let t=localStorage.getItem("spa:locale");return t&&r.test(t)?t:void 0}catch{return}}();return m&&(_["accept-language"]=m),{path:u,headers:_}}(),d=fetch(c,{credentials:"include",headers:l});d.catch(()=>{}),window.__BOOTSTRAP_PRELOAD__={promise:d,path:c},performance.measure?.("bootstrap:preload_exec",{start:"bootstrap:preload_start"})}catch{}})()</script><link rel="preconnect" href="https://js.stripe.com"><link rel="preconnect" href="https://m.stripe.network"><script type="module" crossorigin src="https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/index-BTeNEC6q.js" nonce="dOksbQ5geTuR6y8yM9Eeow=="></script><link rel="modulepreload" crossorigin href="https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/vendor-react-RSDKEZ60.js"><link rel="modulepreload" crossorigin href="https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/vendor-infra-DayZK7Ds.js"><link rel="modulepreload" crossorigin href="https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/vendor-zod-CMlTWxSA.js"><link rel="modulepreload" crossorigin href="https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/vendor-base-5_f7mmWg.js"><link rel="modulepreload" crossorigin href="https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/vendor-radix-CG7HKv49.js"><link rel="modulepreload" crossorigin href="https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/vendor-base-ui-Y5XYzw50.js"><link rel="modulepreload" crossorigin href="https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/vendor-virtual-Dv6zxMze.js"><link rel="modulepreload" crossorigin href="https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/vendor-ant-cds-DkbRPMRG.js"><link rel="modulepreload" crossorigin href="https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/vendor-intl-DxBUx8QK.js"><link rel="modulepreload" crossorigin href="https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/vendor-zustand-IIUY2Tf-.js"><link rel="modulepreload" crossorigin href="https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/vendor-icons-BnB12ojj.js"><link rel="modulepreload" crossorigin href="https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/vendor-lodash-B2TXYph8.js"><link rel="modulepreload" crossorigin href="https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/vendor-router-GBzVqgom.js"><link rel="modulepreload" crossorigin href="https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/vendor-query-ic66R1XF.js"><link rel="modulepreload" crossorigin href="https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/vendor-motion--js1eIeh.js"><link rel="modulepreload" crossorigin href="https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/vendor-luxon-BRjcUWA_.js"><link rel="modulepreload" crossorigin href="https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/vendor-growthbook-BPZYouxF.js"><link rel="modulepreload" crossorigin href="https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/vendor-zod-v3-CJYOoWfA.js"><link rel="modulepreload" crossorigin href="https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/c572cda51-DXwmZL3e.js"><link rel="modulepreload" crossorigin href="https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/ca1ce32a0-DZkzN9mB.js"><link rel="modulepreload" crossorigin href="https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/c615abdf4-CWpzPbma.js"><link rel="modulepreload" crossorigin href="https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/c51e217b4-B2q-7LQL.js"><link rel="modulepreload" crossorigin href="https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/c457aa9e5-CPWOwhrx.js"><link rel="modulepreload" crossorigin href="https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/ccc72bfa9-Zx-MWvPy.js"><link rel="modulepreload" crossorigin href="https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/c1c3a0b25-rIr7WDdp.js"><link rel="modulepreload" crossorigin href="https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/c2b5b5d37-CANHo4YV.js"><link rel="modulepreload" crossorigin href="https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/c3894114c-BujSuKb5.js"><link rel="modulepreload" crossorigin href="https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/c4b43b0ae-BVeZjn8d.js"><link rel="modulepreload" crossorigin href="https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/ce50623f6-CZ99UY9v.js"><link rel="modulepreload" crossorigin href="https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/cbef3b9e7-D4d5-32W.js"><link rel="modulepreload" crossorigin href="https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/c43a91f1b-DiZxGGvb.js"><link rel="modulepreload" crossorigin href="https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/c6a992d55-ukRMc0R1.js"><link rel="modulepreload" crossorigin href="https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/cec18ad9a-IX-3fHH9.js"><link rel="modulepreload" crossorigin href="https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/c4fba3bc0-CjuZuXcQ.js"><link rel="modulepreload" crossorigin href="https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/ca0c38004-BObM6yn8.js"><link rel="modulepreload" crossorigin href="https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/c4fd38d65-CylaCp6k.js"><link rel="modulepreload" crossorigin href="https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/c8c9a078e-D6nboWBo.js"><link rel="modulepreload" crossorigin href="https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/c6a9163d1-DNsKMMEW.js"><link rel="modulepreload" crossorigin href="https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/c4295e806-aoxbVXIk.js"><link rel="modulepreload" crossorigin href="https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/c009a87a0-CKDrnkyN.js"><link rel="modulepreload" crossorigin href="https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/c80791b3a-Db7yT1IL.js"><link rel="modulepreload" crossorigin href="https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/cf393db83-BODrAenc.js"><link rel="modulepreload" crossorigin href="https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/c627fcdb6-dStD5HXq.js"><link rel="modulepreload" crossorigin href="https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/c7b4a7655-Czk-et3k.js"><link rel="modulepreload" crossorigin href="https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/c93f725a0-Fji-3TQP.js"><link rel="modulepreload" crossorigin href="https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/c2591c98b-B1n9HuAS.js"><link rel="modulepreload" crossorigin href="https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/cdd5b9598-CN6OqD7J.js"><link rel="modulepreload" crossorigin href="https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/cf57f6351-DxLHWrZi.js"><link rel="modulepreload" crossorigin href="https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/c399fb97c-D-FUSGX-.js"><link rel="modulepreload" crossorigin href="https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/ca9c256b9-BXQsTdNf.js"><link rel="stylesheet" crossorigin href="https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/vendor-ant-cds-G1fENYYx.css"><link rel="stylesheet" crossorigin href="https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/c572cda51-BhR-rjfy.css"><link rel="stylesheet" crossorigin href="https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/c457aa9e5-DVrMTcWf.css"><link rel="stylesheet" crossorigin href="https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/c009a87a0-o73uZ2YJ.css"><link rel="stylesheet" crossorigin href="https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/c6a992d55-D4SN_etr.css"></head><body class="bg-bg-100 text-text-100 font-ui min-h-screen"><div id="root"></div></body></html>

접근성

JavaScript 없이 콘텐츠 이용 가능 (20/100)

Content requires JavaScript rendering

HTML에서 콘텐츠가 빠른 위치에 배치 (75/100)

Main content starts at 27% of HTML

적절한 페이지 크기 (80/100)

Page size: 252KB

AI 발견 가능성

robots.txt가 AI 봇 허용 (100/100)

All major AI search bots allowed

Markdown for Agents 지원 (0/100)
&#10007; Accept: text/markdown &#10007; .md URL &#10007; <link> tag &#10007; Link header
sitemap.xml 있음 (0/100)

No sitemap found

robots.txt 파일 있음 (100/100)

robots.txt exists

llms.txt 파일 있음 (50/100)

llms.txt exists but appears empty or invalid

Content-Signal 있음 (robots.txt 또는 HTTP 헤더) (0/100)
&#10003; robots.txt &#10003; HTTP header &#10007; Policy

구조화 데이터

Schema.org / JSON-LD 있음 (100/100)

JSON-LD found: WebSite, Organization

Open Graph 태그 있음 (67/100)

2/3 OG tags present

메타 설명 있음 (100/100)

Meta description: 64 chars

정규 URL 있음 (100/100)

Canonical URL present

lang 속성 있음 (100/100)

lang="es-ES"

시맨틱 HTML

올바른 제목 계층 구조 (70/100)

no <h1>

article 또는 main 요소 사용 (100/100)

Has <main>

시맨틱 HTML 요소 사용 (4/100)

3 semantic elements, 267 divs (ratio: 1%)

의미 있는 이미지 alt 속성 (100/100)

1/1 images with meaningful alt text

낮은 div 중첩 깊이 (55/100)

Avg div depth: 9.5, max: 16

콘텐츠 효율성

양호한 토큰 감소율 (100/100)

100% token reduction (HTML→Markdown)

양호한 콘텐츠 대 잡음 비율 (0/100)

Content ratio: 0.7% (1747 content chars / 257996 HTML bytes)

적절한 페이지 무게 (50/100)

HTML size: 252KB

최소한의 인라인 스타일 (0/100)

116/1104 elements with inline styles (10.5%)

{
  "url": "https://claude.ai/login",
  "timestamp": 1784275490449,
  "fetch": {
    "mode": "rendered",
    "timeMs": 3399,
    "htmlSizeBytes": 257996,
    "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": "Claude",
    "excerpt": "Sign in to Claude, Anthropic's AI assistant for problem solvers.",
    "byline": null,
    "siteName": "Claude",
    "lang": "es-ES",
    "contentLength": 1747,
    "metadata": {
      "description": "Sign in to Claude, Anthropic's AI assistant for problem solvers.",
      "ogTitle": "Claude",
      "ogDescription": null,
      "ogImage": "https://claude.ai/images/claude_ogimage.png",
      "ogType": "website",
      "canonical": "https://claude.ai",
      "lang": "es-ES",
      "schemas": [
        {
          "@type": "WebSite",
          "name": "Claude",
          "alternateName": [
            "Claude.ai",
            "Claude by Anthropic"
          ],
          "url": "https://claude.com"
        },
        {
          "@type": "Organization",
          "name": "Anthropic",
          "url": "https://www.anthropic.com",
          "logo": "https://claude.ai/images/claude_ogimage.png",
          "sameAs": [
            "https://x.com/AnthropicAI",
            "https://www.linkedin.com/company/anthropic",
            "https://www.youtube.com/@anthropic-ai"
          ]
        }
      ],
      "robotsMeta": null,
      "author": null,
      "generator": null,
      "markdownAlternateHref": null
    }
  },
  "markdown": "## Cuestiona qué\nviene después### Tu compañero de ideas para grandes ambiciones\n\no\n\n## Explorar planes\n\n### Free\n\nPrueba Claude\n\n$0\n\nGratis para todos\n\n-   Chatea en web, iOS, Android y en tu escritorio\n\n-   Generar código y visualizar datos\n\n-   Escribir, editar y crear contenido\n\n-   Capacidad de buscar en la web\n\n-   Memoria entre conversaciones\n\n-   Crear archivos y ejecutar código\n\n-   Desbloquea más funciones de Claude con extensiones de escritorio\n\n-   Conectar servicios de Slack y Google Workspace\n\n-   Integra cualquier contexto o herramienta a través de conectores con MCP remoto\n\n-   Razonamiento extendido para trabajos complejos\n\n### Pro\n\nPara la productividad diaria\n\n$17\n\nPor mes con descuento de suscripción anual (200 $ facturados por adelantado). 20 $ si se factura mensualmente.\n\nSin compromiso · Cancela cuando quieras\n\nTodo lo incluido en Free, más:\n\n-   Más uso\\*\n\n-   Incluye Claude Code\n\n-   Incluye Claude Cowork\n\n-   Incluye Claude Design\n\n-   Incluye Claude Science\n\n-   Acceso a proyectos ilimitados para organizar chats y documentos\n\n-   Acceso a Research\n\n-   Posibilidad de usar más modelos de Claude\n\n-   Claude para Microsoft 365\n\n### Max\n\n5-20 veces más uso que Pro\n\nDesde $100\n\nPor mes facturado mensualmente\n\nSin compromiso · Cancela cuando quieras\n\nTodo lo incluido en Pro, más:\n\n-   Elige 5 o 20 veces más uso que Pro\\*\n\n-   Límites de salida más altos para todas las tareas\n\n-   Acceso anticipado a funciones avanzadas de Claude\n\n-   Acceso prioritario en momentos de alto tráfico\n\n\\*[Se aplican límites de uso.](https://support.anthropic.com/en/articles/9797557-usage-limit-best-practices) Los precios mostrados no incluyen los impuestos aplicables. Los precios y planes están sujetos a cambios a discreción de Anthropic.\n\n## Preguntas frecuentes\n\n### Configuración de cookies\n\nUtilizamos cookies para ofrecer y mejorar nuestros servicios, analizar el uso del sitio y, si está de acuerdo, personalizar su experiencia y comercializar nuestros servicios. Puede leer nuestra Política de Cookies [aquí](https://www.anthropic.com/legal/cookies).\n",
  "fullPageMarkdown": "Sign in - Claude\n\n[](https://claude.ai/)\n\n### Conozca a Claude\n\n#### Productos\n\n[Claude](https://claude.com/product/overview)[Claude Code](https://claude.com/product/claude-code)[Claude Cowork](https://claude.com/product/cowork)[Claude Security](https://claude.com/product/claude-security)\n\n#### Características\n\n[Claude para Chrome](https://claude.com/claude-for-chrome)[Claude para Slack](https://claude.com/claude-for-slack)[Claude para Microsoft 365](https://claude.com/claude-for-microsoft-365)[Skills](https://claude.com/skills)\n\n#### Modelos\n\n[Mythos\n\n](https://www.anthropic.com/claude/mythos)[Fable\n\n](https://www.anthropic.com/claude/fable)[Opus\n\n](https://www.anthropic.com/claude/opus)[Sonnet\n\n](https://www.anthropic.com/claude/sonnet)[Haiku\n\n](https://www.anthropic.com/claude/haiku)\n\n### Plataforma\n\n[Resumen](https://claude.com/platform/api)[Documentación para desarrolladores\n\n](https://platform.claude.com/docs)[Precios](https://claude.com/pricing#api)\n\n[Iniciar sesión en consola\n\n](https://platform.claude.com/)\n\n### Soluciones\n\n#### Casos de uso\n\n[Agentes de IA](https://claude.com/solutions/agents)[Programación](https://claude.com/solutions/coding)\n\n#### Tamaño de la empresa\n\n[Startups](https://claude.com/programs/startups)[Enterprise](https://claude.com/solutions/enterprise)\n\n#### Departamentos\n\n[Legal](https://claude.com/solutions/legal)[Seguridad](https://claude.com/solutions/security)\n\n#### Sectores\n\n[Atención al cliente](https://claude.com/solutions/customer-support)[Educación](https://claude.com/solutions/education)[Servicios financieros](https://claude.com/solutions/financial-services)[Gobierno](https://claude.com/solutions/government)[Sanidad](https://claude.com/solutions/healthcare)[Ciencias de la vida](https://claude.com/solutions/life-sciences)[Organizaciones sin ánimo de lucro](https://claude.com/solutions/nonprofits)\n\n### Precios\n\n[Resumen](https://claude.com/pricing)[API](https://claude.com/pricing#api)\n\n### Recursos\n\n#### Información\n\n[Blog](https://claude.com/blog)[Casos de clientes](https://claude.com/customers)[Noticias de Anthropic\n\n](https://www.anthropic.com/news)\n\n#### Aprender\n\n[Anthropic Academy\n\n](https://www.anthropic.com/learn)[Cursos](https://claude.com/resources/courses)[Tutoriales](https://claude.com/resources/tutorials)[Casos de uso](https://claude.com/resources/use-cases)\n\n#### Herramientas\n\n[Conectores](https://claude.com/connectors)[Plugins](https://claude.com/plugins)\n\n#### Conectar\n\n[Comunidad](https://claude.com/community)[Eventos\n\n](https://www.anthropic.com/events)\n\n[Contactar con ventas](https://claude.com/contact-sales)Probar Claude\n\n## Cuestiona qué\nviene después### Tu compañero de ideas para grandes ambiciones\n\n![Logotipo de Google](https://claude.ai/images/google.svg)Continuar con Google\n\no\n\nContinuar con correo electrónico\n\nContinuar con SSO\n\nAl continuar, reconoces la [Política de Privacidad (se abre en una pestaña nueva)](https://www.anthropic.com/legal/archive/cf9b9ac4-d387-48b8-8560-ce1c58b8a34b) de Anthropic.\n\nDescargar aplicación de escritorio\n\n## Explorar planes\n\nIndividualTeam y Enterprise\n\nIndividual\n\nTeam y Enterprise\n\n### Free\n\nPrueba Claude\n\n$0\n\nGratis para todos\n\nProbar Claude\n\n-   Chatea en web, iOS, Android y en tu escritorio\n\n-   Generar código y visualizar datos\n\n-   Escribir, editar y crear contenido\n\n-   Capacidad de buscar en la web\n\n-   Memoria entre conversaciones\n\n-   Crear archivos y ejecutar código\n\n-   Desbloquea más funciones de Claude con extensiones de escritorio\n\n-   Conectar servicios de Slack y Google Workspace\n\n-   Integra cualquier contexto o herramienta a través de conectores con MCP remoto\n\n-   Razonamiento extendido para trabajos complejos\n\n### Pro\n\nPara la productividad diaria\n\n$17\n\nPor mes con descuento de suscripción anual (200 $ facturados por adelantado). 20 $ si se factura mensualmente.\n\nProbar Claude\n\nSin compromiso · Cancela cuando quieras\n\nTodo lo incluido en Free, más:\n\n-   Más uso\\*\n\n-   Incluye Claude Code\n\n-   Incluye Claude Cowork\n\n-   Incluye Claude Design\n\n-   Incluye Claude Science\n\n-   Acceso a proyectos ilimitados para organizar chats y documentos\n\n-   Acceso a Research\n\n-   Posibilidad de usar más modelos de Claude\n\n-   Claude para Microsoft 365\n\n### Max\n\n5-20 veces más uso que Pro\n\nDesde $100\n\nPor mes facturado mensualmente\n\nProbar Claude\n\nSin compromiso · Cancela cuando quieras\n\nTodo lo incluido en Pro, más:\n\n-   Elige 5 o 20 veces más uso que Pro\\*\n\n-   Límites de salida más altos para todas las tareas\n\n-   Acceso anticipado a funciones avanzadas de Claude\n\n-   Acceso prioritario en momentos de alto tráfico\n\n\\*[Se aplican límites de uso.](https://support.anthropic.com/en/articles/9797557-usage-limit-best-practices) Los precios mostrados no incluyen los impuestos aplicables. Los precios y planes están sujetos a cambios a discreción de Anthropic.\n\n## Preguntas frecuentes\n\n### ### ¿Qué es Claude y cómo funciona?\n\n### ### ¿Para qué debería usar Claude?\n\n### ### ¿Cuánto cuesta utilizarlo?\n\n### Configuración de cookies\n\nUtilizamos cookies para ofrecer y mejorar nuestros servicios, analizar el uso del sitio y, si está de acuerdo, personalizar su experiencia y comercializar nuestros servicios. Puede leer nuestra Política de Cookies [aquí](https://www.anthropic.com/legal/cookies).\n\nPersonalizarPersonalizar configuración de cookiesRechazarRechazar todas las cookiesAceptarAceptar todas las cookies\n",
  "markdownStats": {
    "images": 0,
    "links": 2,
    "tables": 0,
    "codeBlocks": 0,
    "headings": 8
  },
  "tokens": {
    "htmlTokens": 123311,
    "markdownTokens": 549,
    "reduction": 122762,
    "reductionPercent": 100
  },
  "score": {
    "score": 60,
    "grade": "C",
    "rubricVersion": 2,
    "dimensions": {
      "accessibility": {
        "score": 46,
        "weight": 30,
        "grade": "D",
        "checks": {
          "content_without_js": {
            "score": 20,
            "weight": 55,
            "evidence": "proven",
            "details": "Content requires JavaScript rendering"
          },
          "fast_content_position": {
            "score": 75,
            "weight": 25,
            "evidence": "plausible",
            "details": "Main content starts at 27% of HTML"
          },
          "reasonable_page_size": {
            "score": 80,
            "weight": 20,
            "evidence": "plausible",
            "details": "Page size: 252KB"
          }
        }
      },
      "aiDiscoverability": {
        "score": 50,
        "weight": 25,
        "grade": "D",
        "checks": {
          "robots_allows_ai_bots": {
            "score": 100,
            "weight": 35,
            "evidence": "proven",
            "details": "All major AI search bots allowed"
          },
          "supports_markdown_negotiation": {
            "score": 0,
            "weight": 20,
            "evidence": "plausible",
            "details": "No Markdown for Agents support detected"
          },
          "has_sitemap": {
            "score": 0,
            "weight": 15,
            "evidence": "plausible",
            "details": "No sitemap found"
          },
          "has_robots_txt": {
            "score": 100,
            "weight": 10,
            "evidence": "plausible",
            "details": "robots.txt exists"
          },
          "has_llms_txt": {
            "score": 50,
            "weight": 10,
            "evidence": "speculative",
            "details": "llms.txt exists but appears empty or invalid"
          },
          "has_content_signals": {
            "score": 0,
            "weight": 10,
            "evidence": "speculative",
            "details": "No Content-Signal found (robots.txt or HTTP headers)"
          }
        }
      },
      "structuredData": {
        "score": 93,
        "weight": 20,
        "grade": "A",
        "checks": {
          "has_schema_org": {
            "score": 100,
            "weight": 35,
            "evidence": "proven",
            "details": "JSON-LD found: WebSite, Organization"
          },
          "has_open_graph": {
            "score": 67,
            "weight": 20,
            "evidence": "plausible",
            "details": "2/3 OG tags present"
          },
          "has_meta_description": {
            "score": 100,
            "weight": 20,
            "evidence": "plausible",
            "details": "Meta description: 64 chars"
          },
          "has_canonical_url": {
            "score": 100,
            "weight": 15,
            "evidence": "plausible",
            "details": "Canonical URL present"
          },
          "has_lang_attribute": {
            "score": 100,
            "weight": 10,
            "evidence": "plausible",
            "details": "lang=\"es-ES\""
          }
        }
      },
      "semanticHtml": {
        "score": 67,
        "weight": 15,
        "grade": "C",
        "checks": {
          "proper_heading_hierarchy": {
            "score": 70,
            "weight": 30,
            "evidence": "plausible",
            "details": "no <h1>"
          },
          "uses_article_or_main": {
            "score": 100,
            "weight": 25,
            "evidence": "plausible",
            "details": "Has <main>"
          },
          "semantic_elements": {
            "score": 4,
            "weight": 20,
            "evidence": "plausible",
            "details": "3 semantic elements, 267 divs (ratio: 1%)"
          },
          "meaningful_alt_texts": {
            "score": 100,
            "weight": 15,
            "evidence": "plausible",
            "details": "1/1 images with meaningful alt text"
          },
          "low_div_nesting": {
            "score": 55,
            "weight": 10,
            "evidence": "speculative",
            "details": "Avg div depth: 9.5, max: 16"
          }
        }
      },
      "contentEfficiency": {
        "score": 50,
        "weight": 10,
        "grade": "D",
        "checks": {
          "token_reduction_ratio": {
            "score": 100,
            "weight": 40,
            "evidence": "speculative",
            "details": "100% token reduction (HTML→Markdown)"
          },
          "content_to_noise_ratio": {
            "score": 0,
            "weight": 30,
            "evidence": "speculative",
            "details": "Content ratio: 0.7% (1747 content chars / 257996 HTML bytes)"
          },
          "reasonable_page_weight": {
            "score": 50,
            "weight": 20,
            "evidence": "speculative",
            "details": "HTML size: 252KB"
          },
          "minimal_inline_styles": {
            "score": 0,
            "weight": 10,
            "evidence": "speculative",
            "details": "116/1104 elements with inline styles (10.5%)"
          }
        }
      }
    }
  },
  "recommendations": [
    {
      "id": "provide_content_without_js",
      "priority": "critical",
      "category": "accessibility",
      "titleKey": "rec.provide_content_without_js.title",
      "descriptionKey": "rec.provide_content_without_js.description",
      "howToKey": "rec.provide_content_without_js.howto",
      "effort": "significant",
      "estimatedImpact": 13.2,
      "maxImpact": 16.5,
      "evidence": "proven",
      "checkScore": 20,
      "checkDetails": "Content requires JavaScript rendering"
    },
    {
      "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": 5,
      "maxImpact": 5,
      "evidence": "plausible",
      "checkScore": 0,
      "checkDetails": "No Markdown for Agents support detected"
    },
    {
      "id": "add_sitemap",
      "priority": "high",
      "category": "aiDiscoverability",
      "titleKey": "rec.add_sitemap.title",
      "descriptionKey": "rec.add_sitemap.description",
      "howToKey": "rec.add_sitemap.howto",
      "effort": "quick-win",
      "estimatedImpact": 3.8,
      "maxImpact": 3.8,
      "evidence": "plausible",
      "checkScore": 0,
      "checkDetails": "No sitemap found"
    },
    {
      "id": "improve_content_ratio",
      "priority": "high",
      "category": "contentEfficiency",
      "titleKey": "rec.improve_content_ratio.title",
      "descriptionKey": "rec.improve_content_ratio.description",
      "howToKey": "rec.improve_content_ratio.howto",
      "effort": "moderate",
      "estimatedImpact": 3,
      "maxImpact": 3,
      "evidence": "speculative",
      "checkScore": 0,
      "checkDetails": "Content ratio: 0.7% (1747 content chars / 257996 HTML bytes)"
    },
    {
      "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": 2.9,
      "maxImpact": 3,
      "evidence": "plausible",
      "checkScore": 4,
      "checkDetails": "3 semantic elements, 267 divs (ratio: 1%)"
    },
    {
      "id": "add_content_signals",
      "priority": "high",
      "category": "aiDiscoverability",
      "titleKey": "rec.add_content_signals.title",
      "descriptionKey": "rec.add_content_signals.description",
      "howToKey": "rec.add_content_signals.howto",
      "effort": "quick-win",
      "estimatedImpact": 2.5,
      "maxImpact": 2.5,
      "evidence": "speculative",
      "checkScore": 0,
      "checkDetails": "No Content-Signal found (robots.txt or HTTP headers)"
    },
    {
      "id": "fix_heading_hierarchy",
      "priority": "medium",
      "category": "semanticHtml",
      "titleKey": "rec.fix_heading_hierarchy.title",
      "descriptionKey": "rec.fix_heading_hierarchy.description",
      "howToKey": "rec.fix_heading_hierarchy.howto",
      "effort": "quick-win",
      "estimatedImpact": 1.3,
      "maxImpact": 4.5,
      "evidence": "plausible",
      "checkScore": 70,
      "checkDetails": "no <h1>"
    },
    {
      "id": "add_open_graph",
      "priority": "medium",
      "category": "structuredData",
      "titleKey": "rec.add_open_graph.title",
      "descriptionKey": "rec.add_open_graph.description",
      "howToKey": "rec.add_open_graph.howto",
      "effort": "quick-win",
      "estimatedImpact": 1.3,
      "maxImpact": 4,
      "evidence": "plausible",
      "checkScore": 67,
      "checkDetails": "2/3 OG tags present"
    },
    {
      "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": 1,
      "maxImpact": 1,
      "evidence": "speculative",
      "checkScore": 0,
      "checkDetails": "116/1104 elements with inline styles (10.5%)"
    }
  ],
  "llmsTxtPreview": "# Claude\n\n> Sign in to Claude, Anthropic's AI assistant for problem solvers.\n\n## Main\n- [Claude](https://claude.ai/login): Sign in to Claude, Anthropic's AI assistant for problem solvers.\n- [Descargar aplicación](https://claude.ai/download)\n\n",
  "llmsTxtExisting": "<!doctype html><html data-build-id=\"bd060e6228\" data-git-hash=\"bd060e62289816373785bcb0b556498112c8b486\" data-build-timestamp=\"1784236158\" data-version=\"1.0.0\" data-env=\"\" data-color-version=\"v2\" lang=\"en\" data-theme=\"claude\" data-mode=\"auto\" class=\"h-screen antialiased scroll-smooth\"><head data-ion-ip-country=\"ES\"><link rel=\"preconnect\" href=\"https://assets-proxy.anthropic.com\" crossorigin><link rel=\"dns-prefetch\" href=\"https://assets-proxy.anthropic.com\"><meta charset=\"UTF-8\"><meta name=\"viewport\" content=\"width=device-width,initial-scale=1,viewport-fit=cover\"><title data-react-fallback>Claude</title><meta data-react-fallback name=\"description\" content=\"Claude is Anthropic's AI, built for problem solvers. Tackle complex challenges, analyze data, write code, and think through your hardest work.\"><meta name=\"apple-itunes-app\" content=\"app-id=6473753684\"><meta property=\"og:type\" content=\"website\"><meta property=\"og:site_name\" content=\"Claude\"><meta property=\"og:image\" content=\"https://claude.ai/images/claude_ogimage.png\"><meta property=\"og:image:width\" content=\"1200\"><meta property=\"og:image:height\" content=\"630\"><meta name=\"twitter:card\" content=\"summary_large_image\"><link rel=\"icon\" type=\"image/svg+xml\" href=\"https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/cd02a42d9-Vq_H3mgS.svg\"><link rel=\"icon\" type=\"image/png\" sizes=\"32x32\" href=\"https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/ce67964e7-CAX1bqSh.png\"><link rel=\"icon\" type=\"image/png\" sizes=\"16x16\" href=\"https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/c03e51811-DebilQLI.png\"><link rel=\"shortcut icon\" href=\"/favicon.ico\"><link rel=\"apple-touch-icon\" href=\"https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/c129d018a-jJjJELY8.png\"><link rel=\"apple-touch-startup-image\" href=\"/images/claude_app_icon.png\"><link rel=\"manifest\" href=\"/manifest.json\"><meta name=\"mobile-web-app-capable\" content=\"yes\"><link rel=\"preload\" href=\"https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/cc27851ad-DDVos-BJ.woff2\" as=\"font\" type=\"font/woff2\" crossorigin><link rel=\"preload\" href=\"https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/c66fc489e-2VcCjn5t.woff2\" as=\"font\" type=\"font/woff2\" crossorigin><link rel=\"preload\" href=\"https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/c0f671921-_JGacpB2.woff2\" as=\"font\" type=\"font/woff2\" crossorigin><script nonce=\"dOksbQ5geTuR6y8yM9Eeow==\">void 0===globalThis.process&&(globalThis.process={env:{},cwd:function(){return\"/\"}}),void 0===globalThis.global&&(globalThis.global=globalThis)</script><script type=\"application/ld+json\" nonce=\"dOksbQ5geTuR6y8yM9Eeow==\">{\n        \"@context\": \"https://schema.org\",\n        \"@graph\": [\n          {\n            \"@type\": \"WebSite\",\n            \"name\": \"Claude\",\n            \"alternateName\": [\"Claude.ai\", \"Claude by Anthropic\"],\n            \"url\": \"https://claude.com\"\n          },\n          {\n            \"@type\": \"Organization\",\n            \"name\": \"Anthropic\",\n            \"url\": \"https://www.anthropic.com\",\n            \"logo\": \"https://claude.ai/images/claude_ogimage.png\",\n            \"sameAs\": [\n              \"https://x.com/AnthropicAI\",\n              \"https://www.linkedin.com/company/anthropic\",\n              \"https://www.youtube.com/@anthropic-ai\"\n            ]\n          }\n        ]\n      }</script><script nonce=\"dOksbQ5geTuR6y8yM9Eeow==\">\"use strict\";!function(){try{performance.mark?.(\"rq_cache:preload_start\");let e=\"keyval-store\",r=\"keyval\",o=\"react-query-cache\",t=new Promise(t=>{if(!window.indexedDB)return void t(void 0);let a=indexedDB.open(e);a.onupgradeneeded=()=>{a.transaction?.abort()},a.onerror=()=>t(void 0),a.onsuccess=()=>{let c=a.result;if(!c.objectStoreNames.contains(r))return c.close(),indexedDB.deleteDatabase(e),void t(void 0);try{let e=c.transaction(r,\"readonly\").objectStore(r).get(o);e.onerror=()=>{c.close(),t(void 0)},e.onsuccess=()=>{c.close(),window.__PRELOADED_IDB_CACHE_RESULT__=e.result,t(e.result)}}catch{c.close(),t(void 0)}}});window.__PRELOADED_IDB_CACHE__=t,performance.measure?.(\"rq_cache:preload_exec\",{start:\"rq_cache:preload_start\"})}catch{}}()</script><script nonce=\"dOksbQ5geTuR6y8yM9Eeow==\">\"use strict\";(()=>{function t(t){let e=t+\"=\";for(let t of document.cookie.split(\";\")){let n=t.trim();if(n.startsWith(e))try{return decodeURIComponent(n.slice(e.length))}catch{return}}}function e(t){if(0===t.length)return t;let e=t.replace(/[^\\x20-\\x7E]/g,\"\").trim();return e.length>0?e:\"invalid\"}var n=/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/i,r=/^[a-zA-Z]{2,3}(-[a-zA-Z0-9]{2,8}){0,3}$/;var a=/[?&]platform=([^&#]*)/,o=/[?&]appVersion=([^&#]*)/,i=/^[0-9A-Za-z][0-9A-Za-z.+-]{0,63}$/;function s(t,e){let n=e.exec(t);if(null===n)return null;try{return decodeURIComponent(n[1])}catch{return null}}try{if(window.__SKIP_BOOTSTRAP_PRELOAD__)throw new Error;if(function(){if(!window.location.pathname.startsWith(\"/mobile/mcp-app-runtime/\"))return!1;let t=s(window.location.search,a);if(\"ios\"!==t&&\"android\"!==t)return!1;let e=s(window.location.search,o);return null!==e&&i.test(e)}())throw window.__BOOTSTRAP_PRELOAD__={wrapperSkip:!0},new Error;if(!t(\"anthropic-bootstrap-seam\"))throw window.__BOOTSTRAP_PRELOAD__={gated:!0},new Error;performance.mark?.(\"bootstrap:preload_start\");let{path:c,headers:l}=function(a={}){let o=a.apiPrefix??\"/edge-api\",i=navigator.userAgent.toLowerCase(),s=(i.indexOf(\"claude/\")>=0||i.indexOf(\"claudenest/\")>=0||i.indexOf(\"claudegov/\")>=0)&&!!window.claudeAppBindings,c=t(\"lastActiveOrg\"),l=t(\"sessionKeyLC\"),d=!a.skipOrgPath&&l&&c&&n.test(c)?c:void 0,p=\"?statsig_hashing_algorithm=djb2&growthbook_format=sdk\"+(s?\"\":\"&include_system_prompts=false\"),u=d?o+\"/bootstrap/\"+d+\"/app_start\"+p:o+\"/bootstrap\"+p,h=document.documentElement.dataset,_={\"anthropic-client-sha\":h.gitHash??\"unknown\",\"anthropic-client-version\":h.version??\"unknown\",\"anthropic-client-build\":h.buildTimestamp??\"unknown\",\"anthropic-device-id\":e(t(\"anthropic-device-id\")??\"unknown\"),\"anthropic-client-platform\":s?\"desktop_app\":\"web_claude_ai\"},f=function(t){let e=t.length>=2&&t.startsWith('\"')&&t.endsWith('\"')?t.slice(1,-1):t;return/^[a-zA-Z0-9_.-]{1,128}$/.test(e)?e:void 0}(t(\"ajs_anonymous_id\")??\"\");f&&(_[\"anthropic-anonymous-id\"]=f);let w=t(\"activitySessionId\");w&&(_[\"x-activity-session-id\"]=e(w));let m=function(){try{let t=localStorage.getItem(\"spa:locale\");return t&&r.test(t)?t:void 0}catch{return}}();return m&&(_[\"accept-language\"]=m),{path:u,headers:_}}(),d=fetch(c,{credentials:\"include\",headers:l});d.catch(()=>{}),window.__BOOTSTRAP_PRELOAD__={promise:d,path:c},performance.measure?.(\"bootstrap:preload_exec\",{start:\"bootstrap:preload_start\"})}catch{}})()</script><link rel=\"preconnect\" href=\"https://js.stripe.com\"><link rel=\"preconnect\" href=\"https://m.stripe.network\"><script type=\"module\" crossorigin src=\"https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/index-BTeNEC6q.js\" nonce=\"dOksbQ5geTuR6y8yM9Eeow==\"></script><link rel=\"modulepreload\" crossorigin href=\"https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/vendor-react-RSDKEZ60.js\"><link rel=\"modulepreload\" crossorigin href=\"https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/vendor-infra-DayZK7Ds.js\"><link rel=\"modulepreload\" crossorigin href=\"https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/vendor-zod-CMlTWxSA.js\"><link rel=\"modulepreload\" crossorigin href=\"https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/vendor-base-5_f7mmWg.js\"><link rel=\"modulepreload\" crossorigin href=\"https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/vendor-radix-CG7HKv49.js\"><link rel=\"modulepreload\" crossorigin href=\"https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/vendor-base-ui-Y5XYzw50.js\"><link rel=\"modulepreload\" crossorigin href=\"https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/vendor-virtual-Dv6zxMze.js\"><link rel=\"modulepreload\" crossorigin href=\"https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/vendor-ant-cds-DkbRPMRG.js\"><link rel=\"modulepreload\" crossorigin href=\"https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/vendor-intl-DxBUx8QK.js\"><link rel=\"modulepreload\" crossorigin href=\"https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/vendor-zustand-IIUY2Tf-.js\"><link rel=\"modulepreload\" crossorigin href=\"https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/vendor-icons-BnB12ojj.js\"><link rel=\"modulepreload\" crossorigin href=\"https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/vendor-lodash-B2TXYph8.js\"><link rel=\"modulepreload\" crossorigin href=\"https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/vendor-router-GBzVqgom.js\"><link rel=\"modulepreload\" crossorigin href=\"https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/vendor-query-ic66R1XF.js\"><link rel=\"modulepreload\" crossorigin href=\"https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/vendor-motion--js1eIeh.js\"><link rel=\"modulepreload\" crossorigin href=\"https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/vendor-luxon-BRjcUWA_.js\"><link rel=\"modulepreload\" crossorigin href=\"https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/vendor-growthbook-BPZYouxF.js\"><link rel=\"modulepreload\" crossorigin href=\"https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/vendor-zod-v3-CJYOoWfA.js\"><link rel=\"modulepreload\" crossorigin href=\"https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/c572cda51-DXwmZL3e.js\"><link rel=\"modulepreload\" crossorigin href=\"https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/ca1ce32a0-DZkzN9mB.js\"><link rel=\"modulepreload\" crossorigin href=\"https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/c615abdf4-CWpzPbma.js\"><link rel=\"modulepreload\" crossorigin href=\"https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/c51e217b4-B2q-7LQL.js\"><link rel=\"modulepreload\" crossorigin href=\"https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/c457aa9e5-CPWOwhrx.js\"><link rel=\"modulepreload\" crossorigin href=\"https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/ccc72bfa9-Zx-MWvPy.js\"><link rel=\"modulepreload\" crossorigin href=\"https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/c1c3a0b25-rIr7WDdp.js\"><link rel=\"modulepreload\" crossorigin href=\"https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/c2b5b5d37-CANHo4YV.js\"><link rel=\"modulepreload\" crossorigin href=\"https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/c3894114c-BujSuKb5.js\"><link rel=\"modulepreload\" crossorigin href=\"https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/c4b43b0ae-BVeZjn8d.js\"><link rel=\"modulepreload\" crossorigin href=\"https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/ce50623f6-CZ99UY9v.js\"><link rel=\"modulepreload\" crossorigin href=\"https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/cbef3b9e7-D4d5-32W.js\"><link rel=\"modulepreload\" crossorigin href=\"https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/c43a91f1b-DiZxGGvb.js\"><link rel=\"modulepreload\" crossorigin href=\"https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/c6a992d55-ukRMc0R1.js\"><link rel=\"modulepreload\" crossorigin href=\"https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/cec18ad9a-IX-3fHH9.js\"><link rel=\"modulepreload\" crossorigin href=\"https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/c4fba3bc0-CjuZuXcQ.js\"><link rel=\"modulepreload\" crossorigin href=\"https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/ca0c38004-BObM6yn8.js\"><link rel=\"modulepreload\" crossorigin href=\"https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/c4fd38d65-CylaCp6k.js\"><link rel=\"modulepreload\" crossorigin href=\"https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/c8c9a078e-D6nboWBo.js\"><link rel=\"modulepreload\" crossorigin href=\"https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/c6a9163d1-DNsKMMEW.js\"><link rel=\"modulepreload\" crossorigin href=\"https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/c4295e806-aoxbVXIk.js\"><link rel=\"modulepreload\" crossorigin href=\"https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/c009a87a0-CKDrnkyN.js\"><link rel=\"modulepreload\" crossorigin href=\"https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/c80791b3a-Db7yT1IL.js\"><link rel=\"modulepreload\" crossorigin href=\"https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/cf393db83-BODrAenc.js\"><link rel=\"modulepreload\" crossorigin href=\"https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/c627fcdb6-dStD5HXq.js\"><link rel=\"modulepreload\" crossorigin href=\"https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/c7b4a7655-Czk-et3k.js\"><link rel=\"modulepreload\" crossorigin href=\"https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/c93f725a0-Fji-3TQP.js\"><link rel=\"modulepreload\" crossorigin href=\"https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/c2591c98b-B1n9HuAS.js\"><link rel=\"modulepreload\" crossorigin href=\"https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/cdd5b9598-CN6OqD7J.js\"><link rel=\"modulepreload\" crossorigin href=\"https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/cf57f6351-DxLHWrZi.js\"><link rel=\"modulepreload\" crossorigin href=\"https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/c399fb97c-D-FUSGX-.js\"><link rel=\"modulepreload\" crossorigin href=\"https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/ca9c256b9-BXQsTdNf.js\"><link rel=\"stylesheet\" crossorigin href=\"https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/vendor-ant-cds-G1fENYYx.css\"><link rel=\"stylesheet\" crossorigin href=\"https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/c572cda51-BhR-rjfy.css\"><link rel=\"stylesheet\" crossorigin href=\"https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/c457aa9e5-DVrMTcWf.css\"><link rel=\"stylesheet\" crossorigin href=\"https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/c009a87a0-o73uZ2YJ.css\"><link rel=\"stylesheet\" crossorigin href=\"https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/c6a992d55-D4SN_etr.css\"></head><body class=\"bg-bg-100 text-text-100 font-ui min-h-screen\"><div id=\"root\"></div></body></html>",
  "emergingProtocols": {
    "oauthProtectedResource": {
      "exists": false,
      "url": "https://claude.ai/.well-known/oauth-protected-resource"
    },
    "oauthDiscovery": {
      "exists": false,
      "url": "https://claude.ai/.well-known/oauth-authorization-server"
    },
    "mcpServerCard": {
      "exists": false,
      "url": "https://claude.ai/.well-known/mcp/server-card.json",
      "draft": true
    },
    "a2aAgentCard": {
      "exists": false,
      "url": "https://claude.ai/.well-known/agent-card.json"
    },
    "apiCatalog": {
      "exists": false,
      "url": "https://claude.ai/.well-known/api-catalog"
    },
    "agentSkills": {
      "exists": false,
      "url": "https://claude.ai/.well-known/agent-skills/index.json",
      "draft": true
    },
    "count": 0,
    "total": 6
  },
  "botAccess": {
    "probed": true,
    "bot": "OAI-SearchBot",
    "controlStatus": 403,
    "botStatus": 403,
    "discriminates": false,
    "refusedAsBot": false,
    "edge": "Cloudflare",
    "verifiable": false,
    "detail": "This origin answers OAI-SearchBot exactly as it answers any other client (403). No edge-level filtering of AI crawlers observed."
  },
  "snippets": [
    {
      "id": "fix_heading_hierarchy",
      "title": "Fix heading hierarchy",
      "description": "Your page has no <h1>. Every page needs exactly one <h1> as the main heading. Add it inside your <main> or <article>.",
      "language": "html",
      "code": "<h1>Claude</h1>",
      "filename": "<main> or <article>"
    },
    {
      "id": "add_open_graph",
      "title": "Add missing Open Graph tags",
      "description": "Open Graph tags control how your page looks when shared on social media and how AI platforms preview your URL in answers.",
      "language": "html",
      "code": "<meta property=\"og:description\" content=\"Sign in to Claude, Anthropic's AI assistant for problem solvers.\">\n<meta property=\"og:url\" content=\"https://claude.ai/login\">\n<meta property=\"og:type\" content=\"website\">",
      "filename": "<head>",
      "stacks": [
        {
          "id": "html",
          "label": "HTML <head>",
          "language": "html",
          "filename": "<head>",
          "code": "<meta property=\"og:description\" content=\"Sign in to Claude, Anthropic's AI assistant for problem solvers.\">\n<meta property=\"og:url\" content=\"https://claude.ai/login\">\n<meta property=\"og:type\" content=\"website\">"
        },
        {
          "id": "wordpress",
          "label": "WordPress",
          "language": "php",
          "filename": "functions.php",
          "code": "<?php\n// Quick Open Graph tags without a plugin (skip if Yoast / Rank Math is active)\nadd_action('wp_head', function () {\n    if (!is_singular()) return;\n    $post = get_queried_object();\n    $title = get_the_title($post);\n    $desc  = get_the_excerpt($post) ?: wp_trim_words(strip_tags($post->post_content), 30);\n    $image = get_the_post_thumbnail_url($post, 'large') ?: 'https://claude.ai/images/claude_ogimage.png';\n    $url   = get_permalink($post);\n    printf('<meta property=\"og:title\" content=\"%s\">' . \"\\n\", esc_attr($title));\n    printf('<meta property=\"og:description\" content=\"%s\">' . \"\\n\", esc_attr($desc));\n    printf('<meta property=\"og:image\" content=\"%s\">' . \"\\n\", esc_url($image));\n    printf('<meta property=\"og:url\" content=\"%s\">' . \"\\n\", esc_url($url));\n    echo '<meta property=\"og:type\" content=\"article\">' . \"\\n\";\n}, 5);"
        },
        {
          "id": "nextjs",
          "label": "Next.js",
          "language": "typescript",
          "filename": "app/page.tsx",
          "code": "// Next.js App Router — Metadata API\nimport type { Metadata } from 'next';\n\nexport const metadata: Metadata = {\n  title: \"Claude\",\n  description: \"Sign in to Claude, Anthropic's AI assistant for problem solvers.\",\n  openGraph: {\n    title: \"Claude\",\n    description: \"Sign in to Claude, Anthropic's AI assistant for problem solvers.\",\n    url: \"https://claude.ai/login\",\n    images: [\"https://claude.ai/images/claude_ogimage.png\"],\n    type: 'website',\n  },\n};"
        }
      ]
    },
    {
      "id": "add_sitemap",
      "title": "Create /sitemap.xml",
      "description": "A sitemap helps AI agents discover all your pages. Most CMS platforms generate one automatically.",
      "language": "xml",
      "code": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<urlset xmlns=\"http://www.sitemaps.org/schemas/sitemap/0.9\">\n  <url>\n    <loc>https://claude.ai/login</loc>\n    <lastmod>2026-07-17</lastmod>\n  </url>\n</urlset>",
      "filename": "/sitemap.xml"
    },
    {
      "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 파이프라인에 통합하세요.

결과 공유

또는 AI에게 개선 방법을 물어보세요

다른 의견도 들어보시겠어요?

Cloudflare에도 무료 스캐너가 있는데, 던지는 질문이 다릅니다. 그쪽은 에이전트가 호출할 수 있도록 사이트가 게시한 것(MCP 서버 카드, Agent Skills, API 카탈로그, DNS 레코드)을 채점합니다. 저희는 에이전트가 콘텐츠에 도달해 읽고 이해할 수 있는지를 채점합니다. 한쪽은 좋고 다른 쪽은 나쁠 수 있으니 두 점수가 다른 것은 당연합니다. 서로 다른 질문에 대한 답이고, 둘 다 알아둘 가치가 있습니다.

Cloudflare로 claude.ai 검사하기

배지 삽입

이 배지를 사이트에 추가하세요. AI 준비도 점수가 변경되면 자동으로 업데이트됩니다.

AgentReady.md score for claude.ai
Script 권장
<script src="https://agentready.md/badge.js" data-id="d7a630f4-98dc-433c-97fc-8e7aa8456565" data-domain="claude.ai"></script>
Markdown
[![AgentReady.md score for claude.ai](https://agentready.md/badge/claude.ai.svg)](https://agentready.md/ko/r/d7a630f4-98dc-433c-97fc-8e7aa8456565)

곧 출시: 전체 도메인 분석

전체 도메인을 크롤링하고, llms.txt를 생성하고, AI 준비도 점수를 시간에 따라 모니터링하세요. 대기자 명단에 등록하여 알림을 받으세요.

명단에 등록되었습니다! 서비스 출시 시 알려드리겠습니다.