🚀 TFQ0SEO Enhanced Analysis Report

Overall Score

â„šī¸ Weighted average of all category scores
{{ overall_score|round|int }}/100
{% for category, score in category_scores.items() %}

{{ category|title }}

{{ score|round|int }}/100
{% endfor %}

Issue Distribution

Category Scores

📋
{% if seo_data %}{{ seo_data.title|length }}{% else %}N/A{% endif %}
Title Length
📝
{% if seo_data %}{{ seo_data.description|length }}{% else %}N/A{% endif %}
Description Length
đŸˇī¸
{% if seo_data %}{{ seo_data.open_graph|length }}{% else %}0{% endif %}
OG Tags
📊
{% if seo_data %}{{ seo_data.structured_data|length }}{% else %}0{% endif %}
Structured Data
📖
{% if content_data %}{{ content_data.word_count }}{% else %}0{% endif %}
Word Count
📚
{% if content_data %}{{ content_data.flesch_reading_ease|round|int }}{% else %}N/A{% endif %}
Readability
đŸŽ¯
{% if content_data %}{{ content_data.average_grade_level|round|int }}{% else %}N/A{% endif %}
Grade Level
đŸ–ŧī¸
{% if content_data %}{{ content_data.image_count }}{% else %}0{% endif %}
Images
{% if technical_data %}

HTTPS Status

{% if technical_data.https %}✅ Secure{% else %}❌ Not Secure{% endif %}

Mobile Friendly

{% if technical_data.has_viewport %}✅ Yes{% else %}❌ No{% endif %}

Compression

{{ technical_data.compression|default('Not detected') }}

{% endif %}
{% if performance_data %}
âąī¸
{{ performance_data.load_time|round(2) }}s
Load Time
đŸ“Ļ
{{ performance_data.content_size_mb|round(2) }}MB
Page Size
🎨
{{ performance_data.lcp_estimate|round(2) }}s
LCP Estimate
👆
{{ performance_data.fid_estimate }}ms
FID Estimate
{% endif %}
{% for severity, issues_list in issues_by_severity.items() %}

{{ severity|title }} Issues ({{ issues_list|length }})

{% endfor %}
    {% for rec in recommendations %}
  1. {{ loop.index }}
    {{ rec }}
  2. {% endfor %}