{%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 %} {% if 'facebook' in page %} {% else %} {% endif %} {% if 'stumbleupon' in page %} {%else%} {% endif %} {% if page["warnings"]|length > 1 %} {% endif %} {% endfor %}
page facebook shares facebook clicks facebook likes facebook comments stumbleupon stumbles number of notices
keyboard_arrow_down {{page['url']}}{{page['facebook']['shares']}} {{page['facebook']['clicks']}} {{page['facebook']['likes']}} {{page['facebook']['comments']}}N/A N/A N/A N/A{{page['stumbleupon']['stumbles']}}N/A{{page["warnings"]|length}}
    {% for err in page["warnings"] %}
  • {{err|e}}
  • {% endfor %}
{% endif %} {% if result['keywords'] %}

keyword analysis:

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