Skip to content
https://web.skype.com

Infrastructure

· 9 checks — DNS, redirects, IPv6, crawlability, URL variants, and domain intelligence rolled into one auditable list.
SCORE
81
GRADE
B
FIX
2
REVIEW
3
PASS
4
INFO
0
Probed from Sao Paulo, Brazil
301 Moved Permanently
Checks
9
4 PASS 3 REVIEW 2 FIX
D
Redirect Chain
Action
3 redirect(s), 350 ms total
FIX
3 redirect(s), 350 ms total
Warning::
3 redirects before reaching final URL
Each redirect adds latency. Try to minimize the chain to 1 hop.
Info::
Uses 302 (temporary) redirect
If permanent, use 301 instead.
Got: https://teams.live.com/v2/
Info::
Cross-domain redirect detected

https://web.skype.com

41 ms · HTTP/1.1

301

https://teams.live.com/v2

29 ms · HTTP/1.1

301

https://teams.live.com/v2/

154 ms · HTTP/1.1

302

https://teams.live.com/v2/unsupported-br...

126 ms · HTTP/1.1 FINAL

#URLStatusTimeProtocolServer
1https://web.skype.com30141 msHTTP/1.1
2https://teams.live.com/v230129 msHTTP/1.1
3https://teams.live.com/v2/302154 msHTTP/1.1
4https://teams.live.com/v2/unsupported-br...200126 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

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, 31 ms lookup
REVIEW
1 A records, 31 ms lookup
Info::
Resolves to 1 IPv4 address(es)
Got: 52.113.194.133
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: 2620:1ec:42::133
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: s-0006.s-msedge.net
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: 31 ms
Got: 31 ms
A52.113.194.133
AAAA2620:1ec:42::133
CNAMEs-0006.s-msedge.net
NS
MX
TXT
CAALookup not available with standard resolver
Resolved in 31 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)

