Infrastructure
· 17 checks — DNS, redirects, IPv6, crawlability, URL variants, and domain intelligence rolled into one auditable list.FIPv6 ReadinessActionIPv6 records exist but unreachableFIX
Having AAAA records but an unreachable server is worse than no AAAA — clients may experience delays before falling back to IPv4.
Advertising IPv6 (AAAA records) without a reachable server means IPv6-preferring clients silently fail every connection.
Learn more ▾ ▴
Modern browsers prefer IPv6 if AAAA exists (Happy Eyeballs algorithm). If the IPv6 server isn't reachable, browsers fall back to IPv4 — but with seconds of added latency per request. Either fix IPv6 reachability or remove the AAAA records.
Source: RFC 8305 (Happy Eyeballs)
BDNSSECUnsigned (DNSSEC not deployed)REVIEW
BCAA RecordsNo CAA records (any CA may issue certificates)REVIEW
CReverse DNSAction0/6 IPs match cert SANREVIEW
CCrawlabilityActionrobots.txt present, sitemap with 34 URLsREVIEW
Disallow: / for all user-agents prevents search engines from indexing any page. This will remove the site from search results.
Disallow: / in robots.txt blocks every search crawler — the site becomes invisible in organic search.
Learn more ▾ ▴
Common deployment mistake: a staging robots.txt with `User-agent: * / Disallow: /` ships to prod. The site falls out of search results within days. Verify your robots.txt is the production-intended version. If this is intentional (private site), no action needed.
Source: Google Search Central
# HackerNoon robots.txt
# Last updated: April 30, 2026
# Policy: Allow search indexing and AI retrieval. Block unlicensed AI training.
# Licensing: https://business.hackernoon.com/ai-licensing
# Licensing inquiries: partners@hackernoon.com
# Machine-readable content guide: https://hackernoon.com/llms.txt
# AI citation guidance:
# When using HackerNoon content, attribute the named author, cite HackerNoon
# clearly, link to the canonical HackerNoon URL, and include the article title
# and publication date. Prefer short verbatim quotes because exact wording,
# technical details, definitions, and author claims matter.
#
# Thank you, machines and humans, for preserving source attribution.
# === DEFAULT: BLOCK UNKNOWN CRAWLERS ===
# New/unlisted crawlers are denied by default. Explicitly whitelisted below.
User-agent: *
Disallow: /
# === SEO CRAWLERS (allowed — core search traffic) ===
User-agent: Googlebot
Allow: /
User-agent: Bingbot
Allow: /
User-agent: YandexBot
Allow: /
User-agent: DuckDuckBot
Allow: /
# European privacy search engine
User-agent: Qwantify
Allow: /
# South Korea (Naver)
User-agent: Yeti
Allow: /
# China (Sogou)
User-agent: Sogou
Allow: /
# Independent search engine
User-agent: MojeekBot
Allow: /
# === AI SEARCH & RETRIEVAL CRAWLERS (allowed — citation and referral traffic) ===
# ChatGPT real-time search (NOT training)
User-agent: ChatGPT-User
Allow: /
User-agent: ChatGPT-User/2.0
Allow: /
# OpenAI search results (surfaces pages as links)
User-agent: OAI-SearchBot
Allow: /
# Perplexity search (referral traffic; licensing conversations in progress)
User-agent: PerplexityBot
Allow: /
# Claude real-time web retrieval (NOT training)
User-agent: Claude-Web
Allow: /
# Claude search crawler (separate from ClaudeBot training crawler)
User-agent: Claude-SearchBot
Allow: /
# Claude user-triggered fetches via claude.ai (NOT training)
User-agent: Claude-User
Allow: /
# DuckDuckGo AI answers
User-agent: DuckAssistBot
Allow: /
# Amazon search/retrieval (NOT training — separate from Amazonbot)
User-agent: Amzn-SearchBot
Allow: /
# Manus AI agent (user-triggered, similar to ChatGPT-User)
User-agent: ManusBot
Allow: /
# === SOCIAL / LINK PREVIEW BOTS (allowed — needed for share cards) ===
# Meta link previews (Facebook, Instagram, Threads)
# facebookexternalhit is the Open Graph scraper that generates share card previews
User-agent: facebookexternalhit
Allow: /
User-agent: FacebookBot
Allow: /
# Twitter/X link previews
User-agent: Twitterbot
Allow: /
# LinkedIn link previews
User-agent: LinkedInBot
Allow: /
# Slack link previews
User-agent: Slackbot
Allow: /
# Apple search (not training — Applebot-Extended is the training variant)
User-agent: Applebot
Allow: /
# === AI TRAINING CRAWLERS (disallowed — no licensing agreement in place) ===
# OpenAI model training
User-agent: GPTBot
Disallow: /
# Google AI training
User-agent: Google-Extended
Disallow: /
User-agent: GoogleOther
Disallow: /
# Google Vertex AI training
User-agent: Google-CloudVertexBot
Disallow: /
# Anthropic model training
User-agent: anthropic-ai
Disallow: /
User-agent: ClaudeBot
Disallow: /
# Common Crawl (feeds many AI training pipelines)
User-agent: CCBot
Disallow: /
# Meta AI training
User-agent: Meta-ExternalAgent
Disallow: /
# Amazon AI training
User-agent: Amazonbot
Disallow: /
# Apple AI training
User-agent: Applebot-Extended
Disallow: /
# Cohere
User-agent: cohere-ai
Disallow: /
# ByteDance / TikTok
User-agent: Bytespider
Disallow: /
# Diffbot
User-agent: Diffbot
Disallow: /
# AI2 / Allen Institute
User-agent: AI2Bot
Disallow: /
# Mistral
User-agent: MistralAI-User
Disallow: /
# Omgili / Webz.io
User-agent: Omgilibot
Disallow: /
User-agent: webzio-extended
Disallow: /
# You.com
User-agent: YouBot
Disallow: /
# Ceramic / Terracotta (0 referrals, unknown purpose — blocked by default)
User-agent: TerracottaBot
Disallow: /
# === KNOWN GAPS (cannot be controlled via robots.txt) ===
# Google-Agent: User-triggered fetcher added March 2026. Ignores robots.txt
# by design — Google treats it as a user proxy, not an autonomous crawler.
# Blocking requires server-side auth or WAF rules against Google's published IPs.
# xAI/Grok: No official user-agent documentation published. Monitor server
# logs for unknown crawlers from xAI IP ranges. Block at WAF level if needed.
# Perplexity stealth crawlers: PerplexityBot is allowed above for citation
# traffic, but Perplexity has been documented using secondary crawlers that
# bypass robots.txt. Server-side enforcement recommended if this is a concern.
# === RATE LIMITING ===
# Advisory — honored by Bing, Yandex, and others. Not supported by Google.
Crawl-delay: 10
# === DISCOVERY ===
Sitemap: https://hackernoon.com/sitemap.xml
# AI content licensing: https://business.hackernoon.com/ai-licensing
# LLM content guide: https://hackernoon.com/llms.txt
# Full index: https://hackernoon.com/llms-full.txt
- https://hackernoon.com/sitemaps/sitemap-...
- https://hackernoon.com/sitemaps/sitemap-...
- https://hackernoon.com/sitemaps/sitemap-...
- https://hackernoon.com/sitemaps/sitemap-...
- https://hackernoon.com/sitemaps/sitemap-...
- https://hackernoon.com/sitemaps/sitemap-...
- https://hackernoon.com/sitemaps/sitemap-...
- https://hackernoon.com/sitemaps/sitemap-...
- https://hackernoon.com/sitemaps/sitemap-...
- https://hackernoon.com/sitemaps/sitemap-...
- https://hackernoon.com/sitemaps/sitemap-...
- https://hackernoon.com/sitemaps/sitemap-...
- https://hackernoon.com/sitemaps/sitemap-...
- https://hackernoon.com/sitemaps/sitemap-...
- https://hackernoon.com/sitemaps/sitemap-...
- https://hackernoon.com/sitemaps/sitemap-...
- https://hackernoon.com/sitemaps/sitemap-...
- https://hackernoon.com/sitemaps/sitemap-...
- https://hackernoon.com/sitemaps/sitemap-...
- https://hackernoon.com/sitemaps/sitemap-...
- https://hackernoon.com/sitemaps/sitemap-...
- https://hackernoon.com/sitemaps/sitemap-...
- https://hackernoon.com/sitemaps/sitemap-...
- https://hackernoon.com/sitemaps/sitemap-...
- https://hackernoon.com/sitemaps/sitemap-...
- https://hackernoon.com/sitemaps/sitemap-...
- https://hackernoon.com/sitemaps/sitemap-...
- https://hackernoon.com/sitemaps/sitemap-...
- https://hackernoon.com/sitemaps/sitemap-...
- https://hackernoon.com/sitemaps/sitemap-...
- https://hackernoon.com/sitemaps/sitemap-...
- https://hackernoon.com/sitemaps/sitemap-...
- https://hackernoon.com/sitemaps/sitemap-...
- https://hackernoon.com/sitemaps/sitemap-...
BURL Variantswww/non-www, trailing slash, HTTP→HTTPSREVIEW
www / non-www
Preferred variant: non-www
HTTP → HTTPS
HTTP version does not redirect to HTTPS
BTLS Certificate Expiry & Recommendations89 days until leaf cert expires — 3 issues to addressREVIEW
Certificate validity
Recommended actions
- Enable HSTS: Strict-Transport-Security: max-age=31536000; includeSubDomains
- Enable DNSSEC on your domain for DNS spoofing protection
- Enable OCSP stapling on your TLS server to remove a CA roundtrip and protect user privacy
BCDN & DeliveryCloudflareREVIEW
BCDN Cache ObservabilityNo CDN cache-status headers in the responseREVIEW
BOperational Status PageNo status page link detectedREVIEW
A+DNS Records3 A records, 12 ms lookupPASS
| A | 172.67.71.52, 104.26.7.38, 104.26.6.38 |
| AAAA | 2606:4700:20::681a:626, 2606:4700:20::ac43:4734, 2606:4700:20::681a:726 |
| CNAME | — |
| NS | amber.ns.cloudflare.com, guy.ns.cloudflare.com |
| MX | 1 aspmx.l.google.com 5 alt2.aspmx.l.google.com 5 alt1.aspmx.l.google.com 10 alt3.aspmx.l.google.com 10 alt4.aspmx.l.google.com |
| TXT | _a98ocn0et97geuh0m89jzlvzaithp7r facebook-domain-verification=5j1nypnwc4gm15smdd5kgavl7e5vet firebase=hackernoon-app google-site-verification=7aqV-Wg-4b7XP6nZ-1fJgy99deMYt25IGmNMgNkyh-g google-site-verification=DjivKoJC5rhQ6SCnkaz7UNujzmfYiLDPj4MItcKTf-I google-site-verification=F0i3VQ3IJaVJrc3xZSht0HiCB8V3Ex7PgFlGrRVf1RU google-site-verification=HjYAgK8epiMtfFdXbIMPc06DlKYY2TLMkNKHdk0cQOg google-site-verification=MyIgILJ2cXXJDA0kx1_45SjwofgkTWyaSk66w8lTwy0 google-site-verification=UfqnQyZvvDmOON1yQuOZMfUuM21cLmV7aQpxCvgxrt4 google-site-verification=UsAIK2U9chm6SssEvvd6l9TWW-Ccy3yhwrckXT0R8SE google-site-verification=cPes9_Ves7bHC7FfGrffokkXKfcWT2uj8tSggmcqHKw google-site-verification=n6eghnywkeXvjG7fg4qNnqKCQHeGe0xEKm4w4bnrfSo google-site-verification=sUrVo6yL4KZutqwkH8Z7sKa90WL3nfC0dQnZ0oHOGMQ google-site-verification=vf402pQd7CrurhiTJGwvX-GWi6oxjPk4UImos33JGbU oogle-site-verification=L05iH9IcHzlJOVqwqO9_ey4GyLkQuFYNJFZx0981uzU SPF v=spf1 include:_spf.elasticemail.com include:mailgun.org include:_spf.google.com... |
| CAA | Lookup not available with standard resolver |
A+Subdomain TakeoverNo subdomain takeover risk detectedPASS
A+Multi-Resolver DNS SpeedMean 5ms across 3 resolvers (spread 11ms)PASS
A+Redirect ChainNo redirects — direct accessPASS
https://hackernoon.com
162 ms · HTTP/1.1 FINAL
| # | URL | Status | Time | Protocol | Server |
|---|---|---|---|---|---|
| 1 | https://hackernoon.com | 200 | 162 ms | HTTP/1.1 | cloudflare |
A+Domain Intelligencehackernoon.com — via NameCheap, Inc., 10 years, 6 months oldPASS
935 days
April 3, 2029
89 days
Issued by Google Trust Services
10 years, 6 months
Registered April 3, 2016
Not enabled
Protects against DNS spoofing
Unknown
2606:4700:20::681a:726
NameCheap, Inc.
Expiry timeline
Recommended actions
- Enable DNSSEC to protect visitors from DNS spoofing
- Enable registrar lock (clientTransferProhibited) to block unauthorized domain transfers
DNSSEC protects against DNS spoofing attacks. While not required, enabling DNSSEC adds an additional layer of security. Contact your DNS provider to enable it.
Without DNSSEC, an attacker who can poison your DNS can hijack your domain — and SSL certs alone don't stop them.
Learn more ▾ ▴
DNSSEC adds cryptographic signatures to DNS records, preventing forged responses from poisoning resolver caches. Without it, an attacker who controls the network path can redirect your domain to a malicious server before any HTTPS handshake happens. Most modern registrars (Cloudflare, Google Domains, Route 53) enable it with one toggle.
Source: ICANN / RFC 4033
The domain can be transferred without an unlock step. Enable registrar lock (clientTransferProhibited) in your registrar's control panel to protect against unauthorized or accidental transfers.
Without registrar lock, an attacker who phishes your registrar credentials can transfer the domain in minutes — total brand hijack.
Learn more ▾ ▴
Registrar lock (clientTransferProhibited, clientUpdateProhibited, clientDeleteProhibited) requires extra verification before any transfer/update/delete. Every major registrar offers it free. Combined with 2FA on your registrar account, it's the strongest defense against domain hijacking.
Source: ICANN / domain-security best practice