{% extends "base.html" %}
{% block content %}
IndieWeb Search provides open crawl logs for webmasters.
These crawl logs assist webmasters in understanding how their site is crawled
and indexed by the IndieWeb search engine.
Using the information provided by search logs, you can potentially improve
how your site is indexed. Crawl logs include information on pages crawled,
what happened to a page when it was crawled (was it skipped due to a noindex flag,
did the page contain a canonical pointing to another page, etc.), and when
pages are indexed.
IndieWeb Search crawls and indexes at different times. Thus, it may take a while
before a page that has been crawled shows up in the search index.
To view crawl logs for your site, use the following endpoint:
IndieWeb Search Logs
https://indieweb-search.jamesg.blog/logs?domain=yourdomain.com
IndieWeb Search retains logs for five days. If you want to analyse crawl patterns over time, consider retrieving logs from IndieWeb Search on a regular basis and storing the contents yourself.
Optionally, you can specify a ?format= query string parameter.
This parameter lets you specify the format of the logs you receive.
You can specify any of the following values:
json - Returns logs in a JSON object.csv - Returns logs in CSV format.text - Returns logs in a text format (default).The text version of the logs page is marked up as a h-feed. This means the page can be parsed using a microformats parser.
{% endblock content %}