C
Crawlability
Action
robots.txt present, sitemap with 0 URLs
REVIEW
robots.txt present, sitemap with 0 URLs
Info::
robots.txt is present
Got: 10240 bytes
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.
Info::
robots.txt does not reference a sitemap
Add a 'Sitemap:' directive to robots.txt so search engines can discover your sitemap.

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

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 10240 B Sitemaps referenced 0 User-agents Blocking No — crawling allowed
<!doctype html><html lang="en" class="theme-defaultV2"><head><meta name="robots" content="noindex"/><title>Unsupported Browser | Microsoft Teams</title><link rel="shortcut icon" type="image/x-icon" id="teams-favicon" href="https://statics.teams.cdn.live.net/evergreen-assets/icons/microsoft_teams_logo_refresh_v2025.ico"/><style nonce="fd6IqhDwtFK9xPgdAAihOQ==">html,
    body {
      font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Web', sans-serif;
      width: 100%;
      height: 100%;
      padding: 0;
      margin: 0;
    }

    html {
      font-size: 10px;
    }

    body {
      font-size: 1.4rem;
      font-weight: 400;
      line-height: 1.4286;
      box-sizing: border-box;
      background-color: var(--themeBackgroundColor);
      color: var(--themeColor);
    }

    /** Enable antialiasing and font smoothing across supporting browsers for all elements */
    * {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      margin-block-start: 0;
      margin-block-end: 0;
    }

    #teams-logo {
      position: absolute;
      width: 32px;
      height: 32px;
      margin: 3.2rem 0 0 6rem;
    }

    #unsupported-browser {
      height: inherit;
      width: inherit;
      position: absolute;
      top: 0;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    #unsup-container {
      width: 600px;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 24px;
      padding-bottom: 32px;
      padding-top: 32px;
    }

    #unsup-title {
      text-align: center;
      font-style: normal;
      font-weight: 700;
      font-size: 18px;
      line-height: 24px;
      margin-top: -8px;
    }

    #unsup-description {
      text-align: center;
    }

    p a {
      color: #5B5FC7;
      text-decoration: none;
    }

    p a:visited {
      color: #5B5FC7;
      text-decoration: none;
    }

    .ts-btn-fluent {
      font-weight: 600;
      position: relative;
      border-radius: .4rem;
      padding: 0 2rem;
      min-width: 9.6rem;
      height: 3.2rem;
      display: inline-flex;
      align-items: center;
      text-decoration: none;
    }

    .ts-btn-fluent::before {
      content: "";
      position: absolute;
      top: .1rem;
      left: .1rem;
      right: .1rem;
      bottom: .1rem;
      border: .1rem solid transparent;
      border-radius: .4rem
    }

    .ts-btn-fluent::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      border: .1rem solid transparent;
      border-radius: .4rem
    }

    .ts-btn-fluent.ts-btn-fluent-primary {
      box-shadow: 0 .2rem .4rem -.075rem rgba(0,0,0,.25);
      background: #5b5fc7;
      border: 0;
      color: #fff
    }
    .ts-btn-fluent.ts-btn-fluent-primary:hover {
      background: #4f52b2
    }
    .ts-btn-fluent.ts-btn-fluent-primary:active,
    body.acc-keyboard-mode .ts-btn-fluent.ts-btn-fluent-primary:focus {
      background: #444791;
      box-shadow: none
    }
    body.acc-keyboard-mode .ts-btn-fluent.ts-btn-fluent-primary:focus::after {
      border-color: #252423
    }
    body.acc-keyboard-mode .ts-btn-fluent.ts-btn-fluent-primary:focus::before {
      border-color: #fff
    }

    #browser-list {
      padding: 0;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 12px;
      margin-bottom: 32px;
    }

    .unsup-li {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      gap: 8px;
    }

   .unsup-li a {
      cursor: pointer;
   }

   .unsup-li svg {
      padding: 3px;
   }</style></head><body><div id="supportedBrowserConfigs" style="display: none;" data-configs='{"ag08":{"edgeChromium":{"isSupported":true,"minVersion":"80.0"},"chrome":{"isSupported":true,"minVersion":"80.0"},"firefox":{"isSupported":true,"minVersion":"101.0"},"safari":{"isSupported":true,"minVersion":"16.0"}},"ag09":{"edgeChromium":{"isSupported":true,"minVersion":"80.0"},"chrome":{"isSupported":true,"minVersion":"80.0"},"firefox":{"isSupported":true,"minVersion":"101.0"},"safari":{"isSupported":true,"minVersion":"16.0"}},"bleu":{"edgeChromium":{"isSupported":true,"minVersion":"80.0"},"chrome":{"isSupported":true,"minVersion":"80.0"},"firefox":{"isSupported":true,"minVersion":"101.0"},"safari":{"isSupported":true,"minVersion":"16.0"}},"delos":{"edgeChromium":{"isSupported":true,"minVersion":"80.0"},"chrome":{"isSupported":true,"minVersion":"80.0"},"firefox":{"isSupported":true,"minVersion":"101.0"},"safari":{"isSupported":true,"minVersion":"16.0"}},"dod":{"edgeChromium":{"isSupported":true,"minVersion":"80.0"},"chrome":{"isSupported":true,"minVersion":"80.0"},"firefox":{"isSupported":true,"minVersion":"101.0"},"safari":{"isSupported":true,"minVersion":"16.0"}},"gallatin":{"edgeChromium":{"isSupported":true,"minVersion":"80.0"},"chrome":{"isSupported":true,"minVersion":"80.0"},"firefox":{"isSupported":true,"minVersion":"101.0"},"safari":{"isSupported":true,"minVersion":"16.0"}},"gcch":{"edgeChromium":{"isSupported":true,"minVersion":"80.0"},"chrome":{"isSupported":true,"minVersion":"80.0"},"firefox":{"isSupported":true,"minVersion":"101.0"},"safari":{"isSupported":true,"minVersion":"16.0"}},"life":{"edgeChromium":{"isSupported":true,"minVersion":"97.0"},"chrome":{"isSupported":true,"minVersion":"97.0"},"firefox":{"isSupported":true,"minVersion":"101.0"},"safari":{"isSupported":true,"minVersion":"16.0"}},"work":{"edgeChromium":{"isSupported":true,"minVersion":"80.0"},"chrome":{"isSupported":true,"minVersion":"80.0"},"firefox":{"isSupported":true,"minVersion":"101.0"},"safari":{"isSupported":true,"minVersion":"16.0"}}}'></div><svg id="teams-logo" role="presentation" alt="" xmlns="http://www.w3.org/2000/svg" width="768" height="768" viewBox="0 0 768 768" fill="none"><g clip-path="url(#clip0_432_3669)"><g filter="url(#filter0_dd_432_3669)"><path fill-rule="evenodd" clip-rule="evenodd" d="M402 261C456.676 261 501 216.676 501 162C501 107.324 456.676 63 402 63C347.324 63 303 107.324 303 162C303 216.676 347.324 261 402 261ZM618 261C657.765 261 690 228.765 690 189C690 149.235 657.765 117 618 117C578.235 117 546 149.235 546 189C546 228.765 578.235 261 618 261ZM620.202 606H618.798C601.067 606 584.299 601.872 569.405 594.525C540.976 659.6 476.717 705 402 705C300.932 705 219 621.931 219 519.462V333.923C219 316.844 232.656 303 249.5 303H522.902H554.5H701.614C718.396 303 732 316.604 732 333.386V494.202C732 555.946 681.946 606 620.202 606Z" fill="#103F91"/></g><path fill-rule="evenodd" clip-rule="evenodd" d="M618.798 606H620.202C681.946 606 732 555.946 732 494.202V333.386C732 316.604 718.396 303 701.614 303H522.902C514.119 303 507 310.119 507 318.901V494.202C507 555.946 557.054 606 618.798 606Z" fill="#5059C9"/><path fill-rule="evenodd" clip-rule="evenodd" d="M690 189C690 228.765 657.765 261 618 261C578.235 261 546 228.765 546 189C546 149.235 578.235 117 618 117C657.765 117 690 149.235 690 189Z" fill="#5059C9"/><path fill-rule="evenodd" clip-rule="evenodd" d="M501 162C501 216.676 456.676 261 402 261C347.324 261 303 216.676 303 162C303 107.324 347.324 63 402 63C456.676 63 501 107.324 501 162Z" fill="#7B83EB"/><path fill-rule="evenodd" clip-rule="evenodd" d="M554.5 303H249.5C232.656 303 219 316.844 219 333.923V519.462C219 621.931 300.932 705 402 705C503.068 705 585 621.931 585 519.462V333.923C585 316.844 571.345 303 554.5 303Z" fill="#7B83EB"/><path fill-rule="evenodd" clip-rule="evenodd" d="M569.405 594.525C584.299 601.872 601.067 606 618.798 606H620.202C681.946 606 732 555.946 732 494.202V333.386C732 316.604 718.396 303 701.614 303H554.5C571.345 303 585 316.844 585 333.923V519.462C585 546.178 579.431 571.575 569.405 594.525Z" fill="#5059C9"/><mask id="mask0_432_3669" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="554" y="303" width="178" height="303"><path fill-rule="evenodd" clip-rule="evenodd" d="M569.405 594.525C584.299 601.872 601.067 606 618.798 606H620.202C681.946 606 732 555.946 732 494.202V333.386C732 316.604 718.396 303 701.614 303H554.5C571.345 303 585 316.844 585 333.923V519.462C585 546.178 579.431 571.575 569.405 594.525Z" fill="white"/></mask><g mask="url(#mask0_432_3669)"><g filter="url(#filter1_d_432_3669)"><path fill-rule="evenodd" clip-rule="evenodd" d="M554.5 303H249.5C232.656 303 219 316.844 219 333.923V519.462C219 621.931 300.932 705 402 705C503.068 705 585 621.931 585 519.462V333.923C585 316.844 571.345 303 554.5 303Z" fill="#5059C9"/></g></g><path fill-rule="evenodd" clip-rule="evenodd" d="M402 261C456.676 261 501 216.676 501 162C501 107.324 456.676 63 402 63C347.324 63 303 107.324 303 162C303 216.676 347.324 261 402 261ZM219 333.923C219 316.844 232.656 303 249.5 303H554.5C571.345 303 585 316.844 585 333.923V519.462C585 621.931 503.068 705 402 705C300.932 705 219 621.931 219 519.462V333.923Z" fill="#7B83EB"/><mask id="mask1_432_3669" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="219" y="63" width="366" height="642"><path fill-rule="evenodd" clip-rule="evenodd" d="M402 261C456.676 261 501 216.676 501 162C501 107.324 456.676 63 402 63C347.324 63 303 107.324 303 162C303 216.676 347.324 261 402 261ZM219 333.923C219 316.844 232.656 303 249.5 303H554.5C571.345 303 585 316.844 585 333.923V519.462C585 621.931 503.068 705 402 705C300.932 705 219 621.931 219 519.462V333.923Z" fill="white"/></mask><g mask="url(#mask1_432_3669)"><g filter="url(#filter2_dd_432_3669)"><path fill-rule="evenodd" clip-rule="evenodd" d="M353.5 567H48.5C31.655 567 18 553.345 18 536.5V231.5C18 214.655 31.655 201 48.5 201H353.5C370.345 201 384 214.655 384 231.5V536.5C384 553.345 370.345 567 353.5 567Z" fill="black" fill-opacity="0.01"/></g></g><path fill-rule="evenodd" clip-rule="evenodd" d="M353.5 567H48.5C31.655 567 18 553.345 18 536.5V231.5C18 214.655 31.655 201 48.5 201H353.5C370.345 201 384 214.655 384 231.5V536.5C384 553.345 370.345 567 353.5 567Z" fill="#4B53BC"/><g style="mix-blend-mode:soft-light" opacity="0.304725"><path fill-rule="evenodd" clip-rule="evenodd" d="M353.5 567H48.5C31.655 567 18 553.345 18 536.5V231.5C18 214.655 31.655 201 48.5 201H353.5C370.345 201 384 214.655 384 231
