SEO Analysis Workflow
SEO Analysis Workflow
Section titled “SEO Analysis Workflow”This workflow is for teams that want quick, evidence-based SEO checks from real rendered pages.
What You Can Validate with Gasoline
Section titled “What You Can Validate with Gasoline”- Page titles and descriptions from rendered DOM
- Heading structure consistency (
h1,h2,h3) - Broken links and redirect chains
- Third-party script weight that hurts search performance
- Core loading behavior that affects crawlability and user experience
Practical Runbook
Section titled “Practical Runbook”- Start from a target page and 1-2 competitor pages.
- Use
interact({what:'navigate'})to open each page. - Use
analyze({what:'dom'})to inspect key elements and metadata. - Use
analyze({what:'link_health'})to detect broken links and status issues. - Use
observe({what:'network_waterfall'})for heavy resources and bottlenecks. - Record differences in a shared issue and prioritize by impact.
Why This Works
Section titled “Why This Works”Gasoline checks the page after scripts, styles, and client rendering have loaded. That gives you a more realistic view than static HTML alone.
Next Steps
Section titled “Next Steps”- For deeper API behavior checks, continue with /guides/api-validation/.
- For performance bottlenecks, continue with /guides/performance/.