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

분석된 URL

https://www.hostdime.com.br/

측정: 지난달

다른 URL 분석

AI-Ready 점수

보통

/ 100

토큰 절감량

HTML 토큰 79.922
Markdown 토큰 524
절감 99%

점수 상세

시맨틱 HTML 67/100
콘텐츠 효율성 48/100
AI 발견 가능성 55/100
구조화 데이터 62/100
접근성 79/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 ratio: 2.3% (5832 content chars / 254135 HTML bytes)

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

구현 방법

CSS를 외부 스타일시트로 이동하고, 인라인 스타일을 제거하고, JavaScript를 최소화하고, 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 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 헤더로도 추가할 수 있습니다.

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

측정 결과 105/937 elements with inline styles (11.2%)

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

구현 방법

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

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

측정 결과 No JSON-LD / Schema.org found

Schema.org 구조화 데이터를 찾을 수 없습니다. JSON-LD는 AI 에이전트가 페이지에서 사실 기반의 구조화 정보를 추출하는 데 도움을 줍니다.

구현 방법

Schema.org 마크업이 포함된 <script type="application/ld+json"> 블록을 추가하세요. 적절한 유형을 사용하세요: 블로그 게시물에는 Article, 제품 페이지에는 Product, 회사 페이지에는 Organization.

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

측정 결과 12 semantic elements, 313 divs (ratio: 4%)

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

구현 방법

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

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

측정 결과 Avg div depth: 10.6, max: 18

페이지에 깊이 중첩된 <div> 요소가 있습니다. 깊은 중첩은 잡음을 추가하고 AI 에이전트의 콘텐츠 추출을 어렵게 합니다.

구현 방법

불필요한 래퍼 div를 제거하여 HTML 구조를 단순화하세요. 중첩 컨테이너 div 대신 CSS Grid 또는 Flexbox를 레이아웃에 사용하세요.

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

측정 결과 2/3 OG tags present

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

구현 방법

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

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

측정 결과 25/34 images with meaningful alt text

일부 이미지에 설명적인 alt 속성이 없습니다. 좋은 alt 속성은 AI 에이전트가 이미지 내용과 맥락을 이해하는 데 도움을 줍니다.

구현 방법

모든 이미지에 설명적인 alt 속성을 추가하세요. '이미지'나 '사진'이 아닌 이미지가 보여주는 내용을 설명하세요. 장식용 이미지에는 alt="" (빈 값)을 사용하세요.

