Skip to content
https://smilewanted.com

Infrastructure

· 9 checks — DNS, redirects, IPv6, crawlability, URL variants, and domain intelligence rolled into one auditable list.
SCORE
85
GRADE
B
FIX
0
REVIEW
3
PASS
6
INFO
0
Probed from Madrid, Spain
302 Found
Checks
9
6 PASS 3 REVIEW
C
Crawlability
Action
no robots.txt, sitemap with 0 URLs
REVIEW
no robots.txt, sitemap with 0 URLs
Info::
No robots.txt found
robots.txt is optional but recommended. It tells search engine crawlers which pages to index.
Info::
sitemap.xml is present
Warning::
sitemap.xml contains invalid XML
Search engines may not be able to parse the sitemap. Fix XML validation errors.
Warning::
sitemap.xml is empty — no URLs found
An empty sitemap provides no value. Add <url> entries for your pages.

robots.txt is optional but recommended. It tells search engine crawlers which pages to index.

Why this matters

No robots.txt — crawlers fetch /robots.txt and get 404; not breaking but means default crawl behavior with no directives or sitemap reference.

Learn more

A minimal robots.txt with `User-agent: * / Allow: / / Sitemap: https://example.com/sitemap.xml` covers the basics. Without it, crawlers behave fine but lose the sitemap signal and can't be selectively blocked from crawl-traps.

Source: robotstxt.org

Search engines may not be able to parse the sitemap. Fix XML validation errors.

Why this matters

An unparseable sitemap is silently ignored by Google — the URLs it advertises are never queued for crawl.

Learn more

Google's sitemap parser is strict about XML validity. A single unescaped `&` or unclosed tag invalidates the whole file. Run your sitemap through a validator (Search Console's Sitemaps report flags it) and fix the offending entry. Most generators escape correctly; mistakes usually come from manually-written entries.

Source: sitemaps.org / Google Search Central

An empty sitemap provides no value. Add <url> entries for your pages.

Why this matters

An empty sitemap signals 'no content to index' to Google — actively harmful versus having no sitemap at all.

Learn more

Google compares URLs in the sitemap against URLs it has crawled. An empty sitemap on a site with thousands of pages signals abandonment. Either populate it correctly (most CMSes auto-generate) or delete the file and let Google crawl normally.

Source: Google Search Central / sitemaps.org

robots.txt No robots.txt found

No robots.txt found

This is fine for most sites — a missing robots.txt allows all crawling by default.

sitemap.xml 200 OK
Type URL Set URLs 0 entries Valid XML No
C
URL Variants
Action
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
Warning::
HTTP→HTTPS redirect uses 302 instead of 301
Got: 302 temporary redirect Expected: 301 permanent redirect

www / non-www

200https://www.smilewanted.com/
200https://smilewanted.com/

Inconsistent — duplicate content risk

HTTP → HTTPS

302http://smilewanted.com/ https://www.smilewanted.com/

Use 301 (permanent) instead of 302 (temporary)

B
TLS Certificate Expiry & Recommendations
70 days until leaf cert expires — 2 issues to address
REVIEW

Certificate validity

70
days left
0d 30d 60d 90d+

Recommended actions

  • Enable HSTS: Strict-Transport-Security: max-age=31536000; includeSubDomains
  • Enable OCSP stapling on your TLS server to remove a CA roundtrip and protect user privacy
A+
DNS Records
2 A records, 33 ms lookup
PASS
2 A records, 33 ms lookup
Info::
Resolves to 2 IPv4 address(es)
Got: 104.20.40.222, 172.66.154.88
Info::
Has 2 IPv6 (AAAA) record(s)
Got: 2606:4700:10::6814:28de, 2606:4700:10::ac42:9a58
Info::
2 nameserver(s) configured
Got: nina.ns.cloudflare.com, peyton.ns.cloudflare.com
Info::
5 mail exchanger(s) configured
Info::
CAA records not checked
CAA record lookup requires a specialized DNS resolver. This check will be available in a future update.
Info::
SPF record present in TXT
Info::
DNS resolution time: 33 ms
Got: 33 ms
A104.20.40.222, 172.66.154.88
AAAA2606:4700:10::6814:28de, 2606:4700:10::ac42:9a58
CNAME
NSnina.ns.cloudflare.com, peyton.ns.cloudflare.com
MX
1 aspmx.l.google.com
5 alt1.aspmx.l.google.com
5 alt2.aspmx.l.google.com
10 alt3.aspmx.l.google.com
10 alt4.aspmx.l.google.com
TXT
1|www.smilewanted.com
j044y83g5f88fztqpc5bdxjfvt3j6fv8
google-site-verification=0m6pThzHCM68MKh5V0F8Yl41E3Sp6c6R8a1RTrmZlUU
_fbpxqqw7zwsffamgpeyxk18kp6xdk8h
bvvlhvw7jjlwc1szmj41m13p7fldvt9w
4g24nlsjp3bnjj8qbmmd0jd2ksx7lq89
google-site-verification=WM-wvok5Zk_5snB-iifY3ADj7HYAii0aOt3ia4Uny14
apple-domain-verification=cPWBedJQyPPorPmK
SPF v=spf1 include:_spf.google.com ~all
google-site-verification=m15-g27Pw0HlrTuHgP374yNkp6u0H1b8_iGMZfk__6U
CAALookup not available with standard resolver
Resolved in 33 ms

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.

