Enhanced SEO Analysis Report

{{ analysis_data.config.url }}
Generated on {{ generated_at }}
{% if executive_summary %}

Executive Summary

{{ executive_summary.current_score }} → {{ executive_summary.projected_score }}
SEO Score
{{ executive_summary.total_issues }}
Issues Found
{{ executive_summary.critical_issues }}
Critical Issues
{{ executive_summary.estimated_time }}h
Est. Time to Fix

Main Concerns

    {% for concern in executive_summary.main_concerns %}
  • {{ concern }}
  • {% endfor %}
{% endif %} {% if action_plan %}

Action Plan {{ action_plan.quick_wins|length + action_plan.major_projects|length }} items

{% if action_plan.quick_wins %}

🚀 Quick Wins (High Impact, Low Effort)

{% for issue in action_plan.quick_wins %}
{{ issue.message|default(issue.type) }}
{{ issue.severity }} {% if issue.confidence %} {{ issue.confidence.level }} confidence {% endif %} {% if issue.implementation_difficulty %} {{ issue.implementation_difficulty }} {% endif %}
{% if issue.user_impact %}

User Impact

{{ issue.user_impact }}

{% endif %} {% if issue.recommendation or issue.contextual_recommendation %}

Recommendation

{{ issue.contextual_recommendation|default(issue.recommendation) }}

{% endif %} {% if issue.example %}

Example

{{ issue.example }}
{% endif %}
{% endfor %}
{% endif %} {% if action_plan.major_projects %}

🔨 Major Projects (High Impact, High Effort)

{% for issue in action_plan.major_projects %}
{{ issue.message|default(issue.type) }}
{{ issue.severity }} {% if issue.confidence %} {{ issue.confidence.level }} confidence {% endif %} {% if issue.implementation_difficulty %} {{ issue.implementation_difficulty }} {% endif %}
{% if issue.user_impact %}

User Impact

{{ issue.user_impact }}

{% endif %} {% if issue.recommendation or issue.contextual_recommendation %}

Recommendation

{{ issue.contextual_recommendation|default(issue.recommendation) }}

{% endif %}
{% endfor %}
{% endif %}
{% endif %} {% if implementation_timeline %}

📅 Implementation Timeline

{% for phase, details in implementation_timeline.items() %}
{{ details.timeframe }}
{{ details.focus }}

Estimated Time: {{ details.estimated_hours }} hours

Expected Impact: {{ details.expected_impact }}

{% if details.tasks %}

Tasks: {{ details.tasks|length }} items

{% endif %}
{% endfor %}
{% endif %} {% if expected_results %}

📈 Expected Results

{% if expected_results.seo_score_improvement %}

SEO Score Improvement

+{{ expected_results.seo_score_improvement.estimated_points }} points

{{ expected_results.seo_score_improvement.timeframe }}

{% endif %} {% if expected_results.traffic_potential %}

Traffic Potential

{{ expected_results.traffic_potential.range }}

{{ expected_results.traffic_potential.confidence }} confidence

{% endif %} {% if expected_results.technical_health %}

Technical Health

{{ expected_results.technical_health.expected_health }}

{{ expected_results.technical_health.fixes_planned }} fixes planned

{% endif %}
{% if expected_results.user_experience_gains %}

User Experience Improvements

    {% for gain in expected_results.user_experience_gains %}
  • {{ gain }}
  • {% endfor %}
{% endif %}
{% endif %} {% if resources_needed %}

🛠️ Resources Needed

{% endif %}