www.complycube.com — Website Report
Scored 78/100 · Scanned with Foglift
Mean of SEO, Performance, Security, and Accessibility.
complycube.com scored 78. Addressing the 10 listed issues could raise its estimated score to 92.
Quick wins
~56 min total fix timehttps://www.complycube.com/en/what-changed-in-the-2026-right-to-work-legislation/ · 2026-08-12
Scanned with Foglift · Technical Audit + AI Readiness analysis
AI Action Plan
Website Analysis for https://www.complycube.com/en/what-changed-in-the-2026-right-to-work-legislation/ Great news — your site has strong AI Readiness (78/100). Site Technical Health: 78/100. Its technical, content, and authority signals give AI systems a solid foundation for accessing, understanding, and reusing the page. We found 0 critical issues and 8 warnings. Here's your prioritized action plan:
QUICK WINS (Warnings): 1. Missing X-Content-Type-Options header — Set X-Content-Type-Options: nosniff to prevent MIME-type sniffing.
2. Missing X-Frame-Options header — Set X-Frame-Options to prevent clickjacking attacks. 3. Missing Referrer Policy header — Add a Referrer-Policy header to control information leakage. 4. Missing Permissions Policy header — Add a Permissions-Policy header to control browser feature access. 5. No robots.txt file — Your site is missing a robots.txt file. This file tells search engines which pages to crawl. Create one at your site root. 6. Skipped heading level — Heading hierarchy jumps from H3 to
7 more critical fixes + quick wins in your full report
Create a free account to save this audit and unlock the complete action plan.
Save and unlock my full reportFree account. No credit card required.
Share This Report
Send this scan to a teammate or contact. The shareable link includes all scores and issues.
AI Readiness
Technical and authority signals that support AI systems in accessing, understanding, and reusing your content
How does AI see Complycube?
When users ask AI about your industry, are you recommended?
Start with weekly Perplexity checks for Complycube. Paid plans add ChatGPT, Google AI Overview, Gemini, and Claude.
Issues Found (10)
Set X-Content-Type-Options: nosniff to prevent MIME-type sniffing.
# Nginx:
add_header X-Content-Type-Options "nosniff" always;
# Next.js (next.config.js headers):
{ key: 'X-Content-Type-Options', value: 'nosniff' }Set X-Frame-Options to prevent clickjacking attacks.
# Nginx:
add_header X-Frame-Options "SAMEORIGIN" always;
# Next.js (next.config.js headers):
{ key: 'X-Frame-Options', value: 'SAMEORIGIN' }Add a Referrer-Policy header to control information leakage.
# Nginx:
add_header Referrer-Policy "strict-origin-when-cross-origin" always;
# Next.js (next.config.js headers):
{ key: 'Referrer-Policy', value: 'strict-origin-when-cross-origin' }Add a Permissions-Policy header to control browser feature access.
# Nginx:
add_header Permissions-Policy "camera=(), microphone=(), geolocation=()" always;
# Next.js (next.config.js headers):
{ key: 'Permissions-Policy', value: 'camera=(), microphone=(), geolocation=()' }Your site is missing a robots.txt file. This file tells search engines which pages to crawl. Create one at your site root.
User-agent: *
Allow: /
Sitemap: https://yoursite.com/sitemap.xmlHeading hierarchy jumps from H3 to H5. Don't skip heading levels — this confuses screen readers and assistive technology.
Your HTML is 510KB. Large HTML documents take longer to parse. Consider lazy loading content or splitting into multiple pages.
51 images don't use loading="lazy". Add lazy loading to below-the-fold images to improve initial page load.
Add more internal links to help search engines discover and index your other pages. Internal linking also helps distribute page authority.
Add a <main> element to identify the primary content area. Screen reader users use this to skip navigation.
<!-- Wrap your primary content in a <main> element -->
<main id="main-content">
<h1>Page Title</h1>
<p>Your primary content here...</p>
</main>Your Potential Score
78
Now
92
Estimated potential
+14 points estimated improvement from addressing 10 listed issues
Estimate based on the measured category scores and the issues listed in this audit.
Track your AI visibility over time
AI Visibility Monitoring
Free checks Perplexity weekly while you're active. Paid plans add ChatGPT, Google AI Overview, Gemini, and Claude with daily, twice-daily, or hourly monitoring.
Competitor Tracking
Compare your AI visibility against competitors. Know when they overtake you.
Weekly Digest
Get AI-generated insights emailed every Monday with action items.
Weekly Perplexity while active · No credit card required
Compare paid plans — from $49/moIndustry Benchmark
Based on 120+ websites scanned across industries. See full benchmark report →
What This Score Means for You
Security gaps — Missing security headers may flag your site as unsafe in browsers, hurting trust and conversions.
Most of these issues have simple, copy-paste fixes. Check the code snippets above for quick solutions.
Security score: 45/100
Most security issues are 5-minute fixes — adding HTTP headers to your server config. Check the code fixes above for the exact headers to add — we include copy-paste code for Nginx, Apache, Vercel, and Netlify.