A
Redirect Chain
1 redirect(s), 310 ms total
PASS
1 redirect(s), 310 ms total
Info::
Single redirect
Got: https://smilewanted.com → https://www.smilewanted.com/ (302)
Info::
WWW normalization redirect
Info::
Uses 302 (temporary) redirect
If permanent, use 301 instead.
Got: https://smilewanted.com

https://smilewanted.com

134 ms · HTTP/1.1

302

https://www.smilewanted.com/

175 ms · HTTP/1.1 FINAL

#URLStatusTimeProtocolServer
1https://smilewanted.com302134 msHTTP/1.1cloudflare
2https://www.smilewanted.com/200175 msHTTP/1.1cloudflare

See the visual redirect chain in the HTTP Probe tab →

If permanent, use 301 instead.

Why this matters

302 (Found) is for genuinely temporary redirects — if this redirect is permanent, switch to 301 to preserve SEO equity.

Learn more

Search engines treat 302 as temporary, keeping the original URL indexed and not transferring full link equity to the destination. Use 301 (Moved Permanently) for permanent redirects (HTTP→HTTPS, www-vs-non-www, URL restructures).

Source: Google Search Central

A+
IPv6 Readiness
IPv6 reachable (16 ms)
PASS
IPv6 reachable (16 ms)
Info::
IPv6 is configured and reachable at 2606:4700:10::6814:28de, 2606:4700:10::ac42:9a58
Got: 16 ms connect
IPv6 Ready
AAAA Records 2606:4700:10::6814:28de, 2606:4700:10::ac42:9a58 Connection Reachable (16 ms)
A+
Domain Intelligence
smilewanted.com — via OVH sas, 10 years, 8 months old
PASS
smilewanted.com — via OVH sas, 10 years, 8 months old
Info::
Domain registered until Oct 5, 2026 (5 months remaining)
Info::
DNSSEC is enabled
Info::
Registrar: OVH sas
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

83 days

October 5, 2026

SSL certificate

70 days

Issued by Google Trust Services

Domain age

10 years, 8 months

Registered October 5, 2015

DNSSEC

Enabled

Protects against DNS spoofing

Hosting

Unknown

2606:4700:10::6814:28de

Registrar

OVH sas

Unlocked 2 NS records
Expiry timeline
Today
+1 year
Domain expiry SSL expiry Danger zone (≤30 days)
Recommended actions
  • Renew the domain or enable auto-renewal to prevent accidental expiry
  • Enable registrar lock (clientTransferProhibited) to block unauthorized domain transfers
Registrar OVH sas
Created October 5, 2015 (10 years, 8 months ago)
Expires October 5, 2026 (5 months)
Last Updated April 15, 2026
Name Servers nina.ns.cloudflare.com, peyton.ns.cloudflare.com
DNSSEC Enabled
Hosting
IP Address 2606:4700:10::6814:28de
Data source: rdap (0.2s)

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

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

Connection waterfall

DNS Lookup 31 ms TCP Connect 17 ms TLS Handshake 23 ms Server Processing 101 ms Content Transfer 0 ms
A
CDN & Delivery
Cloudflare (DYNAMIC)
PASS
Cloudflare (DYNAMIC)
Info::
Site is served via Cloudflare CDN (edge: CDG)
Got: cf-ray: 9efe8515890dbc81-CDG
Info::
CDN cache status: DYNAMIC
CDN Detected: Cloudflare
Provider Cloudflare Cache Status DYNAMIC Evidence cf-ray: 9efe8515890dbc81-CDG
All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback