{{ __('200') }} |
{{ __('OK') }} |
{{ __('The URL was successfully submitted to the IndexNow API.') }} |
{{ __('202') }} |
{{ __('Accepted') }} |
{{ __('The URL was successfully submitted to the IndexNow API, but the API key validation is pending.') }} |
{{ __('400') }} |
{{ __('Bad Request') }} |
{{ __('The request was invalid.') }} |
{{ __('403') }} |
{{ __('Forbidden') }} |
{{ __('The key was invalid (e.g. key not found, file found but key not in the file).') }} |
{{ __('422') }} |
{{ __('Unprocessable Entity') }} |
{{ __('The URLs don\'t belong to the host or the key is not matching the schema in the protocol.') }} |
{{ __('429') }} |
{{ __('Too Many Requests') }} |
{{ __('Too Many Requests (potential Spam).') }} |