IndexNow Plugin
IndexNow Plugin for WordPress enables site owners to instantly and automatically submit their new/updated pages to supporting search engines.
3 database tables
| Table Name | Description | Method |
|---|---|---|
| wp_indexnow_failed_submissions | Stores form submissions and user-entered data. | Static |
| wp_indexnow_passed_submissions | Stores form submissions and user-entered data. | Static |
| wp_indexnow_retry_queue | A job queue table for managing background tasks and scheduled operations. | Static |
Core Table Usage
This plugin stores data in WordPress core tables rather than creating its own. These records may become orphaned if the plugin is uninstalled without a proper cleanup routine.
wp_optionsOption key:
blog_publicOption key:indexnow-admin_api_keyOption key:indexnow-auto_submission_enabledOption key:indexnow-excluded_pathsOption key:indexnow-failed_countOption key:indexnow-is_valid_api_keyOption key:indexnow-passed_count