sitemap.xml 200 OK
Type URL Set URLs 0 entries Valid XML No
B
TLS Certificate Expiry & Recommendations
177 days until leaf cert expires — 3 issues to address
REVIEW

Certificate validity

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

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
A+
IPv6 Readiness
IPv6 reachable (1 ms)
PASS
IPv6 reachable (1 ms)
Info::
IPv6 is configured and reachable at 2620:1ec:42::133
Got: 1 ms connect
IPv6 Ready
AAAA Records 2620:1ec:42::133 Connection Reachable (1 ms)
A+
URL Variants
www/non-www, trailing slash, HTTP→HTTPS
PASS
www/non-www, trailing slash, HTTP→HTTPS
Info::
HTTP correctly 301-redirects to HTTPS

www / non-www

https://www.web.skype.com/
200https://web.skype.com/

HTTP → HTTPS

301http://web.skype.com/ https://teams.live.com/v2

Consistent

A+
Domain Intelligence
skype.com — via MarkMonitor Inc., 23 years, 4 months old
PASS
skype.com — via MarkMonitor Inc., 23 years, 4 months old
Info::
Domain registered until Apr 23, 2027 (1 years remaining)
Info::
DNSSEC is not enabled
DNSSEC protects against DNS spoofing attacks. While not required, enabling DNSSEC adds an additional layer of security. Contact your DNS provider to enable it.
Info::
Registrar: MarkMonitor Inc.
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

