This page describes the polite crawler bot operated by
Atmire. If you found us in your server logs or
robots.txt hits — this is who we are and what we do.
atmire-dspace-site-checker is the back-end of the DSpace Analyzer: a free tool that runs SEO and Google Scholar indexability checks on DSpace repositories. The tool was originally demoed at Open Repositories 2014 and has been used by DSpace administrators worldwide to diagnose indexing problems on their own installations.
For each repository we analyse, the bot fetches a small, well-defined set of URLs:
HEAD + GET to reach the homepage)./robots.txt — to check whether the repository is bot-friendly for Google Scholar./browse?type=title or /browse/title)./server/api and
/server/api/discover/search/objects — to read version + item count without
scraping HTML.
All requests respect robots.txt rules for the
atmire-dspace-site-checker token. The HTTP request body is never written to —
every request is a read.
Two distinct trigger paths:
We don't crawl your site unless someone explicitly added it via the form or your site was previously added by a user. We don't follow links beyond the URLs listed above.
Both the HTTP User-Agent header and our robots.txt product token
use:
User-Agent: atmire-dspace-site-checker/1.0 (+https://analyzer.atmire.com/checker.html)
The bare token (used by RFC 9309 robots.txt parsers) is just
atmire-dspace-site-checker.
If you don't want us to crawl your repository, add either of the following to your
robots.txt:
User-agent: atmire-dspace-site-checker Disallow: /
We honour these directives on our next visit. If you want us to remove your repository entirely from our database, drop a note to bram@atmire.com with the URL.
The DSpace Site Checker is internally maintained at Atmire. There is no public source code repository at the moment. If you're interested in the analysis methodology or want to contribute, get in touch.
Last updated: 2026. Operated by atmire.com.