Skip to content
https://youth.cn

Infrastructure

· 9 checks — DNS, redirects, IPv6, crawlability, URL variants, and domain intelligence rolled into one auditable list.
SCORE
86
GRADE
B
FIX
1
REVIEW
5
PASS
3
INFO
0
Probed from Madrid, Spain
301 Moved Permanently
Checks
9
3 PASS 5 REVIEW 1 FIX
D
CDN & Delivery
Action
No CDN detected
FIX
No CDN detected
Warning::
No CDN detected
A CDN can significantly improve load times for users around the world by caching content at edge nodes closer to them.
No CDN detected

Consider using a CDN to improve global delivery speed and reduce origin load.

B
DNS Records
1 A records, 46 ms lookup
REVIEW
1 A records, 46 ms lookup
Info::
Resolves to 1 IPv4 address(es)
Got: 168.235.193.71
Info::
Single A record — no DNS redundancy
Multiple A records provide failover if one server goes down.
Info::
Has 1 IPv6 (AAAA) record(s)
Got: 2a01:53c0:ff0c::5d
Warning::
CNAME record at zone apex
A CNAME at the zone apex can break MX and NS records. Use ALIAS/ANAME or A records instead.
Got: youth.cn.wsglb0.com
Info::
No NS records found
Info::
No MX records — email not configured via DNS
Info::
CAA records not checked
CAA record lookup requires a specialized DNS resolver. This check will be available in a future update.
Info::
No SPF record found in TXT records
SPF helps prevent email spoofing. Add a TXT record starting with 'v=spf1'.
Info::
DNS resolution time: 46 ms
Got: 46 ms
A168.235.193.71
AAAA2a01:53c0:ff0c::5d
CNAMEyouth.cn.wsglb0.com
NS
MX
TXT
CAALookup not available with standard resolver
Resolved in 46 ms

Multiple A records provide failover if one server goes down.

Why this matters

Single A record means a single point of failure — if that IP goes down, your site is unreachable until DNS TTL expires.

Learn more

Add multiple A records for round-robin failover, or use a managed DNS provider with health-checked failover (Route 53, Cloudflare, NS1). Short TTL (60-300s) lets clients recover faster on outages.

Source: SRE practice / DNS architecture

A CNAME at the zone apex can break MX and NS records. Use ALIAS/ANAME or A records instead.

Why this matters

CNAME at the apex (example.com) breaks every other apex record (MX, TXT, NS) — DNS-protocol violation per RFC 1034.

Learn more

RFC 1034 forbids CNAME alongside other records at the same name. Some DNS providers offer ALIAS / ANAME / flattened-CNAME records that work around this — use those instead. Otherwise apex-level CNAME breaks email (no MX), domain ownership verification (no TXT), and more.

Source: RFC 1034

CAA record lookup requires a specialized DNS resolver. This check will be available in a future update.

Why this matters

Informational: CAA (Certification Authority Authorization) records weren't checked in this scan.

SPF helps prevent email spoofing. Add a TXT record starting with 'v=spf1'.

Why this matters

Without SPF, receiving servers can't validate sending IPs — your domain is easier to spoof in phishing.

Learn more

SPF complements DMARC. Both should be published. SPF records list authorized sending IPs (e.g., `v=spf1 include:_spf.google.com ~all` for Google Workspace). After publishing, verify in Google Postmaster Tools or mxtoolbox.

Source: RFC 7208 (SPF)

B
Crawlability
robots.txt present, no sitemap
REVIEW
robots.txt present, no sitemap
Info::
robots.txt is present
Got: 59 bytes
Info::
No sitemap.xml found
A sitemap helps search engines discover and index your pages more efficiently.
Info::
robots.txt does not reference a sitemap
Add a 'Sitemap:' directive to robots.txt so search engines can discover your sitemap.

A sitemap helps search engines discover and index your pages more efficiently.

Why this matters

No sitemap.xml — Google relies on crawl-graph discovery alone, slowing indexing of deep or fresh URLs.

Learn more

A sitemap accelerates Google's discovery of new and updated content. Most CMSes auto-generate one; static-site frameworks need a build-step plugin. Reference it from robots.txt and submit in Search Console to confirm Google can fetch it.

Source: sitemaps.org / Google Search Central

Add a 'Sitemap:' directive to robots.txt so search engines can discover your sitemap.

Why this matters

robots.txt omits Sitemap: directive — crawlers must fetch /sitemap.xml by convention; reliable but missing the explicit hint.

