Audit Result
UUID: 01a06d62-d978-72fc-8f9c-09e8f54bcb96
https://egreet-staging.vercel.app/
Scanned 2 days ago
Meta Information
-
Title Tag Pass
Found 58 characters. Length is optimal.
-
Meta Description Warning
Found 184 characters. Keep description around 70-160 characters.
Fix: Add <meta name="description" content="..."> in <head> with a clear page summary.
-
Canonical URL Pass
Canonical found: https://egreet-staging.vercel.app
-
-
Viewport Meta Pass
Viewport configured: width=device-width, initial-scale=1
-
HTML Lang Pass
Language declared as "en".
Content Structure
-
H1 Tag Pass
Exactly one H1 found: "Don't just sign the card.Share the feeling.".
-
Heading Hierarchy Pass
Valid heading flow across 20 headings.
-
Image Alt Text Error
2 of 2 images are missing alt text.
Fix: Add meaningful alt attributes to all informative images for accessibility and image SEO.
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=31536000; includeSubDomains; preload
Fix: Set Strict-Transport-Security with a long max-age, add includeSubDomains, and redirect all HTTP requests to HTTPS.
-
Security Headers Pass
Core security headers were detected.
Full HTTP headers (21)
- • access-control-allow-origin: *
- • age: 92128
- • cache-control: public, max-age=0, must-revalidate
- • content-disposition: inline
- • content-encoding: br
- • content-security-policy: default-src 'self'; base-uri 'self'; frame-ancestors 'none'; object-src 'none'; script-src 'self' 'unsafe-inline' 'unsafe-eval' https://js.stripe.com https://challenges.cloudflare.com; style-src 'self' 'unsafe-inline'; img-src 'self' data: blob: https: https://7d69e4ad6e75c6c9643546e2edd4b068.r2.cloudflarestorage.com https://pub-be7ca25216fd44f787927a5c6b509384.r2.dev; media-src 'self' blob: https: https://7d69e4ad6e75c6c9643546e2edd4b068.r2.cloudflarestorage.com https://pub-be7ca25216fd44f787927a5c6b509384.r2.dev; font-src 'self' data: https://fonts.gstatic.com; connect-src 'self' https: https://7d69e4ad6e75c6c9643546e2edd4b068.r2.cloudflarestorage.com https://pub-be7ca25216fd44f787927a5c6b509384.r2.dev; frame-src 'self' https://js.stripe.com https://hooks.stripe.com https://challenges.cloudflare.com; worker-src 'self' blob:; form-action 'self'
- • content-type: text/html; charset=utf-8
- • date: Fri, 04 Sep 2026 17:06:24 GMT
- • etag: W/"7e0162aa4a0ea5c54b7880fb8cdcf329"
- • permissions-policy: camera=(self), microphone=(self), geolocation=()
- • referrer-policy: strict-origin-when-cross-origin
- • server: Vercel
- • strict-transport-security: max-age=31536000; includeSubDomains; preload
- • vary: rsc, next-router-state-tree, next-router-prefetch, next-router-segment-prefetch
- • x-content-type-options: nosniff
- • x-frame-options: DENY
- • x-matched-path: /
- • x-nextjs-prerender: 1
- • x-nextjs-stale-time: 300
- • x-vercel-cache: HIT
- • x-vercel-id: iad1::k4t44-1788541584437-14a62d9ab629
-
CSP Quality Error
2 CSP hardening issues detected.
- • script-src/default-src permits 'unsafe-inline'.
- • script-src/default-src permits 'unsafe-eval'.
- • Content-Security-Policy: default-src 'self'; base-uri 'self'; frame-ancestors 'none'; object-src 'none'; script-src 'self' 'unsafe-inline' 'unsafe-eval' https://js.stripe.com https://challenges.cloudflare.com; style-src 'self' 'unsafe-inline'; img-src 'self' data: blob: https: https://7d69e4ad6e75c6c9643546e2edd4b068.r2.cloudflarestorage.com https://pub-be7ca25216fd44f787927a5c6b509384.r2.dev; media-src 'self' blob: https: https://7d69e4ad6e75c6c9643546e2edd4b068.r2.cloudflarestorage.com https://pub-be7ca25216fd44f787927a5c6b509384.r2.dev; font-src 'self' data: https://fonts.gstatic.com; connect-src 'self' https: https://7d69e4ad6e75c6c9643546e2edd4b068.r2.cloudflarestorage.com https://pub-be7ca25216fd44f787927a5c6b509384.r2.dev; frame-src 'self' https://js.stripe.com https://hooks.stripe.com https://challenges.cloudflare.com; worker-src 'self' blob:; form-action 'self'
Fix: Tighten Content-Security-Policy by removing unsafe directives and adding object-src, base-uri, and frame-ancestors restrictions.
-
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 Pass
Loaded in 0.72s (perceived).
-
Render Blocking Resources Warning
1 scripts and 2 styles may block rendering.
- • script: https://egreet-staging.vercel.app/_next/static/chunks/polyfills-42372ed130431b0a.js
- • style: https://egreet-staging.vercel.app/_next/static/css/1566a9a0a305d369.css
- • style: https://egreet-staging.vercel.app/_next/static/css/e9db58cf62a6afcd.css
Fix: Defer non-critical scripts and inline critical CSS to improve first paint speed.
-
Compression Warning
1 text resources look uncompressed.
- • https://egreet-staging.vercel.app/_next/static/chunks/c1a87517-adc4eb60f33d2b8d.js (application/javascript; 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://egreet.app/sitemap.xml (no response).
Fix: Publish a sitemap.xml and reference it in robots.txt with: Sitemap: https://egreet-staging.vercel.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 Pass
All 0 controls are labeled.
-
Landmarks Pass
Header, nav, main, and footer landmarks are present.
-
Tap Target Size Warning
25 interactive elements appear smaller than 48px.
- • a.flex.shrink-0 (egreet home) - 288x25px
- • a.rounded-full.px-3.5 (Occasions) - 99x32px
- • a.rounded-full.px-3.5 (How it works) - 113x32px
- • a.rounded-full.px-3.5 (The reveal) - 94x32px
- • a.rounded-full.px-3.5 (Pricing) - 73x32px
- • button.hidden.whitespace-nowrap (Sign in) - 66x32px
- • a.whitespace-nowrap.rounded-full (Create a card) - 128x32px
- • button.relative.inline-flex (Birthday) - 82x32px
- • button.relative.inline-flex (Farewell) - 65x32px
- • button.relative.inline-flex (Thank you) - 79x32px
- • button.relative.inline-flex (Congratulations) - 125x32px
- • button.relative.inline-flex (New baby) - 77x32px
- • button.relative.inline-flex (Wedding) - 70x32px
- • button.relative.inline-flex (Work anniversary) - 128x32px
- • button.relative.inline-flex (Sympathy) - 81x32px
- • a.inline-flex.items-center (Start this card) - 173x41px
- • a.inline-flex.items-center (Watch the reveal) - 150x24px
- • button.flex.w-full (Do contributors need an account?) - 798x36px
- • button.flex.w-full (What media can contributors add?) - 798x36px
- • button.flex.w-full (How does delivery work?) - 798x36px
- • button.flex.w-full (Is my board private?) - 798x36px
- • button.flex.w-full (Can I edit the card after creating it?) - 798x36px
- • button.flex.w-full (What does Premium include?) - 798x36px
- • a.group.inline-flex (Create a card) - 94x21px
- • a.group.inline-flex (Occasions) - 77x21px
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.
-
-
Twitter Card Pass
twitter:card set to summary_large_image.
-
Structured Data Pass
JSON-LD schema detected.
-
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.
-
Social preview metadata and image quality look good for Open Graph/Twitter.
- • 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.
- • MEASURED: Image size: 0.06 MB
- • MEASURED: Image dimensions: 1200x630
Links Analysis
-
Internal Links Pass
Checked 24 links. No broken internal links found.
-
External Links Pass
No broken external links found in checked URLs.
-
Link Format Pass
All 41 links use non-empty href values.
Performance & Runtime
-
Core Web Vitals: LCP Pass
Largest Contentful Paint: 0.72s.
-
Core Web Vitals: CLS Pass
Cumulative Layout Shift: 0.000.
-
Main Thread Blocking (TBT) Warning
Total Blocking Time estimate: 419ms.
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.