Analyzed URL
https://nslookup.network/
AI-Ready Score
Good
out of 100
Token Savings
Score Breakdown
Your site doesn't have an llms.txt file. This is the emerging standard for helping AI agents understand your site structure.
How to implement
Create an /llms.txt file following the llmstxt.org specification. Include a site description and links to your key pages.
Your page has a low ratio of actual content to total HTML. Much of the page weight is markup, scripts, or styles rather than content.
How to implement
Move CSS to external stylesheets, remove inline styles, minimize JavaScript, and ensure the HTML focuses on content structure.
Your site doesn't support Markdown for Agents. This Cloudflare standard lets AI agents request content in markdown format, reducing token usage by ~80%.
How to implement
Implement one or more: (1) Respond to Accept: text/markdown with markdown content. (2) Serve .md URLs (e.g., /page.md). (3) Add <link rel="alternate" type="text/markdown"> tags. (4) Add Link HTTP headers for markdown discovery.
No Content-Signal directives found. These tell AI agents how they may use your content (search indexing, AI input, training data). The recommended location is robots.txt.
How to implement
Add Content-Signal to your robots.txt: User-agent: *\nContent-Signal: search=yes, ai-input=yes, ai-train=no. You can also add it as an HTTP header on markdown responses.
[ .Network ](https://nslookup.network/) Language ## Minimal DNS and IP diagnostics suite. Fast DNS over HTTPS queries with smart history and caching. Domain or IP
NSlookup [# NSlookup .Network ](https://nslookup.network/) Language 🇬🇧 EN English 🇬🇧 EN — English 🇪🇸 ES — Español 🇫🇷 FR — Français 🇩🇪 DE — Deutsch 🇮🇹 IT — Italiano 🇵🇹 PT — Português 🇰🇷 KO — 한국어 🇨🇳 ZH — 中文 🇯🇵 JA — 日本語 ## Minimal DNS and IP diagnostics suite. Fast DNS over HTTPS queries with smart history and caching. Domain or IP Lookup ## Results | Type | Name | TTL | Value | | | --- | --- | --- | --- | --- |
Upload this file as /index.md on your server so AI agents can access a clean version of your page. You can also configure Accept: text/markdown content negotiation to serve it automatically.
Generated llms.txt for this single page
# NSlookup.Network > Fast DNS over HTTPS queries with smart history and caching. ## Main - [NSlookup](https://nslookup.network/): Fast DNS over HTTPS queries with smart history and caching. - [About Us](https://nslookup.network/about/) - [FAQ](https://nslookup.network/dns-faq/) - [Last DNS search](https://nslookup.network/dns-history/)
Full llms.txt requires domain-wide analysis (coming soon)
Upload this file to https://nslookup.network/llms.txt at the root of your domain. AI agents like ChatGPT, Claude, and Perplexity check this file to understand your site structure.
Semantic HTML
Has <main>
Clean heading hierarchy
6 semantic elements, 10 divs (ratio: 38%)
No images found
Avg div depth: 1.0, max: 2
Content Efficiency
99% token reduction (HTML→Markdown)
Content ratio: 4.5% (679 content chars / 15155 HTML bytes)
0/112 elements with inline styles (0.0%)
HTML size: 15KB
AI Discoverability
No llms.txt found
robots.txt exists
All major AI bots allowed
Sitemap found
No markdown content negotiation
No Content-Signal header
Structured Data
JSON-LD found but basic types: WebSite
All OG tags present
Meta description: 59 chars
Canonical URL present
lang="en"
Accessibility
Content available without JavaScript
Page size: 15KB
Main content starts at 24% of HTML
{
"url": "https://nslookup.network/",
"timestamp": 1771176827326,
"fetch": {
"mode": "simple",
"timeMs": 94,
"htmlSizeBytes": 15155,
"supportsMarkdown": false,
"statusCode": 200
},
"extraction": {
"title": "NSlookup",
"excerpt": "Fast DNS over HTTPS queries with smart history and caching.",
"byline": null,
"siteName": "NSlookup.Network",
"lang": "en",
"contentLength": 679,
"metadata": {
"description": "Fast DNS over HTTPS queries with smart history and caching.",
"ogTitle": "NSlookup",
"ogDescription": "Fast DNS over HTTPS queries with smart history and caching.",
"ogImage": "https://nslookup.network/favicon.svg",
"ogType": "website",
"canonical": "https://nslookup.network",
"lang": "en",
"schemas": [
{
"@context": "https://schema.org",
"@type": "WebSite",
"name": "NSlookup.Network",
"url": "https://nslookup.network/",
"potentialAction": {
"@type": "SearchAction",
"target": {
"@type": "EntryPoint",
"urlTemplate": "https://nslookup.network/dns-lookup/{query}"
},
"query-input": "required name=query"
}
}
],
"robotsMeta": null,
"author": null,
"generator": null
}
},
"markdown": "[\n\n.Network\n\n](https://nslookup.network/)\n\nLanguage\n\n## Minimal DNS and IP diagnostics suite.\n\nFast DNS over HTTPS queries with smart history and caching.\n\nDomain or IP\n",
"fullPageMarkdown": "NSlookup\n\n[# NSlookup\n\n.Network\n\n](https://nslookup.network/)\n\nLanguage 🇬🇧 EN English 🇬🇧 EN — English 🇪🇸 ES — Español 🇫🇷 FR — Français 🇩🇪 DE — Deutsch 🇮🇹 IT — Italiano 🇵🇹 PT — Português 🇰🇷 KO — 한국어 🇨🇳 ZH — 中文 🇯🇵 JA — 日本語\n\n## Minimal DNS and IP diagnostics suite.\n\nFast DNS over HTTPS queries with smart history and caching.\n\nDomain or IP\n\n Lookup\n\n## Results\n\n| Type | Name | TTL | Value | |\n| --- | --- | --- | --- | --- |\n",
"markdownStats": {
"images": 0,
"links": 4,
"tables": 0,
"codeBlocks": 0,
"headings": 1
},
"tokens": {
"htmlTokens": 3410,
"markdownTokens": 37,
"reduction": 3373,
"reductionPercent": 99
},
"score": {
"score": 77,
"grade": "B",
"dimensions": {
"semanticHtml": {
"score": 100,
"weight": 20,
"grade": "A",
"checks": {
"uses_article_or_main": {
"score": 100,
"weight": 20,
"details": "Has <main>"
},
"proper_heading_hierarchy": {
"score": 100,
"weight": 25,
"details": "Clean heading hierarchy"
},
"semantic_elements": {
"score": 100,
"weight": 20,
"details": "6 semantic elements, 10 divs (ratio: 38%)"
},
"meaningful_alt_texts": {
"score": 100,
"weight": 15,
"details": "No images found"
},
"low_div_nesting": {
"score": 100,
"weight": 20,
"details": "Avg div depth: 1.0, max: 2"
}
}
},
"contentEfficiency": {
"score": 70,
"weight": 25,
"grade": "C",
"checks": {
"token_reduction_ratio": {
"score": 100,
"weight": 40,
"details": "99% token reduction (HTML→Markdown)"
},
"content_to_noise_ratio": {
"score": 0,
"weight": 30,
"details": "Content ratio: 4.5% (679 content chars / 15155 HTML bytes)"
},
"minimal_inline_styles": {
"score": 100,
"weight": 15,
"details": "0/112 elements with inline styles (0.0%)"
},
"reasonable_page_weight": {
"score": 100,
"weight": 15,
"details": "HTML size: 15KB"
}
}
},
"aiDiscoverability": {
"score": 50,
"weight": 25,
"grade": "D",
"checks": {
"has_llms_txt": {
"score": 0,
"weight": 25,
"details": "No llms.txt found"
},
"has_robots_txt": {
"score": 100,
"weight": 15,
"details": "robots.txt exists"
},
"robots_allows_ai_bots": {
"score": 100,
"weight": 20,
"details": "All major AI bots allowed"
},
"has_sitemap": {
"score": 100,
"weight": 15,
"details": "Sitemap found"
},
"supports_markdown_negotiation": {
"score": 0,
"weight": 15,
"details": "No markdown content negotiation"
},
"has_content_signals": {
"score": 0,
"weight": 10,
"details": "No Content-Signal header"
}
}
},
"structuredData": {
"score": 85,
"weight": 15,
"grade": "B",
"checks": {
"has_schema_org": {
"score": 50,
"weight": 30,
"details": "JSON-LD found but basic types: WebSite"
},
"has_open_graph": {
"score": 100,
"weight": 25,
"details": "All OG tags present"
},
"has_meta_description": {
"score": 100,
"weight": 20,
"details": "Meta description: 59 chars"
},
"has_canonical_url": {
"score": 100,
"weight": 15,
"details": "Canonical URL present"
},
"has_lang_attribute": {
"score": 100,
"weight": 10,
"details": "lang=\"en\""
}
}
},
"accessibility": {
"score": 93,
"weight": 15,
"grade": "A",
"checks": {
"content_without_js": {
"score": 100,
"weight": 40,
"details": "Content available without JavaScript"
},
"reasonable_page_size": {
"score": 100,
"weight": 30,
"details": "Page size: 15KB"
},
"fast_content_position": {
"score": 75,
"weight": 30,
"details": "Main content starts at 24% of HTML"
}
}
}
}
},
"recommendations": [
{
"id": "add_llms_txt",
"priority": "critical",
"category": "aiDiscoverability",
"titleKey": "rec.add_llms_txt.title",
"descriptionKey": "rec.add_llms_txt.description",
"howToKey": "rec.add_llms_txt.howto",
"effort": "quick-win",
"estimatedImpact": 10,
"checkScore": 0,
"checkDetails": "No llms.txt found"
},
{
"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: 4.5% (679 content chars / 15155 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": 4,
"checkScore": 0,
"checkDetails": "No markdown content negotiation"
},
{
"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": "moderate",
"estimatedImpact": 3,
"checkScore": 0,
"checkDetails": "No Content-Signal header"
}
],
"llmsTxtPreview": "# NSlookup.Network\n\n> Fast DNS over HTTPS queries with smart history and caching.\n\n## Main\n- [NSlookup](https://nslookup.network/): Fast DNS over HTTPS queries with smart history and caching.\n- [About Us](https://nslookup.network/about/)\n- [FAQ](https://nslookup.network/dns-faq/)\n- [Last DNS search](https://nslookup.network/dns-history/)\n\n",
"llmsTxtExisting": null,
"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": "# NSlookup.Network\n\n> Fast DNS over HTTPS queries with smart history and caching.\n\n## Main\n- [NSlookup](https://nslookup.network/): Fast DNS over HTTPS queries with smart history and caching.\n- [About Us](https://nslookup.network/about/)\n- [FAQ](https://nslookup.network/dns-faq/)\n- [Last DNS search](https://nslookup.network/dns-history/)\n\n",
"filename": "/llms.txt"
},
{
"id": "add_content_signals",
"title": "Add Content-Signal HTTP header",
"description": "The Content-Signal header tells AI agents about the nature of your content. Add it via your web server or CDN.",
"language": "nginx",
"code": "# Nginx — add to your server block:\nadd_header Content-Signal \"type=website; lang=en\" always;\n\n# Apache — add to .htaccess:\n# Header set Content-Signal \"type=website; lang=en\"",
"filename": "nginx.conf or .htaccess"
},
{
"id": "add_markdown_negotiation",
"title": "Support Accept: text/markdown",
"description": "When a client sends Accept: text/markdown, respond with a Markdown version of the page. This is the gold standard for AI-readiness.",
"language": "nginx",
"code": "# Nginx — serve .md files when client requests Markdown:\n# Option 1: Serve pre-generated .md files\nmap $http_accept $markdown_suffix {\n default \"\";\n \"~text/markdown\" \".md\";\n}\n\n# Then in your location block:\ntry_files $uri$markdown_suffix $uri =404;\n\n# Option 2: Use your app framework to check the Accept header\n# and return Markdown content with Content-Type: text/markdown",
"filename": "nginx.conf or application code"
}
]
}
Use our API to get this programmatically (coming soon)
This JSON is for internal use — unlike the Markdown and llms.txt files, it's not meant to be uploaded to your site. Save it as a baseline to track your score over time, share it with your dev team, or integrate it into your CI/CD pipeline.
Embed your badge
Add this badge to your site. It updates automatically as your AI-readiness score changes.
<script src="https://agentready.md/badge.js" data-id="b6a9fac3-3068-4c0c-a00a-f26f1b482913" data-domain="nslookup.network"></script>
[](https://agentready.md/r/b6a9fac3-3068-4c0c-a00a-f26f1b482913)
Coming soon: Full Domain Analysis
Crawl your entire domain, generate llms.txt, and monitor your AI-readiness score over time. Join the waitlist to be notified.