{% if executive_summary %} Analyzed {{ executive_summary.overview.total_pages_analyzed }} pages with an overall health status of {{ executive_summary.overview.overall_health }}. {% else %} Comprehensive SEO analysis report for {{ url }}. {% endif %}
{{ rec.description }}
Impact: {{ rec.impact }}
Affected Pages: {{ rec.affected_pages }}
{% if rec.implementation %}{{ loop.index }}. {{ rec }}
| URL | Load Time |
|---|---|
| {{ page.url|truncate(80) }} | {{ page.time|round(2) }}s |
| URL | Score | Status | Load Time | Issues |
|---|---|---|---|---|
| {{ page.url|truncate(60) }} | {{ page.score|round|int }} | {{ page.status_code }} | {{ page.load_time|round(2) }}s | {{ page.issue_count }} |
Note: Showing top {{ pages_summary|length }} pages. {{ pages_truncated_count }} additional pages analyzed but not shown.
{% endif %} {% endif %}