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

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

https://www.abance.es/en/naval-and-systems-engineering/

Измерено 2 недели назад

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

Оценка AI-Ready

Хорошо

из 100

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

HTML-токены 243.251
Markdown-токены 468
Экономия 100%

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

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

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

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

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

Само это не удержится. Мониторинга пока нет — запишитесь, и мы сообщим, когда он появится.

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

Что мы измерили No Markdown for Agents support detected

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

Как внедрить

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

Вставьте в кодового агента, чтобы он внёс исправление

Что мы измерили Page size: 839KB

Ваша страница больше рекомендуемого размера. Тяжёлые страницы обрабатываются медленнее и обходятся ИИ-агентам дороже.

Как внедрить

Оптимизируйте размер страницы, минифицировав HTML, отложив загрузку некритичных скриптов и удалив неиспользуемый CSS.

Вставьте в кодового агента, чтобы он внёс исправление

Что мы измерили Content ratio: 0.1% (1078 content chars / 859040 HTML bytes)

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

Как внедрить

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

Вставьте в кодового агента, чтобы он внёс исправление

Что мы измерили No llms.txt found

На вашем сайте нет файла llms.txt. Это формирующийся стандарт для помощи ИИ-агентам в понимании структуры вашего сайта.

Как внедрить

Создайте файл /llms.txt в соответствии со спецификацией llmstxt.org. Включите описание сайта и ссылки на ваши ключевые страницы.

Вставьте в кодового агента, чтобы он внёс исправление

Что мы измерили No Content-Signal found (robots.txt or HTTP headers)

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

Как внедрить

Добавьте Content-Signal в ваш robots.txt: User-agent: *\nContent-Signal: search=yes, ai-input=yes, ai-train=no. Также можно добавить как HTTP-заголовок в markdown-ответах.

Вставьте в кодового агента, чтобы он внёс исправление

Что мы измерили 18 semantic elements, 265 divs (ratio: 6%)

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

Как внедрить

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

Вставьте в кодового агента, чтобы он внёс исправление

Что мы измерили 2 <h1> elements (should be 1), 2 heading level skip(s)

Структура заголовков вашей страницы имеет проблемы (пропущенные уровни или несколько тегов h1). Чёткая иерархия помогает ИИ-агентам понять организацию контента.

Как внедрить

Убедитесь, что на странице ровно один <h1>, а заголовки следуют последовательному порядку: h1 > h2 > h3. Не пропускайте уровни (например, h1 сразу к h3).

Вставьте в кодового агента, чтобы он внёс исправление

Что мы измерили HTML size: 839KB

Ваша HTML-страница тяжелее рекомендуемого. Тяжёлые страницы обрабатываются ИИ-агентами дольше и стоят больше токенов.

Как внедрить

Уменьшите размер HTML, удалив неиспользуемый код, минифицировав HTML и применив отложенную загрузку некритичного контента.

Вставьте в кодового агента, чтобы он внёс исправление

Что мы измерили 37/718 elements with inline styles (5.2%)

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

Как внедрить

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

Вставьте в кодового агента, чтобы он внёс исправление
Markdown-токены: 468
##### Our greatest asset: Around 200 expert professionals in naval engineering.

##### Specialized in detailed engineering design for civil and military vessels, submarines, and offshore wind platforms, we support the world’s leading international shipyards.

