Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for BingBot (0.55 sec)

  1. fess-crawler/src/test/java/org/codelibs/fess/crawler/entity/RobotsTxtTest.java

            // Test BingBot
            assertFalse(robotsTxt.allows("/api/endpoint", "BingBot"));
            assertTrue(robotsTxt.allows("/admin/", "BingBot")); // BingBot directive is more specific than * directive
            assertTrue(robotsTxt.allows("/public/", "BingBot"));
            assertEquals(2, robotsTxt.getCrawlDelay("BingBot"));
    
            // Test unknown bot (should match * directive)
    Registered: Sat Dec 20 11:21:39 UTC 2025
    - Last Modified: Thu Nov 13 13:29:22 UTC 2025
    - 14.4K bytes
    - Viewed (0)
Back to top