{# templates/googlebot_stats/googlebot_stats.html #} {% extends "template_base.html" %} {% block content %}

Googlebot Queries received by the Production Server

Query Dates

Google's Crawlbot crawls most sites at a frequency ranging from every few days to as long as once a month.

Queries recorded in the database (prior 6 months)

{% for item in request_list %} {% if "xml" in item.request_url_type %} {% else %} {% endif %} {% endfor %}
Date Type Google Remote IP Reverse DNS
{{ item.date_requested }} {{ item.request_url_type }} {{ item.is_from_google }} {{ item.remote_address }} {{ item.remote_dns }}

Run a test Query

{% endblock %}