코딩 에이전트에 붙여넣어 수정하게 하세요
Markdown 토큰: 524
[Skip to content](https://www.hostdime.com.br/#main-content)

 [![Logo_HD_V1_Orange](https://www.hostdime.com.br/hs-fs/hubfs/Logo_HD_V1_Orange.png?width=500&height=83&name=Logo_HD_V1_Orange.png) ![Logo_HD_V1_Orange](https://www.hostdime.com.br/hs-fs/hubfs/Logo_HD_V1_Orange.png?width=500&height=83&name=Logo_HD_V1_Orange.png)](https://www.hostdime.com.br/)

Presença em 6 países

Somos Data Center Tier III

20 anos de expertise

+100 mil clientes

SERVIDORES DEDICADOS

## É dedicação que você quer?

Aqui você encontra em forma de solução: hardwares fisicamente isolados, de uso exclusivo da sua empresa. Mais segurança e desempenho com monitoramento proativo 24x7x365.

![img-servidores](https://www.hostdime.com.br/hs-fs/hubfs/img-servidores.webp?width=855&name=img-servidores.webp)

## Aqui, você já começa nas nuvens

Servidor Dedicado de uso exclusivo da sua empresa, trazendo assim, maior segurança, desempenho e monitoramento proativo 24x7x365.

O Cloud Server HostDime possui a infraestrutura escalável em apenas um clique. Tenha total controle de sua estrutura.

Colocation para quem já possui servidores próprios, e busca autonomia e segurança para abrigar e gerenciar os ativos de TI do seu negócio.

## E impulsiona o seu negócio para ir ainda mais além

Com nossa venda consultiva, iniciamos o desenho de soluções personalizadas para moldar ao seu negócio e otimizar o setor de TI.
Nosso maior objetivo é garantir a segurança de dados críticos para a sua empresa e compliance com as melhores práticas no armazenamento de seus dados. Sanamos suas dores com soluções sob medida.

## A vista daqui é bem melhor

Seja nosso parceiro e compartilhe a sensação de tranquilidade que mais de 100 mil empresas de todo o mundo experimentam ao migrar para cá.

## Blog HostDime
Servidor Dedicado No Melhor Data Center Da América Latina

[Skip to content](https://www.hostdime.com.br/#main-content)

-   [A Hostdime](https://www.hostdime.com.br/a-hostdime/)
    -    [![Ícone](https://www.hostdime.com.br/hs-fs/hubfs/Home%20-%20Teste/premios-menu.png?width=20&height=20&name=premios-menu.png) Prêmios e certificados Conheça nossas premiações e os nossos certificados de abrangência internacional.](https://www.hostdime.com.br/a-hostdime/estrutura-premiada/)
    -    [![Ícone](https://www.hostdime.com.br/hs-fs/hubfs/Home%20-%20Teste/server-menu.png?width=20&height=20&name=server-menu.png) Estrutura Conheça detalhes dos principais data centers da HostDime em todo o mundo.](https://www.hostdime.com.br/data-center/)
    -    [![Ícone](https://www.hostdime.com.br/hs-fs/hubfs/Home%20-%20Teste/globais-menu.png?width=20&height=20&name=globais-menu.png) Somos Globais Presentes em 6 países, utilizamos provedores de primeira linha em todo o mundo.](https://www.hostdime.com.br/a-hostdime/somos-globais/)
    -    [![Ícone](https://www.hostdime.com.br/hs-fs/hubfs/Home%20-%20Teste/phone-menu.png?width=20&height=20&name=phone-menu.png) Suporte Equipe disponível 24 x 7 x365 buscando soluções para você.](https://www.hostdime.com.br/a-hostdime/suporte-hostdime/)
    -    [![Ícone](https://www.hostdime.com.br/hs-fs/hubfs/Home%20-%20Teste/user-menu.png?width=20&height=20&name=user-menu.png) Clientes Na prática, como solucionamos problemas de nossos clientes das mais variadas vertentes e segmentos.](https://www.hostdime.com.br/a-hostdime/confianca-e-parceria/)
    -    [![Ícone](https://www.hostdime.com.br/hs-fs/hubfs/Home%20-%20Teste/news-menu.png?width=20&height=20&name=news-menu.png) Press Kit e Guia da marca Nossos diferenciais são pauta de empreendedorismo e inovação para veículos no mundo todo.](https://www.hostdime.com.br/press-kit-e-guia-da-marca/)
-   [Ferramentas](https://www.hostdime.com.br/ferramentas/)
-   [](https://core.hostdime.com.br/support/)[Login](https://core.hostdime.com.br/support/)
-   [](https://www.hostdime.com.br/contato/)[Fale com um consultor](https://www.hostdime.com.br/contato/)

 [![Logo_HD_V1_Orange](https://www.hostdime.com.br/hs-fs/hubfs/Logo_HD_V1_Orange.png?width=500&height=83&name=Logo_HD_V1_Orange.png) ![Logo_HD_V1_Orange](https://www.hostdime.com.br/hs-fs/hubfs/Logo_HD_V1_Orange.png?width=500&height=83&name=Logo_HD_V1_Orange.png)](https://www.hostdime.com.br/)

Open main navigation Close main navigation

[Soluções de infraestrutura](https://www.hostdime.com.br/servidor-dedicado/)

# No melhor **data center** da América Latina

 [Servidor
Dedicado](https://www.hostdime.com.br/servidor-dedicado/) [Data
Center
Virtual](https://www.hostdime.com.br/data-center-virtual/) [Colocation](https://www.hostdime.com.br/colocation/) [Cloud
Server](https://www.hostdime.com.br/cloud-server/) [Cloud
Backup](https://www.hostdime.com.br/cloud-backup/)

Presença em 6 países

Somos Data Center Tier III

20 anos de expertise

+100 mil clientes

SERVIDORES DEDICADOS## É dedicação que você quer?

Aqui você encontra em forma de solução: hardwares fisicamente isolados, de uso exclusivo da sua empresa. Mais segurança e desempenho com monitoramento proativo 24x7x365.

[Configurar à minha necessidade](https://www.hostdime.com.br/servidor-dedicado/)

![img-servidores](https://www.hostdime.com.br/hs-fs/hubfs/img-servidores.webp?width=855&name=img-servidores.webp)

## Aqui, você já começa nas nuvens

Open to read more

![bare-metal](https://www.hostdime.com.br/hs-fs/hubfs/bare-metal.png?width=156&height=111&name=bare-metal.png)

Servidor Dedicado de uso exclusivo da sua empresa, trazendo assim, maior segurança, desempenho e monitoramento proativo 24x7x365.

[**Saiba mais**](https://www.hostdime.com.br/servidor-dedicado/)

Close

Open to read more

![cloud-server](https://www.hostdime.com.br/hs-fs/hubfs/cloud-server.png?width=156&height=110&name=cloud-server.png)

O Cloud Server HostDime possui a infraestrutura escalável em apenas um clique. Tenha total controle de sua estrutura.

[**Saiba mais**](https://www.hostdime.com.br/cloud-server/)

Close

Open to read more

![colocation-1](https://www.hostdime.com.br/hs-fs/hubfs/colocation-1.png?width=156&height=91&name=colocation-1.png)

Colocation para quem já possui servidores próprios, e busca autonomia e segurança para abrigar e gerenciar os ativos de TI do seu negócio.

[**Saiba mais**](https://www.hostdime.com.br/colocation/)

Close

## E impulsiona o seu negócio para ir ainda mais além

Com nossa venda consultiva, iniciamos o desenho de soluções personalizadas para moldar ao seu negócio e otimizar o setor de TI.
Nosso maior objetivo é garantir a segurança de dados críticos para a sua empresa e compliance com as melhores práticas no armazenamento de seus dados. Sanamos suas dores com soluções sob medida.

Open to read more

![cloud-backup](https://www.hostdime.com.br/hs-fs/hubfs/cloud-backup.png?width=156&height=111&name=cloud-backup.png)

[Saiba mais](https://www.hostdime.com.br/cloud-backup/)

Close

Open to read more

![cloud_storage_logo@2x-e1635436236219](https://www.hostdime.com.br/hs-fs/hubfs/[email protected]?width=137&height=98&[email protected])

[**Saiba mais**](https://www.hostdime.com.br/cloud-storage)

Close

Open to read more

![outros-produtos](https://www.hostdime.com.br/hs-fs/hubfs/outros-produtos.png?width=156&height=116&name=outros-produtos.png)

[Saiba mais](https://www.hostdime.com.br/outros-produtos/)

Close

## A vista daqui é bem melhor

Seja nosso parceiro e compartilhe a sensação de tranquilidade que mais de 100 mil empresas de todo o mundo experimentam ao migrar para cá.

-   ![DATAFULL-1](https://www.hostdime.com.br/hs-fs/hubfs/Home%20-%20Teste/DATAFULL-1.png?width=400&name=DATAFULL-1.png)
-   ![moura2](https://www.hostdime.com.br/hs-fs/hubfs/Home%20-%20Teste/moura2.png?width=400&name=moura2.png)
-   ![BIDWEB-2](https://www.hostdime.com.br/hs-fs/hubfs/Home%20-%20Teste/BIDWEB-2.png?width=400&name=BIDWEB-2.png)
-   ![TECPEL-1](https://www.hostdime.com.br/hs-fs/hubfs/Home%20-%20Teste/TECPEL-1.png?width=400&name=TECPEL-1.png)
-   ![sebrae-2](https://www.hostdime.com.br/hs-fs/hubfs/Home%20-%20Teste/sebrae-2.png?width=400&name=sebrae-2.png)
-   ![NAPOLEON-1](https://www.hostdime.com.br/hs-fs/hubfs/Home%20-%20Teste/NAPOLEON-1.png?width=400&name=NAPOLEON-1.png)
-   ![MPX](https://www.hostdime.com.br/hs-fs/hubfs/Home%20-%20Teste/MPX.png?width=400&name=MPX.png)
-   ![intelbras](https://www.hostdime.com.br/hs-fs/hubfs/Home%20-%20Teste/download-9__1_-removebg-preview.png?width=400&name=download-9__1_-removebg-preview.png)
-   ![grupo-parvi](https://www.hostdime.com.br/hs-fs/hubfs/Home%20-%20Teste/grupo-parvi.png?width=400&name=grupo-parvi.png)
-   ![roval](https://www.hostdime.com.br/hs-fs/hubfs/Home%20-%20Teste/download-20__1_-removebg-preview.png?width=400&name=download-20__1_-removebg-preview.png)
-   ![CBMPB-](https://www.hostdime.com.br/hs-fs/hubfs/Home%20-%20Teste/CBMPB-.png?width=400&name=CBMPB-.png)
-   ![DORE-1](https://www.hostdime.com.br/hs-fs/hubfs/Home%20-%20Teste/DORE-1.png?width=400&name=DORE-1.png)
-   ![PMPB](https://www.hostdime.com.br/hs-fs/hubfs/Home%20-%20Teste/PMPB.png?width=400&name=PMPB.png)
-   ![melita](https://www.hostdime.com.br/hs-fs/hubfs/Home%20-%20Teste/melita.png?width=400&name=melita.png)
-   ![britania](https://www.hostdime.com.br/hs-fs/hubfs/Home%20-%20Teste/britania.png?width=400&name=britania.png)

[Confira nossos clientes](https://www.hostdime.com.br/a-hostdime/confianca-e-parceria/)

## Blog HostDime

[![vazamento de dados em empresas](https://www.hostdime.com.br/hs-fs/hubfs/MKT%20-%20Marketing/assets/blog/2026/vazamento%20de%20dados%20em%20empresas.png?width=1200&height=500&name=vazamento%20de%20dados%20em%20empresas.png)](https://www.hostdime.com.br/blog/como-evitar-vazamento-de-dados-na-sua-empresa-confira-7-dicas)

## [Como evitar vazamento de dados em empresas? Confira 7 dicas](https://www.hostdime.com.br/blog/como-evitar-vazamento-de-dados-na-sua-empresa-confira-7-dicas)

Em 2026, o Brasil ocupa o primeiro lugar no ranking de países que são alvos de sequestro de dados...

[Ler mais](https://www.hostdime.com.br/blog/como-evitar-vazamento-de-dados-na-sua-empresa-confira-7-dicas)

[![melhores dbaas](https://www.hostdime.com.br/hs-fs/hubfs/MKT%20-%20Marketing/assets/blog/2026/melhores%20dbaas-1.png?width=1200&height=500&name=melhores%20dbaas-1.png)](https://www.hostdime.com.br/blog/melhores-dbaas-no-brasil)

## [Melhores provedores de DBaaS no Brasil - atualizado 2026](https://www.hostdime.com.br/blog/melhores-dbaas-no-brasil)

O que é DBaaS? Database as a Service (DBaaS) é um modelo de computação em nuvem que entrega banco...

[Ler mais](https://www.hostdime.com.br/blog/melhores-dbaas-no-brasil)

[![sucesu pb](https://www.hostdime.com.br/hs-fs/hubfs/MKT%20-%20Marketing/assets/blog/2026/sucesu%20pb.jpg?width=1200&height=500&name=sucesu%20pb.jpg)](https://www.hostdime.com.br/blog/hostdime-brasil-conexao-tech-sucesu-pb)

## [Com foco em inovação, HostDime Brasil recebe Conexão Tech da Sucesu PB](https://www.hostdime.com.br/blog/hostdime-brasil-conexao-tech-sucesu-pb)

O evento exclusivo organizado pela Associação de Empresários e Usuários de Tecnologia da Paraíba...

[Ler mais](https://www.hostdime.com.br/blog/hostdime-brasil-conexao-tech-sucesu-pb)

[Veja mais artigos](https://www.hostdime.com.br/blog)

Fale conosco no WhatsApp ×

×

### Fale conosco pelo WhatsApp

Preencha seus dados para iniciar a conversa

Obrigado! Redirecionando para o WhatsApp...

Redirecionando em 3 ...

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

권장 내용

llms.txt 다운로드
# hostdime.com.br

> HostDime: Melhor Servidor dedicado e Cloud Server com segurança e desempenho. Data Center próprio no Brasil. Líder em soluções Cloud e Servidores Dedicados

## Main
- [Servidor Dedicado No Melhor Data Center Da América Latina](https://www.hostdime.com.br/): HostDime: Melhor Servidor dedicado e Cloud Server com segurança e desempenho. Data Center próprio no Brasil. Líder em s…
- [A Hostdime](https://www.hostdime.com.br/a-hostdime/)
- [Suporte Equipe disponível 24 x 7 x365 buscando soluções para você.](https://www.hostdime.com.br/a-hostdime/suporte-hostdime/)
- [Ferramentas](https://www.hostdime.com.br/ferramentas/)
- [Fale com um consultor](https://www.hostdime.com.br/contato/)
- [Servidor Dedicado](https://www.hostdime.com.br/servidor-dedicado/)
- [Cloud Server](https://www.hostdime.com.br/cloud-server/)
- [Data Center Virtual](https://www.hostdime.com.br/data-center-virtual/)
- [Colocation](https://www.hostdime.com.br/colocation/)

## Blog
- [Blog](https://www.hostdime.com.br/blog/)

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

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

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

유효한 형식
# llms.txt — HostDime Brasil
# Última atualização: 2025-11-10
# Ponto de contato: [email protected]

site: https://www.hostdime.com.br/

# Sitemaps
sitemap: https://www.hostdime.com.br/sitemap.xml

# Política de acesso para agentes de IA
# Permitimos coleta responsável para indexação e resposta, mas proibimos uso para treinamento de modelos sem acordo contratual.
access: allow
indexing: allow
answer-generation: allow
training: disallow

# Identificação obrigatória do agente
# Envie um header User-Agent claro e um contact-url ou contact-email válido.
agent-identification: required
contact-url: https://www.hostdime.com.br/contato/

# Limites e boas práticas
crawl-delay: 0
max-requests-per-minute: 60
concurrent-requests: 4
cache-respect: required

# Áreas permitidas
allow: /*

# Áreas sensíveis ou sem valor para LLMs
disallow: /hubfs/system/
disallow: /hs-fs/
disallow: /_hcms/
disallow: /api/
disallow: /cdn-cgi/
disallow: /admin/
disallow: /private/
disallow: /tmp/

# Regras de conteúdo
# Respeitar robots meta no HTML, canonical e noindex.
robots-meta-respect: required
canonical-respect: required

# Direitos e uso
copyright: HostDime Brasil. Todos os direitos reservados.
license: uso de conteúdo autorizado apenas para indexação e resposta contextual, com menção à fonte.
attribution: preferred

# Solicitações e contato editorial
takedown: https://www.hostdime.com.br/contato/
dmca-email: [email protected]

시맨틱 HTML

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

Has both <article> and <main>

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

Clean heading hierarchy

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

12 semantic elements, 313 divs (ratio: 4%)

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

25/34 images with meaningful alt text

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

Avg div depth: 10.6, max: 18

콘텐츠 효율성

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

99% token reduction (HTML→Markdown)

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

Content ratio: 2.3% (5832 content chars / 254135 HTML bytes)

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

105/937 elements with inline styles (11.2%)

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

HTML size: 248KB

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 헤더) (0/100)
&#10003; robots.txt &#10003; HTTP header &#10007; Policy

구조화 데이터

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

No JSON-LD / Schema.org found

Open Graph 태그 있음 (67/100)

2/3 OG tags present

메타 설명 있음 (100/100)

Meta description: 155 chars

정규 URL 있음 (100/100)

Canonical URL present

lang 속성 있음 (100/100)

lang="br"

접근성

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

Content available without JavaScript

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

Page size: 248KB

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

Main content starts at 51% of HTML

{
  "url": "https://www.hostdime.com.br/",
  "timestamp": 1781703917095,
  "fetch": {
    "mode": "simple",
    "timeMs": 71,
    "htmlSizeBytes": 254135,
    "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": "Servidor Dedicado No Melhor Data Center Da América Latina",
    "excerpt": "HostDime: Melhor Servidor dedicado e Cloud Server com segurança e desempenho. Data Center próprio no Brasil. Líder em soluções Cloud e Servidores Dedicados",
    "byline": null,
    "siteName": null,
    "lang": "br",
    "contentLength": 5832,
    "metadata": {
      "description": "HostDime: Melhor Servidor dedicado e Cloud Server com segurança e desempenho. Data Center próprio no Brasil. Líder em soluções Cloud e Servidores Dedicados",
      "ogTitle": "Servidor Dedicado No Melhor Data Center Da América Latina",
      "ogDescription": "HostDime: Melhor Servidor dedicado e Cloud Server com segurança e desempenho. Data Center próprio no Brasil. Líder em soluções Cloud e Servidores Dedicados",
      "ogImage": null,
      "ogType": null,
      "canonical": "https://www.hostdime.com.br",
      "lang": "br",
      "schemas": [],
      "robotsMeta": null,
      "author": null,
      "generator": "HubSpot",
      "markdownAlternateHref": null
    }
  },
  "markdown": "[Skip to content](https://www.hostdime.com.br/#main-content)\n\n [![Logo_HD_V1_Orange](https://www.hostdime.com.br/hs-fs/hubfs/Logo_HD_V1_Orange.png?width=500&height=83&name=Logo_HD_V1_Orange.png) ![Logo_HD_V1_Orange](https://www.hostdime.com.br/hs-fs/hubfs/Logo_HD_V1_Orange.png?width=500&height=83&name=Logo_HD_V1_Orange.png)](https://www.hostdime.com.br/)\n\nPresença em 6 países\n\nSomos Data Center Tier III\n\n20 anos de expertise\n\n+100 mil clientes\n\nSERVIDORES DEDICADOS\n\n## É dedicação que você quer?\n\nAqui você encontra em forma de solução: hardwares fisicamente isolados, de uso exclusivo da sua empresa. Mais segurança e desempenho com monitoramento proativo 24x7x365.\n\n![img-servidores](https://www.hostdime.com.br/hs-fs/hubfs/img-servidores.webp?width=855&name=img-servidores.webp)\n\n## Aqui, você já começa nas nuvens\n\nServidor Dedicado de uso exclusivo da sua empresa, trazendo assim, maior segurança, desempenho e monitoramento proativo 24x7x365.\n\nO Cloud Server HostDime possui a infraestrutura escalável em apenas um clique. Tenha total controle de sua estrutura.\n\nColocation para quem já possui servidores próprios, e busca autonomia e segurança para abrigar e gerenciar os ativos de TI do seu negócio.\n\n## E impulsiona o seu negócio para ir ainda mais além\n\nCom nossa venda consultiva, iniciamos o desenho de soluções personalizadas para moldar ao seu negócio e otimizar o setor de TI.\nNosso maior objetivo é garantir a segurança de dados críticos para a sua empresa e compliance com as melhores práticas no armazenamento de seus dados. Sanamos suas dores com soluções sob medida.\n\n## A vista daqui é bem melhor\n\nSeja nosso parceiro e compartilhe a sensação de tranquilidade que mais de 100 mil empresas de todo o mundo experimentam ao migrar para cá.\n\n## Blog HostDime\n",
  "fullPageMarkdown": "Servidor Dedicado No Melhor Data Center Da América Latina\n\n[Skip to content](https://www.hostdime.com.br/#main-content)\n\n-   [A Hostdime](https://www.hostdime.com.br/a-hostdime/)\n    -    [![Ícone](https://www.hostdime.com.br/hs-fs/hubfs/Home%20-%20Teste/premios-menu.png?width=20&height=20&name=premios-menu.png) Prêmios e certificados Conheça nossas premiações e os nossos certificados de abrangência internacional.](https://www.hostdime.com.br/a-hostdime/estrutura-premiada/)\n    -    [![Ícone](https://www.hostdime.com.br/hs-fs/hubfs/Home%20-%20Teste/server-menu.png?width=20&height=20&name=server-menu.png) Estrutura Conheça detalhes dos principais data centers da HostDime em todo o mundo.](https://www.hostdime.com.br/data-center/)\n    -    [![Ícone](https://www.hostdime.com.br/hs-fs/hubfs/Home%20-%20Teste/globais-menu.png?width=20&height=20&name=globais-menu.png) Somos Globais Presentes em 6 países, utilizamos provedores de primeira linha em todo o mundo.](https://www.hostdime.com.br/a-hostdime/somos-globais/)\n    -    [![Ícone](https://www.hostdime.com.br/hs-fs/hubfs/Home%20-%20Teste/phone-menu.png?width=20&height=20&name=phone-menu.png) Suporte Equipe disponível 24 x 7 x365 buscando soluções para você.](https://www.hostdime.com.br/a-hostdime/suporte-hostdime/)\n    -    [![Ícone](https://www.hostdime.com.br/hs-fs/hubfs/Home%20-%20Teste/user-menu.png?width=20&height=20&name=user-menu.png) Clientes Na prática, como solucionamos problemas de nossos clientes das mais variadas vertentes e segmentos.](https://www.hostdime.com.br/a-hostdime/confianca-e-parceria/)\n    -    [![Ícone](https://www.hostdime.com.br/hs-fs/hubfs/Home%20-%20Teste/news-menu.png?width=20&height=20&name=news-menu.png) Press Kit e Guia da marca Nossos diferenciais são pauta de empreendedorismo e inovação para veículos no mundo todo.](https://www.hostdime.com.br/press-kit-e-guia-da-marca/)\n-   [Ferramentas](https://www.hostdime.com.br/ferramentas/)\n-   [](https://core.hostdime.com.br/support/)[Login](https://core.hostdime.com.br/support/)\n-   [](https://www.hostdime.com.br/contato/)[Fale com um consultor](https://www.hostdime.com.br/contato/)\n\n [![Logo_HD_V1_Orange](https://www.hostdime.com.br/hs-fs/hubfs/Logo_HD_V1_Orange.png?width=500&height=83&name=Logo_HD_V1_Orange.png) ![Logo_HD_V1_Orange](https://www.hostdime.com.br/hs-fs/hubfs/Logo_HD_V1_Orange.png?width=500&height=83&name=Logo_HD_V1_Orange.png)](https://www.hostdime.com.br/)\n\nOpen main navigation Close main navigation\n\n[Soluções de infraestrutura](https://www.hostdime.com.br/servidor-dedicado/)\n\n# No melhor **data center** da América Latina\n\n [Servidor\nDedicado](https://www.hostdime.com.br/servidor-dedicado/) [Data\nCenter\nVirtual](https://www.hostdime.com.br/data-center-virtual/) [Colocation](https://www.hostdime.com.br/colocation/) [Cloud\nServer](https://www.hostdime.com.br/cloud-server/) [Cloud\nBackup](https://www.hostdime.com.br/cloud-backup/)\n\nPresença em 6 países\n\nSomos Data Center Tier III\n\n20 anos de expertise\n\n+100 mil clientes\n\nSERVIDORES DEDICADOS## É dedicação que você quer?\n\nAqui você encontra em forma de solução: hardwares fisicamente isolados, de uso exclusivo da sua empresa. Mais segurança e desempenho com monitoramento proativo 24x7x365.\n\n[Configurar à minha necessidade](https://www.hostdime.com.br/servidor-dedicado/)\n\n![img-servidores](https://www.hostdime.com.br/hs-fs/hubfs/img-servidores.webp?width=855&name=img-servidores.webp)\n\n## Aqui, você já começa nas nuvens\n\nOpen to read more\n\n![bare-metal](https://www.hostdime.com.br/hs-fs/hubfs/bare-metal.png?width=156&height=111&name=bare-metal.png)\n\nServidor Dedicado de uso exclusivo da sua empresa, trazendo assim, maior segurança, desempenho e monitoramento proativo 24x7x365.\n\n[**Saiba mais**](https://www.hostdime.com.br/servidor-dedicado/)\n\nClose\n\nOpen to read more\n\n![cloud-server](https://www.hostdime.com.br/hs-fs/hubfs/cloud-server.png?width=156&height=110&name=cloud-server.png)\n\nO Cloud Server HostDime possui a infraestrutura escalável em apenas um clique. Tenha total controle de sua estrutura.\n\n[**Saiba mais**](https://www.hostdime.com.br/cloud-server/)\n\nClose\n\nOpen to read more\n\n![colocation-1](https://www.hostdime.com.br/hs-fs/hubfs/colocation-1.png?width=156&height=91&name=colocation-1.png)\n\nColocation para quem já possui servidores próprios, e busca autonomia e segurança para abrigar e gerenciar os ativos de TI do seu negócio.\n\n[**Saiba mais**](https://www.hostdime.com.br/colocation/)\n\nClose\n\n## E impulsiona o seu negócio para ir ainda mais além\n\nCom nossa venda consultiva, iniciamos o desenho de soluções personalizadas para moldar ao seu negócio e otimizar o setor de TI.\nNosso maior objetivo é garantir a segurança de dados críticos para a sua empresa e compliance com as melhores práticas no armazenamento de seus dados. Sanamos suas dores com soluções sob medida.\n\nOpen to read more\n\n![cloud-backup](https://www.hostdime.com.br/hs-fs/hubfs/cloud-backup.png?width=156&height=111&name=cloud-backup.png)\n\n[Saiba mais](https://www.hostdime.com.br/cloud-backup/)\n\nClose\n\nOpen to read more\n\n![cloud_storage_logo@2x-e1635436236219](https://www.hostdime.com.br/hs-fs/hubfs/[email protected]?width=137&height=98&[email protected])\n\n[**Saiba mais**](https://www.hostdime.com.br/cloud-storage)\n\nClose\n\nOpen to read more\n\n![outros-produtos](https://www.hostdime.com.br/hs-fs/hubfs/outros-produtos.png?width=156&height=116&name=outros-produtos.png)\n\n[Saiba mais](https://www.hostdime.com.br/outros-produtos/)\n\nClose\n\n## A vista daqui é bem melhor\n\nSeja nosso parceiro e compartilhe a sensação de tranquilidade que mais de 100 mil empresas de todo o mundo experimentam ao migrar para cá.\n\n-   ![DATAFULL-1](https://www.hostdime.com.br/hs-fs/hubfs/Home%20-%20Teste/DATAFULL-1.png?width=400&name=DATAFULL-1.png)\n-   ![moura2](https://www.hostdime.com.br/hs-fs/hubfs/Home%20-%20Teste/moura2.png?width=400&name=moura2.png)\n-   ![BIDWEB-2](https://www.hostdime.com.br/hs-fs/hubfs/Home%20-%20Teste/BIDWEB-2.png?width=400&name=BIDWEB-2.png)\n-   ![TECPEL-1](https://www.hostdime.com.br/hs-fs/hubfs/Home%20-%20Teste/TECPEL-1.png?width=400&name=TECPEL-1.png)\n-   ![sebrae-2](https://www.hostdime.com.br/hs-fs/hubfs/Home%20-%20Teste/sebrae-2.png?width=400&name=sebrae-2.png)\n-   ![NAPOLEON-1](https://www.hostdime.com.br/hs-fs/hubfs/Home%20-%20Teste/NAPOLEON-1.png?width=400&name=NAPOLEON-1.png)\n-   ![MPX](https://www.hostdime.com.br/hs-fs/hubfs/Home%20-%20Teste/MPX.png?width=400&name=MPX.png)\n-   ![intelbras](https://www.hostdime.com.br/hs-fs/hubfs/Home%20-%20Teste/download-9__1_-removebg-preview.png?width=400&name=download-9__1_-removebg-preview.png)\n-   ![grupo-parvi](https://www.hostdime.com.br/hs-fs/hubfs/Home%20-%20Teste/grupo-parvi.png?width=400&name=grupo-parvi.png)\n-   ![roval](https://www.hostdime.com.br/hs-fs/hubfs/Home%20-%20Teste/download-20__1_-removebg-preview.png?width=400&name=download-20__1_-removebg-preview.png)\n-   ![CBMPB-](https://www.hostdime.com.br/hs-fs/hubfs/Home%20-%20Teste/CBMPB-.png?width=400&name=CBMPB-.png)\n-   ![DORE-1](https://www.hostdime.com.br/hs-fs/hubfs/Home%20-%20Teste/DORE-1.png?width=400&name=DORE-1.png)\n-   ![PMPB](https://www.hostdime.com.br/hs-fs/hubfs/Home%20-%20Teste/PMPB.png?width=400&name=PMPB.png)\n-   ![melita](https://www.hostdime.com.br/hs-fs/hubfs/Home%20-%20Teste/melita.png?width=400&name=melita.png)\n-   ![britania](https://www.hostdime.com.br/hs-fs/hubfs/Home%20-%20Teste/britania.png?width=400&name=britania.png)\n\n[Confira nossos clientes](https://www.hostdime.com.br/a-hostdime/confianca-e-parceria/)\n\n## Blog HostDime\n\n[![vazamento de dados em empresas](https://www.hostdime.com.br/hs-fs/hubfs/MKT%20-%20Marketing/assets/blog/2026/vazamento%20de%20dados%20em%20empresas.png?width=1200&height=500&name=vazamento%20de%20dados%20em%20empresas.png)](https://www.hostdime.com.br/blog/como-evitar-vazamento-de-dados-na-sua-empresa-confira-7-dicas)\n\n## [Como evitar vazamento de dados em empresas? Confira 7 dicas](https://www.hostdime.com.br/blog/como-evitar-vazamento-de-dados-na-sua-empresa-confira-7-dicas)\n\nEm 2026, o Brasil ocupa o primeiro lugar no ranking de países que são alvos de sequestro de dados...\n\n[Ler mais](https://www.hostdime.com.br/blog/como-evitar-vazamento-de-dados-na-sua-empresa-confira-7-dicas)\n\n[![melhores dbaas](https://www.hostdime.com.br/hs-fs/hubfs/MKT%20-%20Marketing/assets/blog/2026/melhores%20dbaas-1.png?width=1200&height=500&name=melhores%20dbaas-1.png)](https://www.hostdime.com.br/blog/melhores-dbaas-no-brasil)\n\n## [Melhores provedores de DBaaS no Brasil - atualizado 2026](https://www.hostdime.com.br/blog/melhores-dbaas-no-brasil)\n\nO que é DBaaS? Database as a Service (DBaaS) é um modelo de computação em nuvem que entrega banco...\n\n[Ler mais](https://www.hostdime.com.br/blog/melhores-dbaas-no-brasil)\n\n[![sucesu pb](https://www.hostdime.com.br/hs-fs/hubfs/MKT%20-%20Marketing/assets/blog/2026/sucesu%20pb.jpg?width=1200&height=500&name=sucesu%20pb.jpg)](https://www.hostdime.com.br/blog/hostdime-brasil-conexao-tech-sucesu-pb)\n\n## [Com foco em inovação, HostDime Brasil recebe Conexão Tech da Sucesu PB](https://www.hostdime.com.br/blog/hostdime-brasil-conexao-tech-sucesu-pb)\n\nO evento exclusivo organizado pela Associação de Empresários e Usuários de Tecnologia da Paraíba...\n\n[Ler mais](https://www.hostdime.com.br/blog/hostdime-brasil-conexao-tech-sucesu-pb)\n\n[Veja mais artigos](https://www.hostdime.com.br/blog)\n\nFale conosco no WhatsApp ×\n\n×\n\n### Fale conosco pelo WhatsApp\n\nPreencha seus dados para iniciar a conversa\n\nObrigado! Redirecionando para o WhatsApp...\n\nRedirecionando em 3 ...\n",
  "markdownStats": {
    "images": 3,
    "links": 20,
    "tables": 0,
    "codeBlocks": 0,
    "headings": 5
  },
  "tokens": {
    "htmlTokens": 79922,
    "markdownTokens": 524,
    "reduction": 79398,
    "reductionPercent": 99
  },
  "score": {
    "score": 60,
    "grade": "C",
    "dimensions": {
      "semanticHtml": {
        "score": 67,
        "weight": 20,
        "grade": "C",
        "checks": {
          "uses_article_or_main": {
            "score": 100,
            "weight": 20,
            "details": "Has both <article> and <main>"
          },
          "proper_heading_hierarchy": {
            "score": 100,
            "weight": 25,
            "details": "Clean heading hierarchy"
          },
          "semantic_elements": {
            "score": 12,
            "weight": 20,
            "details": "12 semantic elements, 313 divs (ratio: 4%)"
          },
          "meaningful_alt_texts": {
            "score": 74,
            "weight": 15,
            "details": "25/34 images with meaningful alt text"
          },
          "low_div_nesting": {
            "score": 44,
            "weight": 20,
            "details": "Avg div depth: 10.6, max: 18"
          }
        }
      },
      "contentEfficiency": {
        "score": 48,
        "weight": 25,
        "grade": "D",
        "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: 2.3% (5832 content chars / 254135 HTML bytes)"
          },
          "minimal_inline_styles": {
            "score": 0,
            "weight": 15,
            "details": "105/937 elements with inline styles (11.2%)"
          },
          "reasonable_page_weight": {
            "score": 50,
            "weight": 15,
            "details": "HTML size: 248KB"
          }
        }
      },
      "aiDiscoverability": {
        "score": 55,
        "weight": 25,
        "grade": "D",
        "checks": {
          "has_llms_txt": {
            "score": 100,
            "weight": 20,
            "details": "llms.txt exists and is valid"
          },
          "has_robots_txt": {
            "score": 100,
            "weight": 10,
            "details": "robots.txt exists"
          },
          "robots_allows_ai_bots": {
            "score": 100,
            "weight": 15,
            "details": "All major AI bots allowed"
          },
          "has_sitemap": {
            "score": 100,
            "weight": 10,
            "details": "Sitemap found"
          },
          "supports_markdown_negotiation": {
            "score": 0,
            "weight": 25,
            "details": "No Markdown for Agents support detected"
          },
          "has_content_signals": {
            "score": 0,
            "weight": 20,
            "details": "No Content-Signal found (robots.txt or HTTP headers)"
          }
        }
      },
      "structuredData": {
        "score": 62,
        "weight": 15,
        "grade": "C",
        "checks": {
          "has_schema_org": {
            "score": 0,
            "weight": 30,
            "details": "No JSON-LD / Schema.org found"
          },
          "has_open_graph": {
            "score": 67,
            "weight": 25,
            "details": "2/3 OG tags present"
          },
          "has_meta_description": {
            "score": 100,
            "weight": 20,
            "details": "Meta description: 155 chars"
          },
          "has_canonical_url": {
            "score": 100,
            "weight": 15,
            "details": "Canonical URL present"
          },
          "has_lang_attribute": {
            "score": 100,
            "weight": 10,
            "details": "lang=\"br\""
          }
        }
      },
      "accessibility": {
        "score": 79,
        "weight": 15,
        "grade": "B",
        "checks": {
          "content_without_js": {
            "score": 100,
            "weight": 40,
            "details": "Content available without JavaScript"
          },
          "reasonable_page_size": {
            "score": 80,
            "weight": 30,
            "details": "Page size: 248KB"
          },
          "fast_content_position": {
            "score": 50,
            "weight": 30,
            "details": "Main content starts at 51% 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: 2.3% (5832 content chars / 254135 HTML bytes)"
    },
    {
      "id": "add_markdown_negotiation",
      "priority": "critical",
      "category": "aiDiscoverability",
      "titleKey": "rec.add_markdown_negotiation.title",
      "descriptionKey": "rec.add_markdown_negotiation.description",
      "howToKey": "rec.add_markdown_negotiation.howto",
      "effort": "significant",
      "estimatedImpact": 6,
      "checkScore": 0,
      "checkDetails": "No Markdown for Agents support detected"
    },
    {
      "id": "add_content_signals",
      "priority": "critical",
      "category": "aiDiscoverability",
      "titleKey": "rec.add_content_signals.title",
      "descriptionKey": "rec.add_content_signals.description",
      "howToKey": "rec.add_content_signals.howto",
      "effort": "quick-win",
      "estimatedImpact": 5,
      "checkScore": 0,
      "checkDetails": "No Content-Signal found (robots.txt or HTTP headers)"
    },
    {
      "id": "remove_inline_styles",
      "priority": "critical",
      "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": 0,
      "checkDetails": "105/937 elements with inline styles (11.2%)"
    },
    {
      "id": "add_schema_org",
      "priority": "high",
      "category": "structuredData",
      "titleKey": "rec.add_schema_org.title",
      "descriptionKey": "rec.add_schema_org.description",
      "howToKey": "rec.add_schema_org.howto",
      "effort": "moderate",
      "estimatedImpact": 6,
      "checkScore": 0,
      "checkDetails": "No JSON-LD / Schema.org found"
    },
    {
      "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": 12,
      "checkDetails": "12 semantic elements, 313 divs (ratio: 4%)"
    },
    {
      "id": "reduce_div_nesting",
      "priority": "high",
      "category": "semanticHtml",
      "titleKey": "rec.reduce_div_nesting.title",
      "descriptionKey": "rec.reduce_div_nesting.description",
      "howToKey": "rec.reduce_div_nesting.howto",
      "effort": "significant",
      "estimatedImpact": 4,
      "checkScore": 44,
      "checkDetails": "Avg div depth: 10.6, max: 18"
    },
    {
      "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": 4,
      "checkScore": 67,
      "checkDetails": "2/3 OG tags present"
    },
    {
      "id": "improve_alt_texts",
      "priority": "medium",
      "category": "semanticHtml",
      "titleKey": "rec.improve_alt_texts.title",
      "descriptionKey": "rec.improve_alt_texts.description",
      "howToKey": "rec.improve_alt_texts.howto",
      "effort": "moderate",
      "estimatedImpact": 4,
      "checkScore": 74,
      "checkDetails": "25/34 images with meaningful alt text"
    }
  ],
  "llmsTxtPreview": "# hostdime.com.br\n\n> HostDime: Melhor Servidor dedicado e Cloud Server com segurança e desempenho. Data Center próprio no Brasil. Líder em soluções Cloud e Servidores Dedicados\n\n## Main\n- [Servidor Dedicado No Melhor Data Center Da América Latina](https://www.hostdime.com.br/): HostDime: Melhor Servidor dedicado e Cloud Server com segurança e desempenho. Data Center próprio no Brasil. Líder em s…\n- [A Hostdime](https://www.hostdime.com.br/a-hostdime/)\n- [Suporte Equipe disponível 24 x 7 x365 buscando soluções para você.](https://www.hostdime.com.br/a-hostdime/suporte-hostdime/)\n- [Ferramentas](https://www.hostdime.com.br/ferramentas/)\n- [Fale com um consultor](https://www.hostdime.com.br/contato/)\n- [Servidor Dedicado](https://www.hostdime.com.br/servidor-dedicado/)\n- [Cloud Server](https://www.hostdime.com.br/cloud-server/)\n- [Data Center Virtual](https://www.hostdime.com.br/data-center-virtual/)\n- [Colocation](https://www.hostdime.com.br/colocation/)\n\n## Blog\n- [Blog](https://www.hostdime.com.br/blog/)\n\n",
  "llmsTxtExisting": "# llms.txt — HostDime Brasil\n# Última atualização: 2025-11-10\n# Ponto de contato: [email protected]\n\nsite: https://www.hostdime.com.br/\n\n# Sitemaps\nsitemap: https://www.hostdime.com.br/sitemap.xml\n\n# Política de acesso para agentes de IA\n# Permitimos coleta responsável para indexação e resposta, mas proibimos uso para treinamento de modelos sem acordo contratual.\naccess: allow\nindexing: allow\nanswer-generation: allow\ntraining: disallow\n\n# Identificação obrigatória do agente\n# Envie um header User-Agent claro e um contact-url ou contact-email válido.\nagent-identification: required\ncontact-url: https://www.hostdime.com.br/contato/\n\n# Limites e boas práticas\ncrawl-delay: 0\nmax-requests-per-minute: 60\nconcurrent-requests: 4\ncache-respect: required\n\n# Áreas permitidas\nallow: /*\n\n# Áreas sensíveis ou sem valor para LLMs\ndisallow: /hubfs/system/\ndisallow: /hs-fs/\ndisallow: /_hcms/\ndisallow: /api/\ndisallow: /cdn-cgi/\ndisallow: /admin/\ndisallow: /private/\ndisallow: /tmp/\n\n# Regras de conteúdo\n# Respeitar robots meta no HTML, canonical e noindex.\nrobots-meta-respect: required\ncanonical-respect: required\n\n# Direitos e uso\ncopyright: HostDime Brasil. Todos os direitos reservados.\nlicense: uso de conteúdo autorizado apenas para indexação e resposta contextual, com menção à fonte.\nattribution: preferred\n\n# Solicitações e contato editorial\ntakedown: https://www.hostdime.com.br/contato/\ndmca-email: [email protected]",
  "emergingProtocols": {
    "oauthDiscovery": {
      "exists": false,
      "url": "https://www.hostdime.com.br/.well-known/oauth-authorization-server"
    },
    "mcpServerCard": {
      "exists": false,
      "url": "https://www.hostdime.com.br/.well-known/mcp.json"
    },
    "a2aAgentCard": {
      "exists": false,
      "url": "https://www.hostdime.com.br/.well-known/agent.json"
    },
    "count": 0
  },
  "snippets": [
    {
      "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:image\" content=\"https://yoursite.com/og-image.jpg\">\n<meta property=\"og:url\" content=\"https://www.hostdime.com.br/\">\n<meta property=\"og:type\" content=\"website\">",
      "filename": "<head>",
      "stacks": [
        {
          "id": "html",
          "label": "HTML <head>",
          "language": "html",
          "filename": "<head>",
          "code": "<meta property=\"og:image\" content=\"https://yoursite.com/og-image.jpg\">\n<meta property=\"og:url\" content=\"https://www.hostdime.com.br/\">\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://yoursite.com/og-image.jpg';\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: \"Servidor Dedicado No Melhor Data Center Da América Latina\",\n  description: \"HostDime: Melhor Servidor dedicado e Cloud Server com segurança e desempenho. Data Center próprio no Brasil. Líder em soluções Cloud e Servidores Dedicados\",\n  openGraph: {\n    title: \"Servidor Dedicado No Melhor Data Center Da América Latina\",\n    description: \"HostDime: Melhor Servidor dedicado e Cloud Server com segurança e desempenho. Data Center próprio no Brasil. Líder em soluções Cloud e Servidores Dedicados\",\n    url: \"https://www.hostdime.com.br/\",\n    images: [\"https://yoursite.com/og-image.jpg\"],\n    type: 'website',\n  },\n};"
        }
      ]
    },
    {
      "id": "add_schema_org",
      "title": "Add Schema.org JSON-LD",
      "description": "Structured data helps AI agents understand the type, author, and purpose of your content.",
      "language": "html",
      "code": "<script type=\"application/ld+json\">\n{\n  \"@context\": \"https://schema.org\",\n  \"@type\": \"WebPage\",\n  \"name\": \"Servidor Dedicado No Melhor Data Center Da América Latina\",\n  \"description\": \"HostDime: Melhor Servidor dedicado e Cloud Server com segurança e desempenho. Data Center próprio no Brasil. Líder em soluções Cloud e Servidores Dedicados\",\n  \"url\": \"https://www.hostdime.com.br/\",\n  \"inLanguage\": \"br\"\n}\n</script>",
      "filename": "<head>"
    },
    {
      "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로 www.hostdime.com.br 검사하기

배지 삽입

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

AgentReady.md score for www.hostdime.com.br
Script 권장
<script src="https://agentready.md/badge.js" data-id="dd159227-2e1c-4c52-ae4a-8c8e9b88f5d8" data-domain="www.hostdime.com.br"></script>
Markdown
[![AgentReady.md score for www.hostdime.com.br](https://agentready.md/badge/www.hostdime.com.br.svg)](https://agentready.md/ko/r/dd159227-2e1c-4c52-ae4a-8c8e9b88f5d8)

곧 출시: 전체 도메인 분석

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

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