Audit Result
UUID: 019fbbd2-fd61-72ee-955c-2e52eee3ed42
https://shubhamparasharportfolio.web.app/khelotech.html
Scanned 1 month ago
Meta Information
-
Title Tag Warning
Found 29 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.
-
Favicon Warning
No favicon link found in <head>.
Fix: Add <link rel="icon" href="/favicon.ico"> to ensure browser tab and bookmark visibility.
-
Viewport Meta Pass
Viewport configured: width=device-width, initial-scale=1.0
-
HTML Lang Pass
Language declared as "en".
Content Structure
-
H1 Tag Warning
Found 5 H1 tags.
Fix: Use a single, descriptive <h1> that states the primary purpose of the page.
-
Heading Hierarchy Pass
Valid heading flow across 21 headings.
-
Image Alt Text Pass
All 0 images include alt text.
Technical Optimization
-
HTTPS Pass
Page is served over HTTPS.
-
HSTS & HTTPS Redirect Warning
1 HTTPS hardening issues detected.
- • Could not probe the HTTP version of this page.
- • Strict-Transport-Security: max-age=31556926; includeSubDomains; preload
Fix: Set Strict-Transport-Security with a long max-age, add includeSubDomains, and redirect all HTTP requests to HTTPS.
-
Security Headers Warning
Missing: content-security-policy, x-frame-options, x-content-type-options, referrer-policy.
Full HTTP headers (15)
- • accept-ranges: bytes
- • alt-svc: h3=":443";ma=86400,h3-29=":443";ma=86400,h3-27=":443";ma=86400
- • cache-control: max-age=3600
- • content-encoding: br
- • content-length: 12854
- • content-type: text/html; charset=utf-8
- • date: Sat, 01 Aug 2026 05:36:33 GMT
- • etag: "6a9139ad9ccb2289e1f13e130134d97760f3ff9cce61edb646bb10665b9e3044-br"
- • last-modified: Wed, 10 Jun 2026 15:40:22 GMT
- • strict-transport-security: max-age=31556926; includeSubDomains; preload
- • vary: x-fh-requested-host, accept-encoding
- • x-cache: MISS
- • x-cache-hits: 0
- • x-served-by: cache-iad-khef600094-IAD
- • x-timer: S1785562592.105019,VS0,VE1269
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 1.68s (perceived).
Fix: Reduce payload size, cache static assets, and remove non-critical JS from initial load.
-
Render Blocking Resources Warning
1 scripts and 1 styles may block rendering.
- • script: https://cdnjs.cloudflare.com/ajax/libs/Chart.js/4.4.1/chart.umd.js
- • style: https://fonts.googleapis.com/css2?family=Bebas+Neue&family=DM+Sans:wght@300;400;500;600&family=JetBrains+Mono:wght@400;500&display=swap
Fix: Defer non-critical scripts and inline critical CSS to improve first paint speed.
-
Compression Pass
Text-like assets appear compressed.
-
Robots.txt Error
robots.txt missing or inaccessible (404).
Fix: Create a robots.txt file at https://shubhamparasharportfolio.web.app/robots.txt and allow intended crawlers.
-
Sitemap File Warning
Sitemap missing or inaccessible at https://shubhamparasharportfolio.web.app/sitemap.xml (404).
Fix: Publish a sitemap.xml and reference it in robots.txt with: Sitemap: https://shubhamparasharportfolio.web.app/sitemap.xml
-
Crawl Directives Warning
No robots meta tag defined.
Fix: Add <meta name="robots" content="index,follow"> (or the intended directive) in <head>.
Accessibility Basics
-
Form Labels Error
22 of 22 controls are missing labels.
- • select.form-select
- • input.form-input (Search athletes…)
- • textarea.form-textarea (Add notes for today…)
- • select.form-select
- • select.form-select
- • input#a-fname.form-input (a-fname)
- • input#a-lname.form-input (a-lname)
- • select#a-sport.form-select (a-sport)
- • input#a-pos.form-input (a-pos)
- • input[type="number"]#a-age.form-input (a-age)
- • select#a-status.form-select (a-status)
- • textarea#a-notes.form-textarea (a-notes)
- • input#e-name.form-input (e-name)
- • input[type="date"]#e-date.form-input (e-date)
- • select#e-type.form-select (e-type)
- • input#e-loc.form-input (e-loc)
- • select#e-pri.form-select (e-pri)
- • input#ac-name.form-input (ac-name)
- • input[type="time"]#ac-time.form-input (ac-time)
- • input[type="number"]#ac-dur.form-input (ac-dur)
- • select#ac-cat.form-select (ac-cat)
- • textarea#ac-notes.form-textarea (ac-notes)
Fix: Associate each form control with a visible label, aria-label, or aria-labelledby.
-
Landmarks Warning
Missing landmarks: header, 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.btn.btn-ghost (Today's Plan) - 135x37px
- • button.btn.btn-primary (+ Add Athlete) - 119x35px
- • button.btn.btn-ghost (View all →) - 84x30px
Fix: Increase target size to at least 48x48 CSS pixels for touch interactions.
Social & Rich Results
-
Open Graph Basics Warning
Missing og:title or og:description.
Fix: Add og:title and og:description tags to control social preview text.
-
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 Warning
Manifest or Apple touch icon is missing.
Fix: Link your web app manifest and apple-touch-icon for improved install/share experiences.
-
Open Graph/Twitter Quality Warning
5 social preview quality issues detected.
- • ISSUE: og:url should be an absolute URL.
- • 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 Pass
Largest Contentful Paint: 1.68s.
-
Core Web Vitals: CLS Pass
Cumulative Layout Shift: 0.010.
-
Total Blocking Time estimate: 136ms.
-
Broken Assets Pass
No failed CSS/JS/image/font/media requests detected.
-
No console/page runtime errors detected during audit.