Skip to content

How to Fix 429 Error with IndexNow API #57

@molokoloco

Description

@molokoloco

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/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions