{%if result['fatal_error']%}

There was a fatal error when trying to format the output file as a webpage. Confirm that there is an output.json file in the directory. If not, you can reference the python-seo-analyzer documentation

{% else %}

total time: {{result['total_time']|round(2)}} seconds

go to:

{% if result['errors']%}

errors:

{% endif %} {% if result['pages'] %}

page analysis:

{% for page in result['pages']%} {% set outer_loop = loop %} {% for key in page.keys() %} {% endfor %} {% endfor %}
page facebook shares facebook clicks facebook likes facebook comments stumbleupon stumbles number of notices
keyboard_arrow_down {{key}} {{page[key][0]['facebook']['shares']}} {{page[key][0]['facebook']['clicks']}} {{page[key][0]['facebook']['likes']}} {{page[key][0]['facebook']['comments']}} {{page[key][0]['stumbleupon']['stumbles']}} {{page[key][1]|length}}
    {% for err in page[key][1] %}
  • {{err|e}}
  • {% endfor %}
{% endif %} {% if result['keywords'] %}

keyword analysis:

{% for key in result['keywords']%} {% endfor %}
keywords count
{{ key['word'] }} {{ key['count'] }}
{% endif %} {% endif %}