Deep Scan is a Greadme feature that audits a single URL against 190+ technical parameters in seven categories — Performance, SEO, Accessibility, Best Practices, Security, Meta Tags, and Schema Markup. Each finding includes severity, affected elements, and a remediation step. An optional AI summary prioritizes which fixes will move the needle.
Every Deep Scan produces an individual score for each category plus an aggregate total. Schema Markup is excluded from the total because it is optional and not relevant to every page.
| Category | What it measures | Sample checks |
|---|---|---|
| Performance | Load speed and runtime responsiveness | FCP, LCP, TBT, CLS, Speed Index, TTI, render-blocking resources, image optimization |
| SEO | Crawlability, indexability, on-page signals | Title, meta description, heading hierarchy, canonical, hreflang, mobile-friendliness, CSR detection |
| Accessibility | WCAG conformance for assistive tech | Alt text, color contrast, ARIA, focus order, form labels, link text |
| Best Practices | Modern web standards, reliability | Deprecated APIs, console errors, doctype, WOFF2, charset, third-party cookies |
| Security | Browser-level security headers and policies | HSTS, Content Security Policy, clickjacking protection, cross-origin isolation, Trusted Types |
| Meta Tags | Search and social presentation | Title, description, canonical, viewport, robots, Open Graph, Twitter Cards |
| Schema Markup | Structured data validity and rich-result eligibility | JSON-LD parsing, schema validation, rich-result eligibility per type |
Performance measures how quickly the page renders and becomes usable. Deep Scan reports the full Core Web Vitals set:
Beyond headline metrics, the scan flags render-blocking resources, unminified JS/CSS, unused code, unoptimized images, and missing text compression.
The SEO category checks the technical fundamentals that determine whether search engines can crawl, understand, and index your page.
Deep Scan includes a dedicated detector for heavily client-side rendered pages. When CSR is detected, the SEO score is reduced by up to 70 points to reflect the real-world impact on search visibility — search engines often fail to index JS-rendered content reliably. See our complete guide to SEO issues with client-side rendering for the underlying problem and fixes.
Accessibility is evaluated against WCAG (Web Content Accessibility Guidelines):
Best Practices covers modern web standards and reliability:
Security audits check whether your site sends the browser-level headers and policies that protect users from common web attacks:
Meta tags control how your page appears in search, social shares, and browser tabs. Deep Scan evaluates:
The scan also validates Open Graph (og:title, og:description, og:image, og:type, og:locale) and Twitter Card tags (twitter:card, twitter:title, twitter:description, twitter:image, twitter:site, twitter:creator). For a deeper dive, see our complete guide to meta tags.
Schema markup helps search engines understand the meaning of your content and unlocks rich results — star ratings, FAQ dropdowns, product prices, event dates. Deep Scan validates schema against standards and checks rich-result eligibility per type. For implementation details, see our complete guide to structured data with schema.
Schema Markup is treated as optional and is excluded from the total score. Not every page needs structured data, but for pages where it's relevant (products, articles, local business, events), it is a meaningful differentiator in search.
Deep Scan reports a per-category score and an aggregate total (excluding Schema Markup). Scores fall into three bands:
A 100 across every category is rarely achievable or necessary. Some trade-offs are intentional — a complex web app may sacrifice some performance for functionality. Focus on what each finding means for your goals rather than the headline number.
Results are organized into expandable category sections. Each finding has a severity, a description, the affected elements, and a remediation step.
Deep Scan captures a final screenshot of the loaded page, plus a thumbnail timeline showing the visual loading progression — useful for understanding perceived performance.
When enabled, Greadme's AI analyzes the full scan output and generates a prioritized, plain-language summary covering:
The AI summary feature has usage limits that vary by plan. Free users get a limited number of lifetime AI summaries; paid plans include monthly quotas. The remaining count is shown before each scan so you can choose when it's most valuable to use.
Deep Scan lets you choose desktop or mobile, and the choice changes results meaningfully.
Mobile analysis simulates a mid-tier mobile device on a 4G connection. Performance metrics like FCP and LCP will often be significantly slower than desktop. Because Google uses mobile-first indexing, your mobile score is generally more important for SEO than your desktop score.
For pages you're actively optimizing, run both. Bottlenecks that are invisible on desktop (large images, heavy JS bundles) often become critical on mobile.
Greadme offers two scanning approaches. For a full breakdown of the multi-page option, see our complete guide to Crawl Scan.
| Feature | Deep Scan | Crawl Scan |
|---|---|---|
| Scope | Single URL, comprehensive | Entire website, multiple pages |
| Depth of Analysis | 190+ parameters per page | Key SEO and content checks per page |
| Performance Metrics | Full Core Web Vitals | Not included |
| Schema Validation | Full validation with eligibility | Not included |
| Best Use Case | Optimizing a specific page | Auditing an entire site for issues |
| AI Summary | Available | Not available |
The ideal workflow: run a Crawl Scan to find which pages have issues across the whole site, then run Deep Scans on the pages that matter most — homepage, key landing pages, product pages, and anything Crawl Scan flagged.
How common: Found on roughly 70% of scanned pages
The impact: Images are typically the largest assets on a page. Serving them without proper compression, in outdated formats (JPEG/PNG instead of WebP/AVIF), or without responsive sizing can add seconds to load time.
The fix: Convert to modern formats, implement responsive srcsets, and lazy-load below-the-fold images.
How common: Found on roughly 40% of scanned pages
The impact: Without a meta description, search engines auto-generate snippets, which are rarely as compelling — leading to lower CTR.
The fix: Write unique 120–160 character descriptions for every important page.
How common: Found on roughly 60% of scanned pages
The impact: CSS and JS that block initial render delay first paint, hurting FCP and LCP.
The fix: Inline critical CSS, defer non-essential JS, async-load third-party scripts.
How common: Found on roughly 50% of scanned pages
The impact: Screen reader users lose the meaning of images; search engines also use alt text to understand image content.
The fix: Add descriptive alt text to every meaningful image. Use empty alt (alt="") for decorative images.
How common: Found on roughly 65% of scanned pages
The impact: Pages miss rich-result opportunities — star ratings, FAQ dropdowns, product info.
The fix: Implement JSON-LD schema relevant to the page type (Article, Product, FAQ, LocalBusiness, etc.).
Some sites use firewalls, bot protection, or WAF systems that may block analysis requests. When this happens, Deep Scan detects the block and provides:
If you control the site, allowlisting Greadme's bot is a one-time fix that enables complete analysis on every future scan.
Deep Scan uses Lighthouse data (via the Google PageSpeed Insights API) for performance measurement, then layers on Greadme-specific checks: full schema validation with rich-result eligibility, an explicit meta-tags audit including Open Graph and Twitter Cards, the heavy-CSR SEO penalty, severity-grouped findings, and an optional AI summary that prioritizes fixes.
Mobile analysis simulates a mid-tier device on a 4G connection, so FCP, LCP, TBT, and TTI typically come in higher than on desktop. Because Google uses mobile-first indexing, the mobile score is usually the one that matters more for SEO.
Schema is optional — not every page needs structured data. Penalizing a page that doesn't need it would be misleading. Schema is still scored and shown as its own category so you can see eligibility for rich results where it applies.
Most scans complete within one to a few minutes. The route has a 5-minute upper bound to accommodate slow pages, heavy JavaScript, and the AI summary step. Long-running progress is reported live while the scan runs.
The most common cause is the heavy-CSR detector: if the page now relies on client-side rendering for primary content, Deep Scan applies up to a 70-point SEO penalty. Other frequent causes are a new noindex directive, a broken canonical, or removed meta tags.
It reads the full scan output and produces a prioritized, plain-language plan: which findings matter most, why, and a suggested order to fix them. It's most useful on pages with many findings where the next step isn't obvious. Usage is plan-limited.
No — Deep Scan analyzes publicly accessible URLs. If your page is behind a login or a WAF that blocks bots, Greadme will detect the block and surface the user-agent string you can allowlist for future scans.
Re-scan after every meaningful change (new build, content update, performance work, schema changes). For pages you're actively optimizing, weekly or bi-weekly scans are reasonable. Stable pages can be re-scanned monthly to catch regressions.
Deep Scan turns a single URL into a comprehensive, severity-ranked audit across performance, SEO, accessibility, best practices, meta tags, and schema markup — including the heavy-CSR penalty, full Core Web Vitals, and an optional AI-prioritized fix list. Use it on the pages that matter most, fix the highest-severity findings first, and re-scan to verify.