{% extends "base.html" %} {% block content %}

James' Index Log - Test Queries

About the crawl

{{ index_stats["total_pages_indexed"] }} pages and {{ index_stats["total_images_indexed"] }} images have been indexed in total.

{{ index_stats["pages_indexed_in_last_crawl"] }} pages and {{ index_stats["images_indexed_in_last_crawl"] }} images were indexed in the last crawl.

{{ index_stats["errors_found"] }} issues were found in the last crawl.

jamesg.blog was last crawled at {{ index_stats["last_index_end"] }}. The last crawl lasted {{ index_stats["crawl_duration"] }}.

Sitemaps crawled

{% if sitemaps | length > 0 %}

Here are the sitemaps that have been crawled in the latest crawl:

{% else %}

No sitemaps have been crawled yet.

{% endif %}
{% endblock %}