已分析URL

https://mistermikel.com/en/main/

分析另一个URL

AI-Ready评分

70 / C

一般

/ 100

Token节省量

HTML Token 28.439
Markdown Token 161
节省 99%

评分详情

语义化HTML 70/100
内容效率 63/100
AI可发现性 59/100
结构化数据 85/100
可访问性 85/100

您的页面实际内容与总HTML的比率较低。页面重量的大部分是标记、脚本或样式而非内容。

如何实施

将CSS移至外部样式表,删除内联样式,最小化JavaScript,确保HTML专注于内容结构。

您的网站不支持Markdown for Agents。此Cloudflare标准允许AI代理以markdown格式请求内容,减少约80%的令牌使用。

如何实施

实现以下一项或多项:(1) 使用markdown内容响应Accept: text/markdown。(2) 提供.md URL(例如/page.md)。(3) 添加<link rel="alternate" type="text/markdown">标签。(4) 添加Link HTTP标头用于markdown发现。

未找到Content-Signal指令。这些指令告知AI代理如何使用您的内容(搜索索引、AI输入、训练数据)。推荐位置是robots.txt。

如何实施

将Content-Signal添加到您的robots.txt:User-agent: *\nContent-Signal: search=yes, ai-input=yes, ai-train=no。也可以作为markdown响应的HTTP标头添加。

您的页面大量依赖<div>元素。<section>、<nav>、<header>、<footer>和<aside>等语义元素为AI代理提供有意义的结构。

如何实施

将通用<div>容器替换为适当的语义元素。对主题分组使用<section>,导航使用<nav>,页面/区块的头部和底部使用<header>/<footer>。

您的标题结构存在问题(跳级或多个h1标签)。清晰的层级帮助AI代理理解内容组织。

如何实施

确保每页只有一个<h1>,标题按顺序排列:h1 > h2 > h3。不要跳级(例如从h1直接到h3)。

许多元素具有内联样式属性。这些会为提取内容的AI代理增加噪声。

如何实施

将所有内联样式移至样式表中的CSS类。如需大量独特样式,使用Tailwind等实用CSS框架。

