Open
Cached
·
just now
21
Headers
Detected Technologies from Headers
HTTP Security Headers
Status
Strict-Transport-Security
Present
max-age=63072000
X-Frame-Options
Excellent
DENY
X-Content-Type-Options
Good
nosniff
Referrer-Policy
Good
strict-origin
Permissions-Policy
Present
camera=(), microphone=(), geolocation=()
Recommendations
- • Increase HSTS max-age to at least 1 year and add includeSubDomains
- • Improve CSP by adding more specific directives and removing 'unsafe-inline'
Performance Headers
Connection
close
Vary
rsc, next-router-state-tree, next-router-prefetch, next-router-segment-prefetch
connection: close vary: rsc, next-router-state-tree, next-router-prefetch, next-router-segment-prefetch
Caching Headers
Age
2271
Cache-Control
public, max-age=0, must-revalidate
Etag
"suq3arz32r1uaq"
age: 2271 cache-control: public, max-age=0, must-revalidate etag: "suq3arz32r1uaq"
Content Headers
Content-Length
86014
Content-Type
text/html; charset=utf-8
content-length: 86014 content-type: text/html; charset=utf-8
Server Headers
server: Vercel x-powered-by: Next.js
CORS Headers
No CORS headers found
Cookies Headers
Other Headers
Date
Mon, 27 Jul 2026 05:53:47 GMT
X-Matched-Path
/[locale]/[[...contentPath]]
date: Mon, 27 Jul 2026 05:53:47 GMT x-matched-path: /[locale]/[[...contentPath]] x-nextjs-prerender: 1 x-nextjs-stale-time: 300 x-vercel-cache: HIT x-vercel-id: iad1::arn1::z2qrm-1785133899078-e13a54583dc9
Recommendations
Enable compression (gzip/brotli) to improve performance
Consider removing X-Powered-By header to hide server technology