Routing
seo:robots
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/robots.txt
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | attachment:upload | /attachment/upload | Path does not match |
| 2 | attachment:sort | /attachment/sort | Path does not match |
| 3 | attachment:remove | /attachment/remove | Path does not match |
| 4 | admin:index | /admin | Path does not match |
| 5 | auth:login | /auth/login | Path does not match |
| 6 | auth:logout | /auth/logout | Path does not match |
| 7 | admin:sort | /admin/sort | Path does not match |
| 8 | tg:webhook | /telegram/webhook | Path does not match |
| 9 | callback:test | /callback/test | Path does not match |
| 10 | request:recall | /request/recall | Path does not match |
| 11 | request:recall_modal | /request/recall-modal | Path does not match |
| 12 | request:review_modal | /request/review-modal | Path does not match |
| 13 | main:contacts | /contacts | Path does not match |
| 14 | main:index | / | Path does not match |
| 15 | main:test | /test | Path does not match |
| 16 | main:uikit | /uikit | Path does not match |
| 17 | seo:robots | /robots.txt | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.