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
page | facebook shares | facebook clicks | facebook likes | facebook comments | stumbleupon stumbles | number of notices | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
keyboard_arrow_down | {{page['url']}} | {% if 'facebook' in page %}{{page['facebook']['shares']}} | {{page['facebook']['clicks']}} | {{page['facebook']['likes']}} | {{page['facebook']['comments']}} | {% else %}N/A | N/A | N/A | N/A | {% endif %} {% if 'stumbleupon' in page %}{{page['stumbleupon']['stumbles']}} | {%else%}N/A | {% endif %}{{page["warnings"]|length}} |
|
{% endif %}
keywords | count |
---|---|
{{ key['word'] }} | {{ key['count'] }} |