Question
How to test a robots.txt rule
When your crawl policy looks correct but behavior is unexpected, test one user-agent and one path instead of scanning the whole file manually.
Fast method
- Copy the live
robots.txtfrom your canonical domain. - Enter a user-agent token, such as
OAI-SearchBotorGPTBot. - Test the exact path you care about, like
/pricingor/private/guide. - Check which rule wins (longest matching rule should decide).