maximus-technical-seo
Technical SEO
If crawlers and renderers stall, nothing else in the pack matters.
Removes the machine-level blockers: render path, crawl budget, status codes, canonical and duplicate handling, structured data validity, and Core Web Vitals.
Use it when
- Pages are indexed inconsistently or not at all.
- The site is JavaScript-heavy and content may not survive rendering.
- Core Web Vitals or structured data errors are flagged.
How it runs
- 01
Crawl and render
Compare raw HTML with rendered DOM to find content only clients can see.
- 02
Index hygiene
Canonicals, redirects, status codes, pagination, parameter handling.
- 03
Structured data
Valid JSON-LD that matches visible page content.
- 04
Performance
LCP, INP, CLS budgets tied to real templates, not lab averages.
- 05
Bot access
robots.txt, sitemaps, and AI-crawler access decisions made deliberately.
What you get
- Prioritized technical defect list with severity
- Corrected JSON-LD blocks
- Core Web Vitals budget per template
Guardrails
- Will not add schema that misrepresents the page.
- Flags AI-crawler blocking as a business decision, not a default.