2025年5月26日58 238 // Check robots.txt 59 239 router.get('/robots-check', async (req, res) => { 60 240 try { @@ -74,4 +254,100 @@ router.get('/robots-check', async (req, res) => { 74 254 } 75 255 }); 76 256 257 + // Enhanced search endpoint 258 + router.post('/search'...