LCPLargest Contentful Paint
−56%Hero image served unoptimised and discovered late.
The website intelligence platform
Metevix crawls every page, models how your URLs, links, content and crawlers actually relate, and ranks what to fix by the impact it will have. Technical SEO is one layer of it — performance, indexability, security and AI crawler access are the rest.
Free first audit. No credit card, no crawler install, no code changes.
Website health
42 issues found across 1,284 pages
8 critical21 high13 medium
How it works
01 — WEBSITE
Metevix starts from your site as it really is — every template, every route, every page that a crawler can reach.
8 templates · 1,284 routes
02 — CRAWLER
The crawler walks the link graph, fetching and rendering each page with JavaScript executed, recording every response along the way.
1,284 fetched · 0 blocked
03 — DATA
Markup, headers, timings, structured data and the full internal link graph are extracted into one connected model.
18,940 signals extracted
04 — ANALYSIS
312 checks run against that model. Findings are bound to the exact URL and the exact evidence that produced them.
42 issues · 8 critical
05 — INTELLIGENCE
The result is not a report to read. It is a ranked, explained set of changes, scored by what each one will actually move.
Health 87 · 42 fixes ready
Website: Metevix starts from your site as it really is — every template, every route, every page that a crawler can reach. Crawler: The crawler walks the link graph, fetching and rendering each page with JavaScript executed, recording every response along the way. Data: Markup, headers, timings, structured data and the full internal link graph are extracted into one connected model. Analysis: 312 checks run against that model. Findings are bound to the exact URL and the exact evidence that produced them. Intelligence: The result is not a report to read. It is a ranked, explained set of changes, scored by what each one will actually move.
The crawl
Metevix follows every link, sitemap entry and redirect until the map is closed — then reports what came back, not what you expected.
111 URLs were excluded from indexing — some deliberately, some not. Metevix separates the two, which is usually where the first real finding is.
The product
Metevix turns a full-site crawl into a single, prioritized view of what is wrong, how badly it matters, and what to do about it.
Website health score
0issues
across 1,284 crawled pages
+6 since last crawl
Severity distribution
Analysis domains
Canonicals, titles, structured data9 issues
Core Web Vitals across templates14 issues
Robots, noindex, crawl budget3 issues
HTTPS, headers, mixed content5 issues
Duplication, thin pages, headings8 issues
Depth, orphans, anchor quality3 issues
Each ring is an analysis domain. The score is weighted by how much each domain affects pages that actually earn traffic.
Website intelligence graph
Metevix keeps one connected model of every URL — how it is linked, how deep it sits, what can reach it and what is wrong with it. Most findings only make sense in that context.
Hover or select a cluster
Depth, inbound links, crawlability and findings for any URL — and the cluster it belongs to. Orphaned pages are visible as the group nothing links into.
The same model answers questions a page-by-page report cannot: which templates concentrate link equity, which pages are reachable only from the sitemap, and which findings share a single upstream cause.
Technical SEO intelligence
Metevix does not hand you a list of warnings. Each issue names the affected URLs, explains the mechanism behind the problem, and gives you the exact change to make.
// app/products/[slug]/page.tsxexport async function generateMetadata({ params }) { const { slug } = await params; return { alternates: { canonical: `${SITE_URL}/products/${slug}`, }, };}// app/collections/[slug]/page.tsxexport const metadata = {- robots: { index: false, follow: false },+ robots: { index: true, follow: true },}; // The staging default was shipped to production in #4182.Crawler & AI readiness
Answer engines and model crawlers fetch pages under different rules, and most of them do not run JavaScript. Metevix reports what each one can actually reach.
| Agent | Purpose | robots.txt | Renders JS | Content reachable |
|---|---|---|---|---|
| GooglebotGoogle | Google Search index | Allowed | Yes | 94%Renders JavaScript. 6% of URLs unreachable behind a noindex directive. |
| BingbotMicrosoft | Bing index, and Copilot grounding | Allowed | Yes | 94%Same coverage as Googlebot on this site. |
| GPTBotOpenAI | Training data collection | Blocked | No | 0%Disallowed in robots.txt. Intentional on this site — flagged so it stays a decision, not an accident. |
| OAI-SearchBotOpenAI | Surfacing pages in ChatGPT search results | Allowed | No | 61%Does not execute JavaScript. 39% of content only exists after hydration. |
| ClaudeBotAnthropic | Training data collection | Partial | No | 44%Allowed on marketing paths, disallowed on /account and /checkout. |
| PerplexityBotPerplexity | Answer citations | Allowed | No | 61%Server-rendered content only, same 39% gap as other non-rendering agents. |
Metevix reports what each crawler can reach on your site, based on your robots.txt, response codes and rendering. It does not claim to influence how any engine or model ranks, cites or weights that content.
Performance intelligence
Field and lab measurements are correlated with what Metevix found in the page itself, so a failing metric always points at the resource responsible for it.
Hero image served unoptimised and discovered late.
Long tasks from a blocking third-party bundle.
Unreserved space for late-loading embeds.
Uncached origin responses on template routes.
Illustrative figures from a representative e-commerce audit. Your results depend on your stack and templates.
Long tasks are attributed to the bundles and third-party tags that caused them, with the parse, compile and execute cost of each broken out.
Every image is checked for format, dimensions, compression and loading strategy — including whether the LCP candidate is discoverable in the initial HTML.
Render-blocking requests, missing preloads, unused CSS and font-loading strategy are analysed across templates, not just the homepage.
Results are grouped by template rather than by URL, so one fix in a layout resolves the issue on thousands of pages at once.
The intelligence layer
1.2M DOM nodes
Every response, header, byte and rendered node the crawl saw — stored exactly as it was served, not summarised.
18,940 extracted
Canonicals, status codes, timings, schema, anchor text and link depth, normalised into facts that can be compared to each other.
312 checks
Those facts are evaluated across templates and against how search engines actually behave — not against a generic checklist.
42 findings
Only the patterns that measurably cost you crawling, indexing or ranking survive. The rest stays out of your way.
8 critical first
Findings are ordered by pages affected, traffic at stake and the effort each fix will realistically take.
42 changes ready
Each one written against your framework and your markup, ready to review, test and ship.
AI recommendations
Every finding carries its own resolution. The issue, the reason it matters, and the change to make are one continuous object — not three disconnected screens.
37 pages affected · /products/[id]
Impact intelligence
Every finding is scored on the URLs it touches, the traffic on those URLs and the work it takes to resolve. The list you get back is already a plan.
Detected
0issues
A number alone is noise. Metevix resolves every finding into a tier with an expected outcome, so the list is already a plan.
8
Blocking indexing or breaking revenue pages. Every hour these stay live costs traffic.
21
Measurably suppressing performance or consolidating signals onto the wrong URLs.
13
Worth fixing, but no page is currently losing rankings because of them.
Six pages cannot be indexed at all, and they sit on the template that earned 31% of organic sessions last quarter. One directive removal recovers all of it.
Ranking signals are splitting across 37 filtered URLs. Consolidating them concentrates existing links onto the pages you actually want ranking.
Affects the largest template on the site. One layout-level fix moves the metric on 812 URLs at once.
Cheap to fix and reachable from every page, but the destinations were low-traffic, so it ranks below the template-level work.
Real, and worth scheduling — but it needs coordination across three locale teams and affects a small share of sessions.
High page count, low consequence. Worth doing once the tiers above are cleared.
Ranked by modelled impact, not by severity. A critical issue on six unvisited pages sits below a high-severity one on the template that carries your traffic.
The loop
Finding an issue is the cheap part. Metevix carries each one through to a verified fix — and re-opens it if the change did not do what it was supposed to.
A crawl finds the issue and binds it to the exact URL, response and markup that produced it.
42 findings
Each finding is written out in plain language: what it is, and why it matters on your site specifically.
Plain-language write-up
A concrete change is proposed against your framework and your markup — not a generic best practice.
Implementation diff
You apply the change. Metevix records what was expected to move, and by how much.
Expected delta recorded
The affected URLs are crawled again — just those, not the whole site — as soon as you mark the fix as shipped.
Targeted re-crawl
The finding is confirmed resolved, or reopened with the reason it did not take. Nothing closes on assumption.
Confirmed or reopened
Verified findings close themselves. Anything that fails verification returns to the top of the list with the reason it did not take — so the backlog reflects reality rather than what someone remembered to tick off.
Crawl modes
A pre-deploy check and a quarterly deep audit are not the same job. Metevix separates them, so you are never waiting on a full render pass to find out whether a redirect broke.
Status codes, redirects, canonicals and indexability across every URL. The check you run before a deploy.
Runs
Skips
The full 312-check pass, including the internal link graph and content-level analysis.
Runs
Skips
Every page rendered in a real browser, then compared against the raw HTML response.
Runs
Skips
Core Web Vitals per template, with long tasks and resources attributed to what caused them.
Runs
Skips
What each crawler — search and AI — can actually reach, fetch and parse on your site.
Runs
Skips
Millions of URLs, rate-shaped to your origin, with server logs and Search Console joined in.
Runs
Skips
Nothing. This mode runs the complete analysis.
Page-level intelligence
Paste a single address and get the same checks against that page alone — markup, rendering, performance, structured data and crawler access — in a few seconds, with no project and no site-wide crawl.
Continuous monitoring
Metevix re-crawls on a schedule and after every deploy, compares each run with the last, and tells you the moment something regresses — rather than at the next quarterly audit.
Alerts fire on new 5xx responses, indexability and robots changes, performance regressions, redirect breakage and lost structured data.
A crawl tells you what is on the site. Logs tell you what crawlers did with it. Search Console tells you whether any of it landed. Isolated, each is a report; joined on the URL, they answer questions none of them can alone.
What your site actually serves: markup, headers, timings, redirects and the full link graph.
What is on the site, and what state is it in?
What crawlers genuinely requested, how often, and what your origin returned to them.
Where is crawl budget actually going?
What was indexed, impressed and clicked — joined to the URLs the crawl already knows about.
Did any of it reach anyone?
Who it is for
Metevix produces one authoritative model of your site. What changes is the view onto it, and the language it is explained in.
Developers
Run Metevix against a preview deployment and see exactly which template introduced a regression, with the failing markup quoted next to the rule that caught it.
SEO teams
Understand crawling, indexation and internal linking across hundreds of thousands of URLs, with the evidence you need to get engineering time approved.
Agencies
Run scheduled crawls across every client site, track health over time, and produce a report that reads like it took a week.
Pricing
No trial that hides the findings behind a paywall. Run a complete audit, read every issue, then decide whether you want it running continuously.
$0
A complete technical audit of one site, so you can see the findings before you commit to anything.
$79per month
Continuous monitoring for a production site, with the recommendations your engineers need to act.
Custom
Client workspaces, white-label reporting and API access for teams auditing at volume.
Questions
Most crawlers stop at detection: they output a list of warnings and leave interpretation to you. Metevix models your whole site — the link graph, template structure and rendered DOM — then scores each finding by its measured impact on your specific pages and gives you the change that resolves it.
Yes. Every page is fetched and rendered with JavaScript executed, which is how modern search engines process pages. Metevix reports on both the raw HTML response and the rendered DOM, and flags content that only exists after hydration.
No. Metevix crawls your site over HTTP the same way a search engine does. There is no script to embed, no build step to change and no code to deploy. For private environments you can allow-list the crawler or supply basic-auth credentials.
A typical first audit of a few thousand URLs completes in under four minutes. Larger sites scale roughly linearly, and crawl rate is throttled to stay well within what your origin can serve comfortably.
No. Metevix respects robots.txt and crawl-delay directives, adapts its request rate to your server's response times, and backs off automatically if latency rises. You can also set a fixed rate limit per project.
They are written against your actual markup and framework, and each one is checked against the finding that produced it. Treat them as a reviewed pull request from a knowledgeable colleague: read the change, run your tests, then ship it.
Start here
One URL is all it takes. Metevix returns a full technical audit, ranked by impact, in a few minutes.
Free. No credit card, no installation, no changes to your site.