Question
How to check PerplexityBot visits
Use logs first, then adjust policy. Avoid changing robots on every low-volume hour.
Basic commands
grep -i "PerplexityBot" /var/log/nginx/access.log | tail -n 50
grep -i "PerplexityBot" /var/log/nginx/access.log | awk '{print $7}' | sort | uniq -c | sort -nr | head
What good signals look like
- Repeated requests to
/robots.txtand core guides. - Main pages returning
200instead of403/404. - Consistent crawl pattern across several days, not one burst.