Markdown Token: 161
[![logo mister mikel](https://mistermikel.com/wp-content/uploads/2025/11/logo2.webp)](mailto:[email protected])

## Your Creative
Agency

## What do we build?

### We contribute our ideas and solutions to your needs.​

## Our Methodology

### Our philosophy is based on creativity, communication and collaboration.

## Who are we?

A modest creative agency based in Northern Spain with extensive experience at agencies like Ogilvy and as entrepeneurs. 

We have the ambition to work on distinct projects with distinct clients.

Our approach is to change the relationship between companies and agencies, because things don’t have to be difficult.

## We have collaborated with:

##### If you prefer, book a meeting with us.
Estudio de Branding y Comunicación Corporativa | Mister Mikel

[![logo mister mikel](https://mistermikel.com/wp-content/uploads/2025/11/logo2.webp)](mailto:[email protected])

## Your Creative
Agency

## What do we build?

### We contribute our ideas and solutions to your needs.​

#### Digital Projects

We handle custom design and development: From apps to websites.

#### Analog projects

Old-School graphic design: Events, catalogs, posters...

#### Corporate Communication

Brand design and Ads. We coordinate mailings, meta ads, newsletters, events...

[Tell Us about your Project](mailto:[email protected])

## Our Methodology

### Our philosophy is based on creativity, communication and collaboration.

#### Listen

At this stage we not only listen, but we ask, ask and ask.

#### Research

Identify ways to carry out the project with the input of the client. Nobody knows their business better than the client.

#### Planning

Divide the project into sprints with specific deliverables. Create tasks for each sprint.

#### Coordinate

We create a control panel to track the project and give the client an overview of how it's progressing.

#### Colaborate

We carry out the task in collaboration with the client. Iterations to improve de project.

#### Satisfaction

After all the work, new opportunities arise. So we listen again.

[Let's Work Together](mailto:[email protected])

## Who are we?

A modest creative agency based in Northern Spain with extensive experience at agencies like Ogilvy and as entrepeneurs. 

We have the ambition to work on distinct projects with distinct clients.

Our approach is to change the relationship between companies and agencies, because things don’t have to be difficult.

## We have collaborated with:

## May we help you?

Let's talk

Name and Lastname

Company

Email

Phone

Send

##### If you prefer, book a meeting with us.

Usamos cookies para asegurar que te damos la mejor experiencia en nuestra web. Si continúas usando este sitio, asumiremos que estás de acuerdo con ello.AceptarPolítica de privacidad

将此文件上传到服务器的/en/main.md,以便AI代理可以访问页面的干净版本。您也可以配置Accept: text/markdown内容协商以自动提供。

我们的建议

下载llms.txt
# Mister Mikel

> Transformamos tu idea o proyecto en una marca clara, profesional y diferenciada. Estudio de branding y comunicación corporativa Mister Mikel. Hablemos.

## Main
- [Estudio de Branding y Comunicación Corporativa | Mister Mikel](https://mistermikel.com/en/main/): Transformamos tu idea o proyecto en una marca clara, profesional y diferenciada. Estudio de branding y comunicación cor…

完整llms.txt需要全域分析(即将推出)

将此文件上传到域名根目录的https://mistermikel.com/llms.txt。ChatGPT、Claude和Perplexity等AI代理会检查此文件以了解您的网站结构。

该网站已有llms.txt文件。

格式有效
# Mister Mikel

> Branding and design studio based in Spain, working remotely worldwide. Branding, websites/landing pages, ad creatives, newsletters, and print. For small teams, in-house teams, and larger companies needing extra design capacity for launches, events, and busy periods.

Prefer the Markdown pages below when possible.

## Start here
- [EN main](https://mistermikel.com/en/main.md)
- [ES main](https://mistermikel.com/main.md)

## Services
- [Design subscription](https://mistermikel.com/tu-departamento-de-diseno/)
- [Automation](https://mistermikel.com/automatizacion-de-diseno-y-marketing-para-empresas/)
- [On-demand projects](https://mistermikel.com/tu-agencia-creativa/)

## Contact
- [Email](mailto:[email protected])
- [Book a call](https://mistermikel.fillout.com/reunion-mister-mikel)

语义化HTML

使用article或main元素 (100/100)

Has both <article> and <main>

正确的标题层级 (55/100)

no <h1>, 1 heading level skip(s)

使用语义化HTML元素 (8/100)

4 semantic elements, 155 divs (ratio: 3%)

有意义的图片alt属性 (100/100)

2/2 images with meaningful alt text

较低的div嵌套深度 (100/100)

Avg div depth: 3.5, max: 7

内容效率

良好的Token减少比率 (100/100)

99% token reduction (HTML→Markdown)

良好的内容与噪声比 (0/100)

Content ratio: 0.7% (568 content chars / 81841 HTML bytes)

最少的内联样式 (50/100)

4/351 elements with inline styles (1.1%)

合理的页面重量 (100/100)

HTML size: 80KB

AI可发现性

有llms.txt文件 (100/100)

llms.txt exists and is valid

有robots.txt文件 (100/100)

robots.txt exists

robots.txt允许AI机器人 (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标头) (20/100)
&#10007; robots.txt &#10003; HTTP header &#10007; Policy

结构化数据

有Schema.org / JSON-LD (50/100)

JSON-LD found but basic types:

有Open Graph标签 (100/100)

All OG tags present

有meta描述 (100/100)

Meta description: 151 chars

有规范URL (100/100)

Canonical URL present

有lang属性 (100/100)

lang="en-US"

可访问性

无需JavaScript即可获取内容 (100/100)

Content available without JavaScript

合理的页面大小 (100/100)

Page size: 80KB

内容在HTML中位置靠前 (50/100)

Main content starts at 41% of HTML

{
  "url": "https://mistermikel.com/en/main/",
  "timestamp": 1771494307848,
  "fetch": {
    "mode": "simple",
    "timeMs": 1104,
    "htmlSizeBytes": 81841,
    "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": "Estudio de Branding y Comunicación Corporativa | Mister Mikel",
    "excerpt": "Transformamos tu idea o proyecto en una marca clara, profesional y diferenciada. Estudio de branding y comunicación corporativa Mister Mikel. Hablemos.",
    "byline": null,
    "siteName": "Mister Mikel",
    "lang": "en-US",
    "contentLength": 568,
    "metadata": {
      "description": "Transformamos tu idea o proyecto en una marca clara, profesional y diferenciada. Estudio de branding y comunicación corporativa Mister Mikel. Hablemos.",
      "ogTitle": "Estudio de Branding y Comunicación Corporativa | Mister Mikel",
      "ogDescription": "Transformamos tu idea o proyecto en una marca clara, profesional y diferenciada. Estudio de branding y comunicación corporativa Mister Mikel. Hablemos.",
      "ogImage": "https://mistermikel.com/wp-content/uploads/2025/08/principal-mr-scaled.jpg",
      "ogType": "website",
      "canonical": "https://mistermikel.com/en/main/",
      "lang": "en-US",
      "schemas": [
        {
          "@context": "https://schema.org",
          "@graph": [
            {
              "@type": "WebPage",
              "@id": "https://mistermikel.com/en/main/",
              "url": "https://mistermikel.com/en/main/",
              "name": "Estudio de Branding y Comunicación Corporativa | Mister Mikel",
              "isPartOf": {
                "@id": "https://mistermikel.com/en/main/#website"
              },
              "about": {
                "@id": "https://mistermikel.com/en/main/#organization"
              },
              "primaryImageOfPage": {
                "@id": "https://mistermikel.com/en/main/#primaryimage"
              },
              "image": {
                "@id": "https://mistermikel.com/en/main/#primaryimage"
              },
              "thumbnailUrl": "https://mistermikel.com/wp-content/uploads/2025/08/principal-mr-scaled.jpg",
              "datePublished": "2025-11-11T11:49:07+00:00",
              "dateModified": "2026-02-17T16:12:55+00:00",
              "description": "Transformamos tu idea o proyecto en una marca clara, profesional y diferenciada. Estudio de branding y comunicación corporativa Mister Mikel. Hablemos.",
              "breadcrumb": {
                "@id": "https://mistermikel.com/en/main/#breadcrumb"
              },
              "inLanguage": "en-US",
              "potentialAction": [
                {
                  "@type": "ReadAction",
                  "target": [
                    "https://mistermikel.com/en/main/"
                  ]
                }
              ]
            },
            {
              "@type": "ImageObject",
              "inLanguage": "en-US",
              "@id": "https://mistermikel.com/en/main/#primaryimage",
              "url": "https://mistermikel.com/wp-content/uploads/2025/08/principal-mr-scaled.jpg",
              "contentUrl": "https://mistermikel.com/wp-content/uploads/2025/08/principal-mr-scaled.jpg",
              "width": 2560,
              "height": 1280,
              "caption": "Startup de Marca e Identidad."
            },
            {
              "@type": "BreadcrumbList",
              "@id": "https://mistermikel.com/en/main/#breadcrumb",
              "itemListElement": [
                {
                  "@type": "ListItem",
                  "position": 1,
                  "name": "Portada"
                }
              ]
            },
            {
              "@type": "WebSite",
              "@id": "https://mistermikel.com/en/main/#website",
              "url": "https://mistermikel.com/en/main/",
              "name": "Mister Mikel",
              "description": "Your Creative Agency",
              "publisher": {
                "@id": "https://mistermikel.com/en/main/#organization"
              },
              "potentialAction": [
                {
                  "@type": "SearchAction",
                  "target": {
                    "@type": "EntryPoint",
                    "urlTemplate": "https://mistermikel.com/en/main/?s={search_term_string}"
                  },
                  "query-input": {
                    "@type": "PropertyValueSpecification",
                    "valueRequired": true,
                    "valueName": "search_term_string"
                  }
                }
              ],
              "inLanguage": "en-US"
            },
            {
              "@type": "Organization",
              "@id": "https://mistermikel.com/en/main/#organization",
              "name": "Mister Mikel",
              "url": "https://mistermikel.com/en/main/",
              "logo": {
                "@type": "ImageObject",
                "inLanguage": "en-US",
                "@id": "https://mistermikel.com/en/main/#/schema/logo/image/",
                "url": "https://mistermikel.com/wp-content/uploads/2025/08/logo-web.png",
                "contentUrl": "https://mistermikel.com/wp-content/uploads/2025/08/logo-web.png",
                "width": 221,
                "height": 122,
                "caption": "Mister Mikel"
              },
              "image": {
                "@id": "https://mistermikel.com/en/main/#/schema/logo/image/"
              },
              "sameAs": [],
              "email": "[email protected]",
              "areaServed": "Worldwide",
              "knowsAbout": [
                "Branding",
                "Brand identity",
                "Websites",
                "Landing pages",
                "Ad creatives",
                "Newsletters",
                "Print design"
              ]
            }
          ]
        }
      ],
      "robotsMeta": "index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1",
      "author": null,
      "generator": "Site Kit by Google 1.172.0",
      "markdownAlternateHref": null
    }
  },
  "markdown": "[![logo mister mikel](https://mistermikel.com/wp-content/uploads/2025/11/logo2.webp)](mailto:[email protected])\n\n## Your Creative\nAgency\n\n## What do we build?\n\n### We contribute our ideas and solutions to your needs.​\n\n## Our Methodology\n\n### Our philosophy is based on creativity, communication and collaboration.\n\n## Who are we?\n\nA modest creative agency based in Northern Spain with extensive experience at agencies like Ogilvy and as entrepeneurs. \n\nWe have the ambition to work on distinct projects with distinct clients.\n\nOur approach is to change the relationship between companies and agencies, because things don’t have to be difficult.\n\n## We have collaborated with:\n\n##### If you prefer, book a meeting with us.\n",
  "fullPageMarkdown": "Estudio de Branding y Comunicación Corporativa | Mister Mikel\n\n[![logo mister mikel](https://mistermikel.com/wp-content/uploads/2025/11/logo2.webp)](mailto:[email protected])\n\n## Your Creative\nAgency\n\n## What do we build?\n\n### We contribute our ideas and solutions to your needs.​\n\n#### Digital Projects\n\nWe handle custom design and development: From apps to websites.\n\n#### Analog projects\n\nOld-School graphic design: Events, catalogs, posters...\n\n#### Corporate Communication\n\nBrand design and Ads. We coordinate mailings, meta ads, newsletters, events...\n\n[Tell Us about your Project](mailto:[email protected])\n\n## Our Methodology\n\n### Our philosophy is based on creativity, communication and collaboration.\n\n#### Listen\n\nAt this stage we not only listen, but we ask, ask and ask.\n\n#### Research\n\nIdentify ways to carry out the project with the input of the client. Nobody knows their business better than the client.\n\n#### Planning\n\nDivide the project into sprints with specific deliverables. Create tasks for each sprint.\n\n#### Coordinate\n\nWe create a control panel to track the project and give the client an overview of how it's progressing.\n\n#### Colaborate\n\nWe carry out the task in collaboration with the client. Iterations to improve de project.\n\n#### Satisfaction\n\nAfter all the work, new opportunities arise. So we listen again.\n\n[Let's Work Together](mailto:[email protected])\n\n## Who are we?\n\nA modest creative agency based in Northern Spain with extensive experience at agencies like Ogilvy and as entrepeneurs. \n\nWe have the ambition to work on distinct projects with distinct clients.\n\nOur approach is to change the relationship between companies and agencies, because things don’t have to be difficult.\n\n## We have collaborated with:\n\n## May we help you?\n\nLet's talk\n\nName and Lastname\n\nCompany\n\nEmail\n\nPhone\n\nSend\n\n##### If you prefer, book a meeting with us.\n\nUsamos cookies para asegurar que te damos la mejor experiencia en nuestra web. Si continúas usando este sitio, asumiremos que estás de acuerdo con ello.AceptarPolítica de privacidad\n",
  "markdownStats": {
    "images": 1,
    "links": 1,
    "tables": 0,
    "codeBlocks": 0,
    "headings": 8
  },
  "tokens": {
    "htmlTokens": 28439,
    "markdownTokens": 161,
    "reduction": 28278,
    "reductionPercent": 99
  },
  "score": {
    "score": 70,
    "grade": "C",
    "dimensions": {
      "semanticHtml": {
        "score": 70,
        "weight": 20,
        "grade": "C",
        "checks": {
          "uses_article_or_main": {
            "score": 100,
            "weight": 20,
            "details": "Has both <article> and <main>"
          },
          "proper_heading_hierarchy": {
            "score": 55,
            "weight": 25,
            "details": "no <h1>, 1 heading level skip(s)"
          },
          "semantic_elements": {
            "score": 8,
            "weight": 20,
            "details": "4 semantic elements, 155 divs (ratio: 3%)"
          },
          "meaningful_alt_texts": {
            "score": 100,
            "weight": 15,
            "details": "2/2 images with meaningful alt text"
          },
          "low_div_nesting": {
            "score": 100,
            "weight": 20,
            "details": "Avg div depth: 3.5, max: 7"
          }
        }
      },
      "contentEfficiency": {
        "score": 63,
        "weight": 25,
        "grade": "C",
        "checks": {
          "token_reduction_ratio": {
            "score": 100,
            "weight": 40,
            "details": "99% token reduction (HTML→Markdown)"
          },
          "content_to_noise_ratio": {
            "score": 0,
            "weight": 30,
            "details": "Content ratio: 0.7% (568 content chars / 81841 HTML bytes)"
          },
          "minimal_inline_styles": {
            "score": 50,
            "weight": 15,
            "details": "4/351 elements with inline styles (1.1%)"
          },
          "reasonable_page_weight": {
            "score": 100,
            "weight": 15,
            "details": "HTML size: 80KB"
          }
        }
      },
      "aiDiscoverability": {
        "score": 59,
        "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": 20,
            "weight": 20,
            "details": "HTTP header: ai-train=yes, search=yes, ai-input=yes"
          }
        }
      },
      "structuredData": {
        "score": 85,
        "weight": 15,
        "grade": "B",
        "checks": {
          "has_schema_org": {
            "score": 50,
            "weight": 30,
            "details": "JSON-LD found but basic types: "
          },
          "has_open_graph": {
            "score": 100,
            "weight": 25,
            "details": "All OG tags present"
          },
          "has_meta_description": {
            "score": 100,
            "weight": 20,
            "details": "Meta description: 151 chars"
          },
          "has_canonical_url": {
            "score": 100,
            "weight": 15,
            "details": "Canonical URL present"
          },
          "has_lang_attribute": {
            "score": 100,
            "weight": 10,
            "details": "lang=\"en-US\""
          }
        }
      },
      "accessibility": {
        "score": 85,
        "weight": 15,
        "grade": "B",
        "checks": {
          "content_without_js": {
            "score": 100,
            "weight": 40,
            "details": "Content available without JavaScript"
          },
          "reasonable_page_size": {
            "score": 100,
            "weight": 30,
            "details": "Page size: 80KB"
          },
          "fast_content_position": {
            "score": 50,
            "weight": 30,
            "details": "Main content starts at 41% 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: 0.7% (568 content chars / 81841 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": "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": 5,
      "checkScore": 20,
      "checkDetails": "HTTP header: ai-train=yes, search=yes, ai-input=yes"
    },
    {
      "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": 8,
      "checkDetails": "4 semantic elements, 155 divs (ratio: 3%)"
    },
    {
      "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": 6,
      "checkScore": 55,
      "checkDetails": "no <h1>, 1 heading level skip(s)"
    },
    {
      "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": "4/351 elements with inline styles (1.1%)"
    }
  ],
  "llmsTxtPreview": "# Mister Mikel\n\n> Transformamos tu idea o proyecto en una marca clara, profesional y diferenciada. Estudio de branding y comunicación corporativa Mister Mikel. Hablemos.\n\n## Main\n- [Estudio de Branding y Comunicación Corporativa | Mister Mikel](https://mistermikel.com/en/main/): Transformamos tu idea o proyecto en una marca clara, profesional y diferenciada. Estudio de branding y comunicación cor…\n\n",
  "llmsTxtExisting": "# Mister Mikel\n\n> Branding and design studio based in Spain, working remotely worldwide. Branding, websites/landing pages, ad creatives, newsletters, and print. For small teams, in-house teams, and larger companies needing extra design capacity for launches, events, and busy periods.\n\nPrefer the Markdown pages below when possible.\n\n## Start here\n- [EN main](https://mistermikel.com/en/main.md)\n- [ES main](https://mistermikel.com/main.md)\n\n## Services\n- [Design subscription](https://mistermikel.com/tu-departamento-de-diseno/)\n- [Automation](https://mistermikel.com/automatizacion-de-diseno-y-marketing-para-empresas/)\n- [On-demand projects](https://mistermikel.com/tu-agencia-creativa/)\n\n## Contact\n- [Email](mailto:[email protected])\n- [Book a call](https://mistermikel.fillout.com/reunion-mister-mikel)",
  "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>Estudio de Branding y Comunicación Corporativa | Mister Mikel</h1>",
      "filename": "<main> or <article>"
    },
    {
      "id": "add_content_signals",
      "title": "Add Content-Signal directives",
      "description": "Content-Signal tells AI agents how they may use your content. The recommended location is robots.txt, but you can also add it as an HTTP header.",
      "language": "txt",
      "code": "# robots.txt (recommended, canonical location):\nUser-agent: *\nContent-Signal: search=yes, ai-input=yes, ai-train=no\n\n# Nginx — add to server block (optional, for HTTP header):\n# add_header Content-Signal \"search=yes, ai-input=yes, ai-train=no\" always;\n\n# Apache — add to .htaccess (optional, for HTTP header):\n# Header set Content-Signal \"search=yes, ai-input=yes, ai-train=no\"",
      "filename": "/robots.txt"
    },
    {
      "id": "add_markdown_negotiation",
      "title": "Support Markdown for Agents",
      "description": "Implement one or more of the 4 Markdown for Agents mechanisms to let AI agents request content in markdown format.",
      "language": "html",
      "code": "<!-- 1. Content negotiation: respond to Accept: text/markdown -->\n<!-- In your server/framework, check the Accept header and return markdown -->\n<!-- with Content-Type: text/markdown -->\n\n<!-- 2. Serve .md URLs (e.g., /about.md alongside /about) -->\n<!-- Generate static .md files or handle .md routes in your app -->\n\n<!-- 3. Add <link> tag in your HTML <head>: -->\n<link rel=\"alternate\" type=\"text/markdown\" href=\"/page.md\">\n\n<!-- 4. Add Link HTTP header on HTML responses: -->\n<!-- Link: </page.md>; rel=\"alternate\"; type=\"text/markdown\" -->\n\n<!-- Best practice: include Vary: Accept and X-Markdown-Tokens headers -->\n<!-- on markdown responses -->",
      "filename": "<head> + server config"
    }
  ]
}

使用我们的API以编程方式获取此内容(即将推出)

此JSON供内部使用 — 与Markdown和llms.txt文件不同,它不适合上传到您的网站。将其保存为基准值以跟踪评分变化,与开发团队共享,或集成到CI/CD流水线中。

分享您的结果

Twitter LinkedIn

即将推出:全域分析

爬取您的整个域名,生成llms.txt,并随时间监控您的AI就绪度评分。加入等候名单以获取通知。

您已加入名单!服务上线时我们会通知您。