Deep Scan in Greadme: 190+ Parameter Website Audit
What Is Deep Scan?
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.
Key Facts (TL;DR)
- 190+ parameters across 7 categories (Performance, SEO, Accessibility, Best Practices, Security, Meta Tags, Schema Markup)
- Performance metrics include Core Web Vitals: FCP, LCP, TBT, CLS, Speed Index, TTI
- Heavy-CSR detector applies up to a 70-point SEO score penalty
- Score bands: 90–100 Good, 50–89 Needs Improvement, 0–49 Poor
- Optional AI-powered summary prioritizes fixes (plan-based usage limit)
- Desktop or mobile analysis (mobile uses 4G + mid-tier device simulation)
The Six Categories Deep Scan Audits
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 |
1. Performance
Performance measures how quickly the page renders and becomes usable. Deep Scan reports the full Core Web Vitals set:
- First Contentful Paint (FCP): when the first piece of content appears
- Largest Contentful Paint (LCP): when the largest visible element finishes rendering
- Total Blocking Time (TBT): how long the main thread is blocked by long tasks
- Cumulative Layout Shift (CLS): how much the layout shifts unexpectedly
- Speed Index: how quickly content is visibly populated
- Time to Interactive (TTI): when the page becomes fully interactive
Beyond headline metrics, the scan flags render-blocking resources, unminified JS/CSS, unused code, unoptimized images, and missing text compression.
2. SEO
The SEO category checks the technical fundamentals that determine whether search engines can crawl, understand, and index your page.
- Title tag presence, length, and relevance
- Meta description quality
- Heading hierarchy (H1–H6)
- Crawlability and indexability signals
- Canonical and hreflang configuration
- Mobile-friendliness and responsive design
- HTTP status codes and redirect chains
Client-Side Rendering Penalty
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.
3. Accessibility
Accessibility is evaluated against WCAG (Web Content Accessibility Guidelines):
- Image alt text presence and quality
- Color contrast between text and background
- Keyboard navigability and focus management
- ARIA attribute correctness
- Form label associations
- Heading hierarchy and document structure
- Link text descriptiveness
4. Best Practices
Best Practices covers modern web standards and reliability:
- HTTPS usage
- Avoidance of deprecated APIs
- Correct HTTP/2 implementation
- Console error detection
- Valid HTML doctype
- Modern font formats (WOFF2)
- Proper charset (UTF-8)
- Third-party cookie avoidance
5. Security
Security audits check whether your site sends the browser-level headers and policies that protect users from common web attacks:
- HSTS: forces HTTPS connections and prevents SSL stripping attacks
- Content Security Policy (CSP): blocks cross-site scripting (XSS) at the browser level
- Clickjacking protection: prevents your pages from being embedded in malicious iframes
- Cross-origin isolation: protects against Spectre-style memory attacks
- Trusted Types: prevents DOM-based XSS by locking down dangerous DOM sinks
6. Meta Tags
Meta tags control how your page appears in search, social shares, and browser tabs. Deep Scan evaluates:
- Title tag: present, well-formed, within recommended length
- Meta description: present and descriptive
- Canonical tag: configured to avoid duplication
- Viewport tag: configured for mobile rendering
- Robots tag: indexing directives correct
- Charset tag: encoding declared
- Author, publisher, and creator tags: attribution in place
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.
7. Schema Markup
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 and Your Total Score
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.
The Scoring System
Deep Scan reports a per-category score and an aggregate total (excluding Schema Markup). Scores fall into three bands:
Score Bands
- 90–100 (Good): minimal issues
- 50–89 (Needs Improvement): meaningful opportunities to improve
- 0–49 (Poor): significant issues to address as a priority
Don't Chase Perfect Scores
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.
Reading Your Audit Results
Results are organized into expandable category sections. Each finding has a severity, a description, the affected elements, and a remediation step.
Severity Levels
- Errors: critical issues with significant impact on UX, accessibility, or search visibility — fix first.
- Warnings: noticeable impact, less urgent than errors — address after errors.
- Informational: best-practice suggestions that aren't causing direct problems.
What Each Finding Includes
- Title and description: what was checked and what the result means
- Affected elements: specific CSS selectors, HTML snippets, or URLs
- Impact assessment: how the issue affects your score and UX
- Remediation guidance: concrete steps to fix, often linking to deeper articles
Screenshot and Timeline
Deep Scan captures a final screenshot of the loaded page, plus a thumbnail timeline showing the visual loading progression — useful for understanding perceived performance.
AI-Powered Summary
When enabled, Greadme's AI analyzes the full scan output and generates a prioritized, plain-language summary covering:
- The most critical issues affecting the page
- A suggested order for tackling fixes based on impact
- Context about why some issues matter more than others
- Practical recommendations tailored to the specific results
AI Summary Availability
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.
Desktop vs. Mobile Analysis
Deep Scan lets you choose desktop or mobile, and the choice changes results meaningfully.
Why Mobile Scores Often Differ
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.
Exporting and Sharing Results
- Export to Excel: download a comprehensive spreadsheet of findings — useful for dev backlogs.
- Generate shareable links: public links to scan results, viewable without a Greadme account.
Deep Scan vs. Crawl Scan: When to Use Which
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.
Common Issues Deep Scan Uncovers
Unoptimized Images
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.
Missing or Poor Meta Descriptions
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.
Render-Blocking Resources
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.
Accessibility: Missing Alt Text
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.
Missing Schema Markup
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.).
What Happens When a Scan Is Blocked
Some sites use firewalls, bot protection, or WAF systems that may block analysis requests. When this happens, Deep Scan detects the block and provides:
- A clear explanation that bot protection was detected
- The user-agent string to allowlist so Greadme can analyze the site
- Alternative options for proceeding with the analysis
If you control the site, allowlisting Greadme's bot is a one-time fix that enables complete analysis on every future scan.
FAQ
What's the difference between Deep Scan and Lighthouse?
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.
Why is my mobile score lower than my desktop score?
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.
Why is Schema Markup excluded from the total score?
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.
How long does a Deep Scan take?
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.
Why did my SEO score drop suddenly?
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.
What does the AI summary actually do?
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.
Can I scan a page that's behind authentication?
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.
How often should I re-scan a page?
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.
Conclusion
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.