312 days

April 23, 2027

SSL certificate

177 days

Issued by Microsoft Corporation

Domain age

23 years, 4 months

Registered April 23, 2003

DNSSEC

Not enabled

Protects against DNS spoofing

Hosting

Unknown

2603:1020:201:10::10f

Registrar

MarkMonitor Inc.

Unlocked 4 NS records
Expiry timeline
Today
+1 year
Domain expiry SSL expiry Danger zone (≤30 days)
Recommended actions
  • Enable DNSSEC to protect visitors from DNS spoofing
  • Enable registrar lock (clientTransferProhibited) to block unauthorized domain transfers
Registrar MarkMonitor Inc.
Created April 23, 2003 (23 years, 4 months ago)
Expires April 23, 2027 (1 years)
Last Updated March 22, 2026
Name Servers ns1-205.azure-dns.com, ns2-205.azure-dns.net, ns3-205.azure-dns.org, ns4-205.azure-dns.info
DNSSEC Not enabled
Hosting
IP Address 2603:1020:201:10::10f
Data source: rdap (0.4s)

DNSSEC protects against DNS spoofing attacks. While not required, enabling DNSSEC adds an additional layer of security. Contact your DNS provider to enable it.

Why this matters

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.

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 41 ms — DNS, TCP, TLS, TTFB, content transfer breakdown
PASS
DNS Lookup DNS Lookup — time to resolve the domain name to an IP address.
13 ms
TCP Connect TCP Connect — time to establish a TCP connection to the server.
2 ms
TLS Handshake TLS Handshake — time to complete the HTTPS encryption handshake.
21 ms
Time to First Byte Time to First Byte — how long the server takes to respond with the first byte of data.
41 ms
Total Time Total request time from DNS lookup through full response.
41 ms

Connection waterfall

DNS Lookup 13 ms TCP Connect 2 ms TLS Handshake 21 ms Server Processing 4 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