Audit Result
UUID: 019f15d3-c834-707d-9593-84c5f3c1c26b
https://jf.sadbergling.cn:12345/web/index.html#/login.html?serverid=53380fc172104e1dad8a0cdf17c68694
Scanned 2 weeks ago
Meta Information
-
Title Tag Warning
Found 8 characters. Keep title between 30 and 60 characters.
Fix: Add a unique <title> tag describing the main page intent in 30-60 characters.
-
Meta Description Error
Missing meta description.
Fix: Add <meta name="description" content="..."> in <head> with a clear page summary.
-
Canonical URL Warning
Canonical link not found.
Fix: Add <link rel="canonical" href="https://example.com/page"> to avoid duplicate URL ambiguity.
-
-
Viewport Meta Pass
Viewport configured: width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no,viewport-fit=cover
-
HTML Lang Warning
No lang attribute on the <html> element.
Fix: Set <html lang="en"> (or the correct locale) for accessibility and search engines.
Content Structure
-
H1 Tag Warning
Found 2 H1 tags.
Fix: Use a single, descriptive <h1> that states the primary purpose of the page.
-
Heading Hierarchy Pass
Valid heading flow across 3 headings.
-
Image Alt Text Pass
All 0 images include alt text.
Technical Optimization
-
HTTPS Pass
Page is served over HTTPS.
-
HSTS & HTTPS Redirect Warning
2 HTTPS hardening issues detected.
- • Missing Strict-Transport-Security header.
- • Could not probe the HTTP version of this page.
Fix: Set Strict-Transport-Security with a long max-age, add includeSubDomains, and redirect all HTTP requests to HTTPS.
-
Security Headers Warning
Missing: strict-transport-security, content-security-policy, x-frame-options, x-content-type-options, referrer-policy.
Full HTTP headers (9)
- • accept-ranges: bytes
- • content-encoding: br
- • content-type: text/html
- • date: Tue, 30 Jun 2026 00:00:20 GMT
- • etag: "1da83881ad7f6b9"
- • last-modified: Sun, 31 Mar 2024 16:25:55 GMT
- • server: Kestrel
- • vary: Accept-Encoding
- • x-response-time-ms: 1
Fix: Add the missing security headers at your reverse proxy or application layer.
-
CSP Quality Warning
Content-Security-Policy header is missing.
- • Missing Content-Security-Policy header.
Fix: Define a restrictive Content-Security-Policy and avoid unsafe directives such as unsafe-inline and unsafe-eval.
-
Cookie Security Pass
No first-party cookies were set during the initial page load.
-
Server response headers do not expose version tokens.
-
Cloudflare Proxy Warning
Domain does not appear to be behind Cloudflare.
-
Perceived Load Time Warning
Loaded in 2.42s (perceived).
Fix: Reduce payload size, cache static assets, and remove non-critical JS from initial load.
-
Render Blocking Resources Warning
1 scripts and 0 styles may block rendering.
- • script: https://www.gstatic.com/cv/js/sender/v1/cast_sender.js
Fix: Defer non-critical scripts and inline critical CSS to improve first paint speed.
-
Compression Warning
6 text resources look uncompressed.
- • https://jf.sadbergling.cn:12345/System/Info/Public (application/json; charset=utf-8)
- • https://jf.sadbergling.cn:12345/system/info/public (application/json; charset=utf-8)
- • https://jf.sadbergling.cn:12345/Branding/Css (text/css; charset=utf-8)
- • https://jf.sadbergling.cn:12345/Branding/Configuration (application/json; charset=utf-8)
- • https://jf.sadbergling.cn:12345/QuickConnect/Enabled (application/json; charset=utf-8)
- • https://jf.sadbergling.cn:12345/users/public (application/json; charset=utf-8)
Fix: Enable Brotli or Gzip compression for HTML, CSS, JS, and JSON responses.
-
Robots.txt Pass
Found robots.txt (200).
-
Sitemap File Warning
Sitemap missing or inaccessible at https://jf.sadbergling.cn:12345/sitemap.xml (404).
Fix: Publish a sitemap.xml and reference it in robots.txt with: Sitemap: https://jf.sadbergling.cn:12345/sitemap.xml
-
Crawl Directives Pass
Robots meta found: noindex, nofollow, noarchive
Accessibility Basics
-
Form Labels Pass
All 3 controls are labeled.
-
Landmarks Warning
Missing landmarks: header, nav, main, footer.
Fix: Use semantic regions (<header>, <nav>, <main>, <footer>) for navigation and assistive tech.
-
Tap Target Size Warning
3 interactive elements appear smaller than 48px.
- • button.raised.button-submit (Sign In) - 804x47px
- • button.raised.cancel (Use Quick Connect) - 804x47px
- • button.raised.cancel (Forgot Password) - 804x47px
Fix: Increase target size to at least 48x48 CSS pixels for touch interactions.
Social & Rich Results
-
Open Graph Basics Pass
Core Open Graph tags are present.
-
Open Graph Image Warning
og:image is missing.
Fix: Add <meta property="og:image" content="https://..."> with a high-quality share image.
-
Twitter Card Warning
twitter:card is missing.
Fix: Add <meta name="twitter:card" content="summary_large_image"> for better previews on X.
-
Structured Data Warning
No JSON-LD schema scripts found.
Fix: Add JSON-LD structured data matching your page type (Organization, Article, Product, etc.).
-
PWA Metadata Pass
Manifest and Apple touch icon are configured.
-
Open Graph/Twitter Quality Warning
5 social preview quality issues detected.
- • ISSUE: og:url points to a different origin than the scanned page.
- • ISSUE: og:title should typically be between 10 and 70 characters.
- • ISSUE: og:description should typically be between 50 and 200 characters.
- • ISSUE: Use an absolute URL for og:image or twitter:image.
- • ISSUE: twitter:card is missing.
- • GUIDELINE: Optimal og:title length: 40-60 characters (acceptable: 10-70).
- • GUIDELINE: Optimal og:description length: 110-160 characters (acceptable: 50-200).
- • GUIDELINE: Optimal preview image size: 1200x630 pixels.
- • GUIDELINE: Optimal preview image aspect ratio: 1.91:1.
- • GUIDELINE: Optimal preview image file size: under 5 MB.
- • GUIDELINE: Recommended twitter:card: summary_large_image.
Fix: Use absolute OG/Twitter URLs, keep metadata lengths in recommended ranges, and provide a preview image near 1200x630 under 5MB.
Links Analysis
-
Internal Links Pass
Checked 0 links. No broken internal links found.
-
External Links Pass
No broken external links found in checked URLs.
-
Link Format Pass
All 0 links use non-empty href values.
Performance & Runtime
-
Core Web Vitals: LCP Warning
Largest Contentful Paint: 2.64s.
Fix: Improve LCP by optimizing above-the-fold media, reducing server latency, and inlining critical CSS.
-
Core Web Vitals: CLS Warning
Cumulative Layout Shift: 0.163.
Fix: Reserve space for images/ads and avoid injecting layout-changing elements above existing content.
-
Main Thread Blocking (TBT) Warning
Total Blocking Time estimate: 537ms.
Fix: Reduce heavy JavaScript work, split long tasks, and defer non-critical scripts.
-
Broken Assets Pass
No failed CSS/JS/image/font/media requests detected.
-
No console/page runtime errors detected during audit.