![](https://www.abance.es/wp-content/uploads/2026/02/97f92fd7-3cab-44c3-b51f-f8c7ce1448e7.png)

## Services

##### 01. Functional design support

##### 02. Detail design

##### 03.Production engineering

##### 04.Integrated Logistics Support (ILS)

The CDTI supports a project led by Navantia.

Abance, together with other leading companies in the industrial sector, will participate in the e-park project

### CERTIFICATES

[![](https://www.abance.es/wp-content/uploads/2024/09/OCA-ISO9001-2048x1367-1-768x821.png)](https://www.abance.es/wp-content/uploads/2026/01/34_5700_22_3095_ABANCE-INGENIERIA-Y-SERVICIOS_ENG.pdf)

[![](https://www.abance.es/wp-content/uploads/2024/09/OCA-ISO27001-2048x1367-1-768x821.png)](https://www.abance.es/wp-content/uploads/2026/01/34_5700_22_3095_ABANCE-INGENIERIA-Y-SERVICIOS_ENG.pdf)

[![](https://www.abance.es/wp-content/uploads/2024/09/CyberEssentials-Certificated-2048x1367-1-768x827.webp)](https://www.abance.es/wp-content/uploads/2026/05/CERTIFICATE-CYBER-ESSENTIAL-ABANCE.pdf)

[![](https://www.abance.es/wp-content/uploads/2024/09/distintivo_ens_certificacion_MEDIA_RD311-2022-247x300.png)](https://www.abance.es/wp-content/uploads/2026/01/34_5704_25_08020_ABANCE-INGENIERIA-Y-SERVICIOS_CAST-ENG.pdf)
Naval and Systems Engineering for Industrial Projects | ABANCE

[Skip to content](https://www.abance.es/en/naval-and-systems-engineering/#content_skip_link_anchor) [Skip to footer](https://www.abance.es/en/naval-and-systems-engineering/#footer_skip_link_anchor)

[![Abance](https://www.abance.es/wp-content/uploads/2024/09/logo-blanco.png)](https://www.abance.es/en/naval-and-systems-engineering/#)

[![Abance](https://www.abance.es/wp-content/uploads/2024/09/logo-blanco.png)](https://www.abance.es/en/naval-and-systems-engineering/#)

![Abance](https://www.abance.es/wp-content/uploads/2024/09/f-logo-default.png)

[](https://www.abance.es/en/naval-and-systems-engineering/#)

[](https://www.abance.es/en/naval-and-systems-engineering/#panel_bar)

[AbanceGlobal Engineering](https://www.abance.es/en/naval-and-systems-engineering/) Close

[facebook-1](https://www.facebook.com/AxiomThemes)[twitter-x](https://x.com/ThemesAxiom)[dribble-new](https://dribbble.com/AxiomThemes)[instagram](https://www.instagram.com/axiom_themes/)

 ![](https://www.abance.es/wp-content/plugins/revslider_old/sr6/assets/assets/dummy.png "taketogether-1point5_14.jpeg") Over 30 years delivering naval
engineering solutions

 ![](https://www.abance.es/wp-content/plugins/revslider_old/sr6/assets/assets/dummy.png "taketogether-1point5_16.jpeg") Over 30 years delivering naval
engineering solutions

# Naval Engineering

##### Our greatest asset: Around 200 expert professionals in naval engineering.

##### Specialized in detailed engineering design for civil and military vessels, submarines, and offshore wind platforms, we support the world’s leading international shipyards.

![](https://www.abance.es/wp-content/uploads/2026/02/97f92fd7-3cab-44c3-b51f-f8c7ce1448e7.png)

# Services

##### 01. Functional design support

##### 02. Detail design

##### 03.Production engineering

##### 04.Integrated Logistics Support (ILS)

[GO TO SERVICES](https://www.abance.es/en/servicices/)

The CDTI supports a project led by Navantia.

Abance, together with other leading companies in the industrial sector, will participate in the e-park project

[MORE INFORMATION](https://www.abance.es/wp-content/uploads/2026/01/banner-abance_copia-1-1.png)

### CERTIFICATES

[![](https://www.abance.es/wp-content/uploads/2024/09/OCA-ISO9001-2048x1367-1-768x821.png)](https://www.abance.es/wp-content/uploads/2026/01/34_5700_22_3095_ABANCE-INGENIERIA-Y-SERVICIOS_ENG.pdf)

[![](https://www.abance.es/wp-content/uploads/2024/09/OCA-ISO27001-2048x1367-1-768x821.png)](https://www.abance.es/wp-content/uploads/2026/01/34_5700_22_3095_ABANCE-INGENIERIA-Y-SERVICIOS_ENG.pdf)

[![](https://www.abance.es/wp-content/uploads/2024/09/CyberEssentials-Certificated-2048x1367-1-768x827.webp)](https://www.abance.es/wp-content/uploads/2026/05/CERTIFICATE-CYBER-ESSENTIAL-ABANCE.pdf)

[![](https://www.abance.es/wp-content/uploads/2024/09/distintivo_ens_certificacion_MEDIA_RD311-2022-247x300.png)](https://www.abance.es/wp-content/uploads/2026/01/34_5704_25_08020_ABANCE-INGENIERIA-Y-SERVICIOS_CAST-ENG.pdf)

 [](https://www.abance.es/en/naval-and-systems-engineering/# "Scroll to top")

Gestionar consentimiento

Para ofrecer las mejores experiencias, utilizamos tecnologías como las cookies para almacenar y/o acceder a la información del dispositivo. El consentimiento de estas tecnologías nos permitirá procesar datos como el comportamiento de navegación o las identificaciones únicas en este sitio. No consentir o retirar el consentimiento, puede afectar negativamente a ciertas características y funciones.

**Funcional  Funcional Always active**

El almacenamiento o acceso técnico es estrictamente necesario para el propósito legítimo de permitir el uso de un servicio específico explícitamente solicitado por el abonado o usuario, o con el único propósito de llevar a cabo la transmisión de una comunicación a través de una red de comunicaciones electrónicas.

**Preferencias  Preferencias**

El almacenamiento o acceso técnico es necesario para la finalidad legítima de almacenar preferencias no solicitadas por el abonado o usuario.

**Estadísticas  Estadísticas**

El almacenamiento o acceso técnico que es utilizado exclusivamente con fines estadísticos. El almacenamiento o acceso técnico que se utiliza exclusivamente con fines estadísticos anónimos. Sin un requerimiento, el cumplimiento voluntario por parte de tu proveedor de servicios de Internet, o los registros adicionales de un tercero, la información almacenada o recuperada sólo para este propósito no se puede utilizar para identificarte.

**Marketing  Marketing**

El almacenamiento o acceso técnico es necesario para crear perfiles de usuario para enviar publicidad, o para rastrear al usuario en una web o en varias web con fines de marketing similares.

-   [Manage options](https://www.abance.es/en/naval-and-systems-engineering/#)
-   [Manage services](https://www.abance.es/en/naval-and-systems-engineering/#)
-   [Manage {vendor\_count} vendors](https://www.abance.es/en/naval-and-systems-engineering/#)
-   [Read more about these purposes](https://cookiedatabase.org/tcf/purposes/)

Aceptar Denegar Ver preferencias Guardar preferencias [Ver preferencias](https://www.abance.es/en/naval-and-systems-engineering/#)

-   [{title}](https://www.abance.es/en/naval-and-systems-engineering/#)
-   [{title}](https://www.abance.es/en/naval-and-systems-engineering/#)
-   [{title}](https://www.abance.es/en/naval-and-systems-engineering/#)

Gestionar consentimiento

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

Сгенерированный llms.txt для этой отдельной страницы

Скачать llms.txt
# Abance

> ABANCE is an engineering company specialized in naval and systems engineering, delivering efficient and tailored solutions for industrial projects worldwide.

## Main
- [Naval and Systems Engineering for Industrial Projects | ABANCE](https://www.abance.es/en/naval-and-systems-engineering/): ABANCE is an engineering company specialized in naval and systems engineering, delivering efficient and tailored soluti…
- [about us](https://www.abance.es/en/about-us/)
- [services](https://www.abance.es/en/servicices/)
- [projects](https://www.abance.es/en/projects/)
- [life at abance](https://www.abance.es/en/life-at-abance/)
- [english](https://www.abance.es/)
- [español](https://www.abance.es/es/abance-ingenieria-naval/)
- [Integrated Policy](https://www.abance.es/wp-content/uploads/2026/01/ABA.R.0103-Integrated-Policy-Rev.-02-.pdf)
- [Information Security Policy](https://www.abance.es/wp-content/uploads/2026/01/ABA.RSI_.0104-Information-Security-Policy-Rev.-02-.pdf)

## Legal
- [Legal Information](https://www.abance.es/en/legal-information/)
- [Legal Notice](https://www.abance.es/en/legal-notice/)

## Support
- [contact](https://www.abance.es/en/contact/)

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

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

Доступность

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

Content available without JavaScript

Контент расположен рано в HTML (100/100)

Main content starts at 10% of HTML

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

Page size: 839KB

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

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

All major AI search bots allowed

Поддержка Markdown for Agents (0/100)
✗ Accept: text/markdown ✗ .md URL ✗ <link> tag ✗ Link header
Имеет sitemap.xml (100/100)

Sitemap found

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

robots.txt exists

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

No llms.txt found

Есть Content-Signal (robots.txt или HTTP-заголовки) (0/100)
✓ robots.txt ✓ HTTP header ✗ Policy

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

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

JSON-LD found: WebPage, ImageObject, BreadcrumbList, WebSite, Organization

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

All OG tags present

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

Meta description: 157 chars

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

Canonical URL present

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

lang="en-GB"

Семантический HTML

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

2 <h1> elements (should be 1), 2 heading level skip(s)

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

Has <article>

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

18 semantic elements, 265 divs (ratio: 6%)

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

4/4 images with meaningful alt text (7 decorative, not counted)

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

Avg div depth: 8.7, max: 14

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

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

100% token reduction (HTML→Markdown)

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

Content ratio: 0.1% (1078 content chars / 859040 HTML bytes)

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

HTML size: 839KB

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

37/718 elements with inline styles (5.2%)

{
  "url": "https://www.abance.es/en/naval-and-systems-engineering/",
  "timestamp": 1787150935904,
  "fetch": {
    "mode": "simple",
    "timeMs": 2384,
    "htmlSizeBytes": 859040,
    "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": "Naval and Systems Engineering for Industrial Projects | ABANCE",
    "excerpt": "Global Engineering",
    "byline": null,
    "siteName": "Abance",
    "lang": "en-GB",
    "contentLength": 1078,
    "metadata": {
      "description": "ABANCE is an engineering company specialized in naval and systems engineering, delivering efficient and tailored solutions for industrial projects worldwide.",
      "ogTitle": "Naval and Systems Engineering for Industrial Projects | ABANCE",
      "ogDescription": "ABANCE is an engineering company specialized in naval and systems engineering, delivering efficient and tailored solutions for industrial projects worldwide.",
      "ogImage": "https://www.abance.es/wp-content/uploads/2026/01/newAbance-scaled.png",
      "ogType": "website",
      "canonical": "https://www.abance.es/en/naval-and-systems-engineering/",
      "lang": "en-GB",
      "schemas": [
        {
          "@type": "WebPage",
          "@id": "https://www.abance.es/en/naval-and-systems-engineering/",
          "url": "https://www.abance.es/en/naval-and-systems-engineering/",
          "name": "Naval and Systems Engineering for Industrial Projects | ABANCE",
          "isPartOf": {
            "@id": "https://www.abance.es/en/naval-and-systems-engineering/#website"
          },
          "about": {
            "@id": "https://www.abance.es/en/naval-and-systems-engineering/#organization"
          },
          "primaryImageOfPage": {
            "@id": "https://www.abance.es/en/naval-and-systems-engineering/#primaryimage"
          },
          "image": {
            "@id": "https://www.abance.es/en/naval-and-systems-engineering/#primaryimage"
          },
          "thumbnailUrl": "https://www.abance.es/wp-content/uploads/2026/01/newAbance-scaled.png",
          "datePublished": "2026-02-26T13:33:56+00:00",
          "dateModified": "2026-05-12T11:51:15+00:00",
          "description": "ABANCE is an engineering company specialized in naval and systems engineering, delivering efficient and tailored solutions for industrial projects worldwide.",
          "breadcrumb": {
            "@id": "https://www.abance.es/en/naval-and-systems-engineering/#breadcrumb"
          },
          "inLanguage": "en-GB",
          "potentialAction": [
            {
              "@type": "ReadAction",
              "target": [
                "https://www.abance.es/en/naval-and-systems-engineering/"
              ]
            }
          ]
        },
        {
          "@type": "ImageObject",
          "inLanguage": "en-GB",
          "@id": "https://www.abance.es/en/naval-and-systems-engineering/#primaryimage",
          "url": "https://www.abance.es/wp-content/uploads/2026/01/newAbance-scaled.png",
          "contentUrl": "https://www.abance.es/wp-content/uploads/2026/01/newAbance-scaled.png",
          "width": 2560,
          "height": 597
        },
        {
          "@type": "BreadcrumbList",
          "@id": "https://www.abance.es/en/naval-and-systems-engineering/#breadcrumb",
          "itemListElement": [
            {
              "@type": "ListItem",
              "position": 1,
              "name": "Portada"
            }
          ]
        },
        {
          "@type": "WebSite",
          "@id": "https://www.abance.es/en/naval-and-systems-engineering/#website",
          "url": "https://www.abance.es/en/naval-and-systems-engineering/",
          "name": "Abance",
          "description": "Global Engineering",
          "publisher": {
            "@id": "https://www.abance.es/en/naval-and-systems-engineering/#organization"
          },
          "potentialAction": [
            {
              "@type": "SearchAction",
              "target": {
                "@type": "EntryPoint",
                "urlTemplate": "https://www.abance.es/en/naval-and-systems-engineering/?s={search_term_string}"
              },
              "query-input": {
                "@type": "PropertyValueSpecification",
                "valueRequired": true,
                "valueName": "search_term_string"
              }
            }
          ],
          "inLanguage": "en-GB"
        },
        {
          "@type": "Organization",
          "@id": "https://www.abance.es/en/naval-and-systems-engineering/#organization",
          "name": "Abance",
          "url": "https://www.abance.es/en/naval-and-systems-engineering/",
          "logo": {
            "@type": "ImageObject",
            "inLanguage": "en-GB",
            "@id": "https://www.abance.es/en/naval-and-systems-engineering/#/schema/logo/image/",
            "url": "https://www.abance.es/wp-content/uploads/2024/09/logo-blanco.png",
            "contentUrl": "https://www.abance.es/wp-content/uploads/2024/09/logo-blanco.png",
            "width": 2048,
            "height": 841,
            "caption": "Abance"
          },
          "image": {
            "@id": "https://www.abance.es/en/naval-and-systems-engineering/#/schema/logo/image/"
          }
        }
      ],
      "robotsMeta": "index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1",
      "author": null,
      "generator": "WordPress 7.0.4",
      "markdownAlternateHref": null
    }
  },
  "markdown": "##### Our greatest asset: Around 200 expert professionals in naval engineering.\n\n##### Specialized in detailed engineering design for civil and military vessels, submarines, and offshore wind platforms, we support the world’s leading international shipyards.\n\n![](https://www.abance.es/wp-content/uploads/2026/02/97f92fd7-3cab-44c3-b51f-f8c7ce1448e7.png)\n\n## Services\n\n##### 01. Functional design support\n\n##### 02. Detail design\n\n##### 03.Production engineering\n\n##### 04.Integrated Logistics Support (ILS)\n\nThe CDTI supports a project led by Navantia.\n\nAbance, together with other leading companies in the industrial sector, will participate in the e-park project\n\n### CERTIFICATES\n\n[![](https://www.abance.es/wp-content/uploads/2024/09/OCA-ISO9001-2048x1367-1-768x821.png)](https://www.abance.es/wp-content/uploads/2026/01/34_5700_22_3095_ABANCE-INGENIERIA-Y-SERVICIOS_ENG.pdf)\n\n[![](https://www.abance.es/wp-content/uploads/2024/09/OCA-ISO27001-2048x1367-1-768x821.png)](https://www.abance.es/wp-content/uploads/2026/01/34_5700_22_3095_ABANCE-INGENIERIA-Y-SERVICIOS_ENG.pdf)\n\n[![](https://www.abance.es/wp-content/uploads/2024/09/CyberEssentials-Certificated-2048x1367-1-768x827.webp)](https://www.abance.es/wp-content/uploads/2026/05/CERTIFICATE-CYBER-ESSENTIAL-ABANCE.pdf)\n\n[![](https://www.abance.es/wp-content/uploads/2024/09/distintivo_ens_certificacion_MEDIA_RD311-2022-247x300.png)](https://www.abance.es/wp-content/uploads/2026/01/34_5704_25_08020_ABANCE-INGENIERIA-Y-SERVICIOS_CAST-ENG.pdf)\n",
  "fullPageMarkdown": "Naval and Systems Engineering for Industrial Projects | ABANCE\n\n[Skip to content](https://www.abance.es/en/naval-and-systems-engineering/#content_skip_link_anchor) [Skip to footer](https://www.abance.es/en/naval-and-systems-engineering/#footer_skip_link_anchor)\n\n[![Abance](https://www.abance.es/wp-content/uploads/2024/09/logo-blanco.png)](https://www.abance.es/en/naval-and-systems-engineering/#)\n\n[![Abance](https://www.abance.es/wp-content/uploads/2024/09/logo-blanco.png)](https://www.abance.es/en/naval-and-systems-engineering/#)\n\n![Abance](https://www.abance.es/wp-content/uploads/2024/09/f-logo-default.png)\n\n[](https://www.abance.es/en/naval-and-systems-engineering/#)\n\n[](https://www.abance.es/en/naval-and-systems-engineering/#panel_bar)\n\n[AbanceGlobal Engineering](https://www.abance.es/en/naval-and-systems-engineering/) Close\n\n[facebook-1](https://www.facebook.com/AxiomThemes)[twitter-x](https://x.com/ThemesAxiom)[dribble-new](https://dribbble.com/AxiomThemes)[instagram](https://www.instagram.com/axiom_themes/)\n\n ![](https://www.abance.es/wp-content/plugins/revslider_old/sr6/assets/assets/dummy.png \"taketogether-1point5_14.jpeg\") Over 30 years delivering naval\nengineering solutions\n\n ![](https://www.abance.es/wp-content/plugins/revslider_old/sr6/assets/assets/dummy.png \"taketogether-1point5_16.jpeg\") Over 30 years delivering naval\nengineering solutions\n\n# Naval Engineering\n\n##### Our greatest asset: Around 200 expert professionals in naval engineering.\n\n##### Specialized in detailed engineering design for civil and military vessels, submarines, and offshore wind platforms, we support the world’s leading international shipyards.\n\n![](https://www.abance.es/wp-content/uploads/2026/02/97f92fd7-3cab-44c3-b51f-f8c7ce1448e7.png)\n\n# Services\n\n##### 01. Functional design support\n\n##### 02. Detail design\n\n##### 03.Production engineering\n\n##### 04.Integrated Logistics Support (ILS)\n\n[GO TO SERVICES](https://www.abance.es/en/servicices/)\n\nThe CDTI supports a project led by Navantia.\n\nAbance, together with other leading companies in the industrial sector, will participate in the e-park project\n\n[MORE INFORMATION](https://www.abance.es/wp-content/uploads/2026/01/banner-abance_copia-1-1.png)\n\n### CERTIFICATES\n\n[![](https://www.abance.es/wp-content/uploads/2024/09/OCA-ISO9001-2048x1367-1-768x821.png)](https://www.abance.es/wp-content/uploads/2026/01/34_5700_22_3095_ABANCE-INGENIERIA-Y-SERVICIOS_ENG.pdf)\n\n[![](https://www.abance.es/wp-content/uploads/2024/09/OCA-ISO27001-2048x1367-1-768x821.png)](https://www.abance.es/wp-content/uploads/2026/01/34_5700_22_3095_ABANCE-INGENIERIA-Y-SERVICIOS_ENG.pdf)\n\n[![](https://www.abance.es/wp-content/uploads/2024/09/CyberEssentials-Certificated-2048x1367-1-768x827.webp)](https://www.abance.es/wp-content/uploads/2026/05/CERTIFICATE-CYBER-ESSENTIAL-ABANCE.pdf)\n\n[![](https://www.abance.es/wp-content/uploads/2024/09/distintivo_ens_certificacion_MEDIA_RD311-2022-247x300.png)](https://www.abance.es/wp-content/uploads/2026/01/34_5704_25_08020_ABANCE-INGENIERIA-Y-SERVICIOS_CAST-ENG.pdf)\n\n [](https://www.abance.es/en/naval-and-systems-engineering/# \"Scroll to top\")\n\nGestionar consentimiento\n\nPara ofrecer las mejores experiencias, utilizamos tecnologías como las cookies para almacenar y/o acceder a la información del dispositivo. El consentimiento de estas tecnologías nos permitirá procesar datos como el comportamiento de navegación o las identificaciones únicas en este sitio. No consentir o retirar el consentimiento, puede afectar negativamente a ciertas características y funciones.\n\n**Funcional  Funcional Always active**\n\nEl almacenamiento o acceso técnico es estrictamente necesario para el propósito legítimo de permitir el uso de un servicio específico explícitamente solicitado por el abonado o usuario, o con el único propósito de llevar a cabo la transmisión de una comunicación a través de una red de comunicaciones electrónicas.\n\n**Preferencias  Preferencias**\n\nEl almacenamiento o acceso técnico es necesario para la finalidad legítima de almacenar preferencias no solicitadas por el abonado o usuario.\n\n**Estadísticas  Estadísticas**\n\nEl almacenamiento o acceso técnico que es utilizado exclusivamente con fines estadísticos. El almacenamiento o acceso técnico que se utiliza exclusivamente con fines estadísticos anónimos. Sin un requerimiento, el cumplimiento voluntario por parte de tu proveedor de servicios de Internet, o los registros adicionales de un tercero, la información almacenada o recuperada sólo para este propósito no se puede utilizar para identificarte.\n\n**Marketing  Marketing**\n\nEl almacenamiento o acceso técnico es necesario para crear perfiles de usuario para enviar publicidad, o para rastrear al usuario en una web o en varias web con fines de marketing similares.\n\n-   [Manage options](https://www.abance.es/en/naval-and-systems-engineering/#)\n-   [Manage services](https://www.abance.es/en/naval-and-systems-engineering/#)\n-   [Manage {vendor\\_count} vendors](https://www.abance.es/en/naval-and-systems-engineering/#)\n-   [Read more about these purposes](https://cookiedatabase.org/tcf/purposes/)\n\nAceptar Denegar Ver preferencias Guardar preferencias [Ver preferencias](https://www.abance.es/en/naval-and-systems-engineering/#)\n\n-   [{title}](https://www.abance.es/en/naval-and-systems-engineering/#)\n-   [{title}](https://www.abance.es/en/naval-and-systems-engineering/#)\n-   [{title}](https://www.abance.es/en/naval-and-systems-engineering/#)\n\nGestionar consentimiento\n",
  "markdownStats": {
    "images": 5,
    "links": 4,
    "tables": 0,
    "codeBlocks": 0,
    "headings": 8
  },
  "tokens": {
    "htmlTokens": 243251,
    "markdownTokens": 468,
    "reduction": 242783,
    "reductionPercent": 100
  },
  "score": {
    "score": 76,
    "grade": "B",
    "rubricVersion": 2,
    "dimensions": {
      "accessibility": {
        "score": 88,
        "weight": 30,
        "grade": "B",
        "checks": {
          "content_without_js": {
            "score": 100,
            "weight": 55,
            "evidence": "proven",
            "details": "Content available without JavaScript"
          },
          "fast_content_position": {
            "score": 100,
            "weight": 25,
            "evidence": "plausible",
            "details": "Main content starts at 10% of HTML"
          },
          "reasonable_page_size": {
            "score": 40,
            "weight": 20,
            "evidence": "plausible",
            "details": "Page size: 839KB"
          }
        }
      },
      "aiDiscoverability": {
        "score": 60,
        "weight": 25,
        "grade": "C",
        "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": 100,
            "weight": 15,
            "evidence": "plausible",
            "details": "Sitemap found"
          },
          "has_robots_txt": {
            "score": 100,
            "weight": 10,
            "evidence": "plausible",
            "details": "robots.txt exists"
          },
          "has_llms_txt": {
            "score": 0,
            "weight": 10,
            "evidence": "speculative",
            "details": "No llms.txt found"
          },
          "has_content_signals": {
            "score": 0,
            "weight": 10,
            "evidence": "speculative",
            "details": "No Content-Signal found (robots.txt or HTTP headers)"
          }
        }
      },
      "structuredData": {
        "score": 100,
        "weight": 20,
        "grade": "A",
        "checks": {
          "has_schema_org": {
            "score": 100,
            "weight": 35,
            "evidence": "proven",
            "details": "JSON-LD found: WebPage, ImageObject, BreadcrumbList, WebSite, Organization"
          },
          "has_open_graph": {
            "score": 100,
            "weight": 20,
            "evidence": "plausible",
            "details": "All OG tags present"
          },
          "has_meta_description": {
            "score": 100,
            "weight": 20,
            "evidence": "plausible",
            "details": "Meta description: 157 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=\"en-GB\""
          }
        }
      },
      "semanticHtml": {
        "score": 66,
        "weight": 15,
        "grade": "C",
        "checks": {
          "proper_heading_hierarchy": {
            "score": 50,
            "weight": 30,
            "evidence": "plausible",
            "details": "2 <h1> elements (should be 1), 2 heading level skip(s)"
          },
          "uses_article_or_main": {
            "score": 100,
            "weight": 25,
            "evidence": "plausible",
            "details": "Has <article>"
          },
          "semantic_elements": {
            "score": 21,
            "weight": 20,
            "evidence": "plausible",
            "details": "18 semantic elements, 265 divs (ratio: 6%)"
          },
          "meaningful_alt_texts": {
            "score": 100,
            "weight": 15,
            "evidence": "plausible",
            "details": "4/4 images with meaningful alt text (7 decorative, not counted)"
          },
          "low_div_nesting": {
            "score": 63,
            "weight": 10,
            "evidence": "speculative",
            "details": "Avg div depth: 8.7, max: 14"
          }
        }
      },
      "contentEfficiency": {
        "score": 44,
        "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.1% (1078 content chars / 859040 HTML bytes)"
          },
          "reasonable_page_weight": {
            "score": 20,
            "weight": 20,
            "evidence": "speculative",
            "details": "HTML size: 839KB"
          },
          "minimal_inline_styles": {
            "score": 0,
            "weight": 10,
            "evidence": "speculative",
            "details": "37/718 elements with inline styles (5.2%)"
          }
        }
      }
    }
  },
  "recommendations": [
    {
      "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": "reduce_page_size",
      "priority": "high",
      "category": "accessibility",
      "titleKey": "rec.reduce_page_size.title",
      "descriptionKey": "rec.reduce_page_size.description",
      "howToKey": "rec.reduce_page_size.howto",
      "effort": "moderate",
      "estimatedImpact": 3.6,
      "maxImpact": 6,
      "evidence": "plausible",
      "checkScore": 40,
      "checkDetails": "Page size: 839KB"
    },
    {
      "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.1% (1078 content chars / 859040 HTML bytes)"
    },
    {
      "id": "add_llms_txt",
      "priority": "high",
      "category": "aiDiscoverability",
      "titleKey": "rec.add_llms_txt.title",
      "descriptionKey": "rec.add_llms_txt.description",
      "howToKey": "rec.add_llms_txt.howto",
      "effort": "quick-win",
      "estimatedImpact": 2.5,
      "maxImpact": 2.5,
      "evidence": "speculative",
      "checkScore": 0,
      "checkDetails": "No llms.txt found"
    },
    {
      "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": "add_semantic_elements",
      "priority": "medium",
      "category": "semanticHtml",
      "titleKey": "rec.add_semantic_elements.title",
      "descriptionKey": "rec.add_semantic_elements.description",
      "howToKey": "rec.add_semantic_elements.howto",
      "effort": "moderate",
      "estimatedImpact": 2.4,
      "maxImpact": 3,
      "evidence": "plausible",
      "checkScore": 21,
      "checkDetails": "18 semantic elements, 265 divs (ratio: 6%)"
    },
    {
      "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": 2.3,
      "maxImpact": 4.5,
      "evidence": "plausible",
      "checkScore": 50,
      "checkDetails": "2 <h1> elements (should be 1), 2 heading level skip(s)"
    },
    {
      "id": "reduce_page_weight",
      "priority": "medium",
      "category": "contentEfficiency",
      "titleKey": "rec.reduce_page_weight.title",
      "descriptionKey": "rec.reduce_page_weight.description",
      "howToKey": "rec.reduce_page_weight.howto",
      "effort": "significant",
      "estimatedImpact": 1.6,
      "maxImpact": 2,
      "evidence": "speculative",
      "checkScore": 20,
      "checkDetails": "HTML size: 839KB"
    },
    {
      "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": "37/718 elements with inline styles (5.2%)"
    }
  ],
  "llmsTxtPreview": "# Abance\n\n> ABANCE is an engineering company specialized in naval and systems engineering, delivering efficient and tailored solutions for industrial projects worldwide.\n\n## Main\n- [Naval and Systems Engineering for Industrial Projects | ABANCE](https://www.abance.es/en/naval-and-systems-engineering/): ABANCE is an engineering company specialized in naval and systems engineering, delivering efficient and tailored soluti…\n- [about us](https://www.abance.es/en/about-us/)\n- [services](https://www.abance.es/en/servicices/)\n- [projects](https://www.abance.es/en/projects/)\n- [life at abance](https://www.abance.es/en/life-at-abance/)\n- [english](https://www.abance.es/)\n- [español](https://www.abance.es/es/abance-ingenieria-naval/)\n- [Integrated Policy](https://www.abance.es/wp-content/uploads/2026/01/ABA.R.0103-Integrated-Policy-Rev.-02-.pdf)\n- [Information Security Policy](https://www.abance.es/wp-content/uploads/2026/01/ABA.RSI_.0104-Information-Security-Policy-Rev.-02-.pdf)\n\n## Legal\n- [Legal Information](https://www.abance.es/en/legal-information/)\n- [Legal Notice](https://www.abance.es/en/legal-notice/)\n\n## Support\n- [contact](https://www.abance.es/en/contact/)\n\n",
  "llmsTxtExisting": null,
  "emergingProtocols": {
    "oauthProtectedResource": {
      "exists": false,
      "url": "https://www.abance.es/.well-known/oauth-protected-resource"
    },
    "oauthDiscovery": {
      "exists": false,
      "url": "https://www.abance.es/.well-known/oauth-authorization-server"
    },
    "mcpServerCard": {
      "exists": false,
      "url": "https://www.abance.es/.well-known/mcp/server-card.json",
      "draft": true
    },
    "a2aAgentCard": {
      "exists": false,
      "url": "https://www.abance.es/.well-known/agent-card.json"
    },
    "apiCatalog": {
      "exists": false,
      "url": "https://www.abance.es/.well-known/api-catalog"
    },
    "agentSkills": {
      "exists": false,
      "url": "https://www.abance.es/.well-known/agent-skills/index.json",
      "draft": true
    },
    "count": 0,
    "total": 6
  },
  "botAccess": {
    "probed": true,
    "bot": "OAI-SearchBot",
    "controlStatus": 200,
    "botStatus": 200,
    "discriminates": false,
    "refusedAsBot": false,
    "edge": null,
    "verifiable": false,
    "detail": "This origin answers OAI-SearchBot exactly as it answers any other client (200). No edge-level filtering of AI crawlers observed."
  },
  "snippets": [
    {
      "id": "add_llms_txt",
      "title": "Create /llms.txt",
      "description": "Upload this file to your web root. It tells AI agents what your site is about and which pages matter.",
      "language": "markdown",
      "code": "# Abance\n\n> ABANCE is an engineering company specialized in naval and systems engineering, delivering efficient and tailored solutions for industrial projects worldwide.\n\n## Main\n- [Naval and Systems Engineering for Industrial Projects | ABANCE](https://www.abance.es/en/naval-and-systems-engineering/): ABANCE is an engineering company specialized in naval and systems engineering, delivering efficient and tailored soluti…\n- [about us](https://www.abance.es/en/about-us/)\n- [services](https://www.abance.es/en/servicices/)\n- [projects](https://www.abance.es/en/projects/)\n- [life at abance](https://www.abance.es/en/life-at-abance/)\n- [english](https://www.abance.es/)\n- [español](https://www.abance.es/es/abance-ingenieria-naval/)\n- [Integrated Policy](https://www.abance.es/wp-content/uploads/2026/01/ABA.R.0103-Integrated-Policy-Rev.-02-.pdf)\n- [Information Security Policy](https://www.abance.es/wp-content/uploads/2026/01/ABA.RSI_.0104-Information-Security-Policy-Rev.-02-.pdf)\n\n## Legal\n- [Legal Information](https://www.abance.es/en/legal-information/)\n- [Legal Notice](https://www.abance.es/en/legal-notice/)\n\n## Support\n- [contact](https://www.abance.es/en/contact/)\n\n",
      "filename": "/llms.txt"
    },
    {
      "id": "fix_heading_hierarchy",
      "title": "Fix heading hierarchy",
      "description": "Your page has 2 <h1> elements. Keep only one. Demote the rest to <h2>.",
      "language": "html",
      "code": "<!-- Keep only one <h1> per page -->\n<h1>Naval and Systems Engineering for Industrial Projects | ABANCE</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 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-конвейер.

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

X LinkedIn Facebook WhatsApp Telegram Email

Или попросите ИИ помочь это исправить

Нужно второе мнение?

У Cloudflare тоже есть бесплатный сканер, и он задаёт другой вопрос. Он оценивает то, что ваш сайт публикует для вызова агентами: MCP server cards, Agent Skills, каталоги API, DNS-записи. Мы оцениваем, может ли агент добраться до вашего контента, прочитать и понять его. Сайт может быть хорош в одном и плох в другом, так что ждите двух разных чисел: это ответы на два разных вопроса, и знать стоит оба.

Проверить www.abance.es через Cloudflare

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

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

AgentReady.md score for www.abance.es
Script Рекомендуется
<script src="https://agentready.md/badge.js" data-id="b45b4801-96ae-473a-b514-9f3b499f019a" data-domain="www.abance.es"></script>
Markdown
[![AgentReady.md score for www.abance.es](https://agentready.md/badge/www.abance.es.svg)](https://agentready.md/ru/r/abance.es)

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

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

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