Source: sitemaps.org

robots.txt 200 OK
Size 59 B Sitemaps referenced 0 User-agents * Blocking No — crawling allowed
# robots.txt for youth.cn
User-agent: *
Disallow: /prev*/


sitemap.xml No sitemap found

No sitemap found

Adding a sitemap helps search engines discover your pages.

B
URL Variants
www/non-www, trailing slash, HTTP→HTTPS
REVIEW
www/non-www, trailing slash, HTTP→HTTPS
Critical::
Both www and non-www versions serve content
Got: Both variants return 200 Expected: One variant 301-redirects to the other
Info::
HTTP correctly 301-redirects to HTTPS

www / non-www

200https://www.youth.cn/
200https://youth.cn/

Inconsistent — duplicate content risk

HTTP → HTTPS

301http://youth.cn/ https://www.youth.cn/

Consistent

B
HTTP Probe Timing
Total 900 ms — DNS, TCP, TLS, TTFB, content transfer breakdown
REVIEW
DNS Lookup DNS Lookup — time to resolve the domain name to an IP address.
545 ms
TCP Connect TCP Connect — time to establish a TCP connection to the server.
29 ms
TLS Handshake TLS Handshake — time to complete the HTTPS encryption handshake.
30 ms
Time to First Byte Time to First Byte — how long the server takes to respond with the first byte of data.
900 ms
Total Time Total request time from DNS lookup through full response.
900 ms

Connection waterfall

DNS Lookup 545 ms TCP Connect 29 ms TLS Handshake 30 ms Server Processing 296 ms Content Transfer 0 ms
C
TLS Certificate Expiry & Recommendations
Action
16 days until leaf cert expires — 4 issues to address
REVIEW

Certificate validity

16
days left
0d 30d 60d 90d+
Renew soon — under 30 days remaining

Recommended actions

  • Renew certificate — 16 days remaining
  • 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
A
Redirect Chain
1 redirect(s), 652 ms total
PASS
1 redirect(s), 652 ms total
Info::
Single redirect
Got: https://youth.cn → https://www.youth.cn/ (301)
Info::
WWW normalization redirect
Info::
Redirect overhead: 652 ms total
Got: 652 ms

https://youth.cn

84 ms · HTTP/1.1

301

https://www.youth.cn/

568 ms · HTTP/1.1 FINAL

#URLStatusTimeProtocolServer
1https://youth.cn30184 msHTTP/1.1nginx
2https://www.youth.cn/200568 msHTTP/1.1nginx

See the visual redirect chain in the HTTP Probe tab →

A+
IPv6 Readiness
IPv6 reachable (27 ms)
PASS
IPv6 reachable (27 ms)
Info::
IPv6 is configured and reachable at 2a01:53c0:ff0c::5d
Got: 27 ms connect
IPv6 Ready
AAAA Records 2a01:53c0:ff0c::5d Connection Reachable (27 ms)
A+
Domain Intelligence
youth.cn — via 阿里云计算有限公司(万网), 23 years, 5 months old
PASS
youth.cn — via 阿里云计算有限公司(万网), 23 years, 5 months old
Info::
Domain registered until Sep 17, 2029 (3 years, 5 months remaining)
Info::
Registrar: 阿里云计算有限公司(万网)
Warning::
Registrar lock is NOT enabled
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.
Domain expiry

1189 days

September 17, 2029

SSL certificate

16 days

Issued by DigiCert Inc

Domain age

23 years, 5 months

Registered March 10, 2003

DNSSEC

Status unknown

Protects against DNS spoofing

Hosting

Unknown

2a01:53c0:ff0c::5d

Registrar

阿里云计算有限公司(万网)

Unlocked 5 NS records
Expiry timeline
Today
+1 year
Domain expiry SSL expiry Danger zone (≤30 days)
Recommended actions
  • Renew the TLS certificate or verify auto-renewal is working
  • Enable registrar lock (clientTransferProhibited) to block unauthorized domain transfers
Registrar 阿里云计算有限公司(万网)
Created March 10, 2003 (23 years, 5 months ago)
Expires September 17, 2029 (3 years, 5 months)
Name Servers ns1.youth.cn, ns3.youth.cn, ns4.youth.cn, ns5.youth.cn, ns2.youth.cn
Hosting
IP Address 2a01:53c0:ff0c::5d
Data source: whois (1.0s)

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.

Why this matters

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

All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback