How do I unblock a crawler in robots.txt?
Find the rule the row quotes and change it. To open one path for every crawler, add an Allow: line for that path under User-agent: *; a longer matching pattern wins over a shorter one. To open one crawler, give it its own group, because a crawler with a group of its own ignores the * group entirely. Paste the draft into the simulator under the result before you deploy: it runs the same matcher in your browser against the same agents and shows what changes.
The simulator starts with the checked page's final path. You can replace it with another path and optional query, up to 2,048 characters, to test the draft rules locally. A different path has no published-file comparison and no fresh HTML or response-header check. Unknown published decisions are never counted as newly allowed or blocked. Editing either the path or rules clears the old simulation until you run it again.
Google refreshes its copy of robots.txt about once a day, so a change can take that long to reach the crawler. This check reads the file the site serves now, so run it again after the deploy to confirm the live rules.
Does allowed mean my page will be indexed?
No. Allowed means the published rules do not stop the crawler at that path. It does not prove the crawler gets through a firewall, a CDN rule, a bot challenge, or a login, and it does not promise indexing, ranking, a citation in an AI answer, or use in model training. The check reads one page and the redirects to it; other paths on the site can carry other rules.