Free Tool

Free Website Analysis

Find out in 60 seconds how your website performs for Google, AI assistants and your users. Performance, SEO, security and AI readiness — all in one report.

Lighthouse Scores SEO Check Security AI Visibility Recommendations
Analysis Scope

What we test

6 categories, 51+ signals, 3 AI models — one report.

Performance

Real Lighthouse Scores

25% Weight
FCP

First Contentful Paint

LCP

Largest Contentful Paint

TBT

Total Blocking Time

CLS

Cumulative Layout Shift

SEO

12-Point Checklist

Title · Meta · H1 · Canonical

OG Tags · Schema.org · Sitemap

robots.txt · hreflang · Alt Texts

Security

HTTP Header Audit

HTTPS · HSTS · CSP

X-Frame-Options

X-Content-Type · Referrer-Policy

AI Visibility

LLM Visibility Test

20% Weight
Gemini

Google Search

ChatGPT

GPT-5.4

Claude

Opus 4.6

+ llms.txt · WebMCP · AI Instructions · Schema.org

Design & UX

AI Vision Analysis

Gemini analyses your website screenshot and evaluates color scheme, typography, layout, conversion design and mobile readiness.

8/10

Design Score

How it works

Results in 3 steps

01

Enter URL

Enter your website URL — no registration required.

02

Start Analysis

We automatically check performance, SEO, security, accessibility and AI readiness.

03

Get Results

In under 60 seconds you receive a detailed report with scores and recommendations.

FAQ

Frequently Asked Questions

What does the analysis check? +
We check six areas: Performance (load time, Core Web Vitals), SEO (meta tags, structured data, canonical), Security (HTTPS, HSTS, CSP), Accessibility (contrasts, alt texts, semantic HTML), AI Visibility (llms.txt, WebMCP, AI metadata), and an overall score.
How long does the analysis take? +
The analysis typically takes 30-60 seconds. We use the Google PageSpeed Insights API for reliable performance data and run additional custom security and AI checks.
Is the analysis really free? +
Yes, completely free with no registration required. You receive a detailed report with concrete recommendations — no obligations.
What does AI Visibility mean? +
AI Visibility measures whether your website can be found and correctly understood by AI assistants like ChatGPT, Perplexity and Claude. This includes structured data, llms.txt files, AI metadata and semantic HTML.
Open Architecture

How this tool works

The same architecture we use for client projects — explained transparently.

01

Google PageSpeed Insights API

~10 seconds

Parallel queries to Google infrastructure for mobile and desktop. Returns real Lighthouse scores — no simulation, no estimation. The same engine Google uses for its ranking.

// Parallel mobile + desktop
const [mobile, desktop] = await Promise.all([
  fetch(`pagespeed/v5?strategy=mobile`),
  fetch(`pagespeed/v5?strategy=desktop`),
]);
// → Performance, SEO, Accessibility, Best Practices
02

Daytona Cloud Sandbox

~30-60 seconds

An isolated Chromium browser in a cloud sandbox. Playwright controls the browser, takes a screenshot and extracts 51 technical signals: meta tags, security headers, Schema.org, platform detection, AI readiness signals.

const sandbox = await daytona.create();
const browser = await chromium.launch();
const page = await browser.newPage();
await page.goto(url);

const screenshot = await page.screenshot();
const seo = await page.evaluate(() => (
  // title, h1s, schema, headers, llmsTxt
));
// → 51 signals + JPEG screenshot
03

Gemini AI Analysis

~60 seconds

7 parallel AI queries with Gemini 3 Flash: competitive analysis via Google Search, LLM visibility test across 3 models, keyword rankings, copywriting roast, and a vision-based design analysis of the screenshot.

const [competitors, llm1, llm2, llm3,
       commentary, keywords, roast] =
  await Promise.allSettled([
    gemini.search("best " + industry),
    gemini.ask("What is " + company),
    gemini.ask("Recommend " + service),
    gemini.ask("I need " + service),
    gemini.analyze(scrapeData),
    gemini.search(primaryKeywords),
    gemini.vision(screenshot),
  ]);

The same architecture we use for all client projects. Our services →