JMSearchBot
JMSearchBot is the web crawler for JM Search — the search engine on JM Tech Power. It crawls a bounded slice of the open web so people can find pages here.
Identifying it
It sends this User-Agent:
JMSearchBot/1.0 (+https://www.jmtechpower.com/bot)
It's a good citizen
- Obeys
robots.txtand<meta name="robots">(noindex / nofollow). - Crawls politely — one request per host at a time, with delays.
- Only fetches HTML (skips images, video, archives, etc.) and caps page size.
- Respects per-site limits and never hammers a server.
Block it
To keep JMSearchBot off your site, add this to your robots.txt:
User-agent: JMSearchBot Disallow: /
Remove a page
Add <meta name="robots" content="noindex">, block it in robots.txt,
or email jmtechpower.com@gmail.com and we'll drop it.