Skip to content
https://yr.no

Infrastructure

· 9 checks — DNS, redirects, IPv6, crawlability, URL variants, and domain intelligence rolled into one auditable list.
SCORE
90
GRADE
A
FIX
0
REVIEW
4
PASS
5
INFO
0
Probed from Singapore, Singapore
301 Moved Permanently
Checks
9
5 PASS 4 REVIEW
B
Redirect Chain
2 redirect(s), 396 ms total
REVIEW
2 redirect(s), 396 ms total
Warning::
2 redirects before reaching final URL
Each redirect adds latency. Try to minimize the chain to 1 hop.
Info::
WWW normalization redirect
Info::
Uses 302 (temporary) redirect
If permanent, use 301 instead.
Got: https://www.yr.no/

https://yr.no

126 ms · HTTP/1.1

301

https://www.yr.no/

28 ms · HTTP/1.1

302

https://www.yr.no/nb

243 ms · HTTP/1.1 FINAL

#URLStatusTimeProtocolServer
1https://yr.no301126 msHTTP/1.1AkamaiGHost
2https://www.yr.no/30228 msHTTP/1.1AkamaiGHost
3https://www.yr.no/nb200243 msHTTP/1.1

See the visual redirect chain in the HTTP Probe tab →

Each redirect adds latency. Try to minimize the chain to 1 hop.

Why this matters

Redirect chain — each hop adds latency; combine into one redirect where possible.

Source: Google Search Central / web.dev

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

B
Crawlability
no robots.txt, no sitemap
REVIEW
no robots.txt, no sitemap
Info::
No robots.txt found
robots.txt is optional but recommended. It tells search engine crawlers which pages to index.
Info::
No sitemap.xml found
A sitemap helps search engines discover and index your pages more efficiently.

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

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

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 No sitemap found

No sitemap found

Adding a sitemap helps search engines discover your pages.

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

Certificate validity

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

Recommended actions

  • Extend HSTS max-age to at least 31536000 (1 year) to meet the preload list criteria
  • Add includeSubDomains to the HSTS directive
  • Add the preload directive and submit to hstspreload.org once max-age + includeSubDomains are in place
  • Enable OCSP stapling on your TLS server to remove a CA roundtrip and protect user privacy
B
CDN & Delivery
Akamai
REVIEW
Akamai
Info::
Site is served via Akamai CDN
Got: server header
CDN Detected: Akamai
Provider Akamai Evidence server header
A+
DNS Records
2 A records, 7 ms lookup
PASS
2 A records, 7 ms lookup
Info::
Resolves to 2 IPv4 address(es)
Got: 23.209.46.75, 23.209.46.93
Info::
Has 2 IPv6 (AAAA) record(s)
Got: 2600:1413:1::6011:4822, 2600:1413:1::6011:4830
Info::
6 nameserver(s) configured
Got: a7-64.akam.net, a1-251.akam.net, a10-64.akam.net, a13-65.akam.net, a20-66.akam.net, a26-67.akam.net
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: 7 ms
Got: 7 ms
A23.209.46.75, 23.209.46.93
AAAA2600:1413:1::6011:4822, 2600:1413:1::6011:4830
CNAME
NSa7-64.akam.net, a1-251.akam.net, a10-64.akam.net, a13-65.akam.net, a20-66.akam.net, a26-67.akam.net
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
_190e4eyp13621tx1sxps2fgnac6n7pk
facebook-domain-verification=0733iqswbhzbgl5rtud6mpqi2usgrf
SPF v=spf1 include:_spf.google.com include:mail.zendesk.com -all
google-site-verification=V25BK1yz5-skCXsUxSd3EIW8ZUcQHGPQZFYabTBhcss
CAALookup not available with standard resolver
Resolved in 7 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+
IPv6 Readiness
IPv6 reachable (1 ms)
PASS
IPv6 reachable (1 ms)
Info::
IPv6 is configured and reachable at 2600:1413:1::6011:4822, 2600:1413:1::6011:4830
Got: 1 ms connect
IPv6 Ready
AAAA Records 2600:1413:1::6011:4822, 2600:1413:1::6011:4830 Connection Reachable (1 ms)
A+
URL Variants
www/non-www, trailing slash, HTTP→HTTPS
PASS
www/non-www, trailing slash, HTTP→HTTPS
Info::
www/non-www redirect configured correctly (preferred: non-www)
Info::
HTTP correctly 301-redirects to HTTPS

www / non-www

302https://www.yr.no/
200https://yr.no/

Preferred variant: non-www

HTTP → HTTPS

301http://yr.no/ https://yr.no/

Consistent

A+
Domain Intelligence
yr.no — via SIKT - KUNNSKAPSSEKTORENS TJENESTELEVERANDØR, 26 years, 9 months old
PASS
yr.no — via SIKT - KUNNSKAPSSEKTORENS TJENESTELEVERANDØR, 26 years, 9 months old
Info::
DNSSEC is enabled
Info::
Registrar: SIKT - KUNNSKAPSSEKTORENS TJENESTELEVERANDØR
Domain expiry

Unknown

SSL certificate

122 days

Issued by DigiCert Inc

Domain age

26 years, 9 months

Registered November 14, 1999

DNSSEC

Enabled

Protects against DNS spoofing

Hosting

Unknown

2600:1413:1::6011:4822

Registrar

SIKT - KUNNSKAPSSEKTORENS TJENESTELEVERANDØR

Lock status unknown 6 NS records
Expiry timeline
Today
+1 year
SSL expiry Danger zone (≤30 days)
Registrar SIKT - KUNNSKAPSSEKTORENS TJENESTELEVERANDØR
Created November 14, 1999 (26 years, 9 months ago)
Last Updated November 15, 2025
Name Servers a7-64.akam.net, a10-64.akam.net, a26-67.akam.net, a20-66.akam.net, a1-251.akam.net, a13-65.akam.net
DNSSEC Enabled
Hosting
IP Address 2600:1413:1::6011:4822
Data source: rdap (0.9s)
A+
HTTP Probe Timing
Total 18 ms — DNS, TCP, TLS, TTFB, content transfer breakdown
PASS
DNS Lookup DNS Lookup — time to resolve the domain name to an IP address.
7 ms
TCP Connect TCP Connect — time to establish a TCP connection to the server.
1 ms
TLS Handshake TLS Handshake — time to complete the HTTPS encryption handshake.
5 ms
Time to First Byte Time to First Byte — how long the server takes to respond with the first byte of data.
19 ms
Total Time Total request time from DNS lookup through full response.
19 ms

Connection waterfall

DNS Lookup 7 ms TCP Connect 1 ms TLS Handshake 5 ms Server Processing 6 ms Content Transfer 0 ms
All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback