Line 298: ``` if ( 429 === $response['response']['code'] ) { return 'error:UnknownError'; } ``` should be ``` if ( 429 === $response['response']['code'] ) { return 'error:TooManyRequests'; } ``` [https://rankmath.com/kb/how-to-fix-429-error-with-indexnow-api/](https://rankmath.com/kb/how-to-fix-429-error-with-indexnow-api/)