- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for ComplexBot (1.15 sec)
-
fess-crawler/src/test/java/org/codelibs/fess/crawler/helper/RobotsTxtHelperTest.java
// Test ComplexBot - complex patterns // Disallow: / but Allow: /$ (only root), Allow: /index.html$, Allow: /public/ assertFalse(robotsTxt.allows("/about", "ComplexBot")); assertTrue(robotsTxt.allows("/", "ComplexBot")); // Allow: /$ assertTrue(robotsTxt.allows("/index.html", "ComplexBot")); // Allow: /index.html$Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Mon Nov 24 03:59:47 UTC 2025 - 20.6K bytes - Viewed (0) -
fess-crawler/src/test/resources/org/codelibs/fess/crawler/helper/robots_wildcard.txt
Disallow: /admin/*.php Disallow: /*/private/ Allow: /public/*.html # Test end-of-path ($) patterns User-agent: EndPathBot Disallow: /fish$ Disallow: /temp$ Allow: /fishing # Test complex patterns User-agent: ComplexBot Disallow: / Allow: /$ Allow: /index.html$ Allow: /public/ # Test priority rules (longer match wins) User-agent: PriorityBot Disallow: /store Allow: /store/public Disallow: /store/public/sale
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Nov 13 14:03:41 UTC 2025 - 910 bytes - Viewed (0)