{"slug":"mihdan-index-now","name":"CrawlWP SEO – Instant Search Engine Indexing & SEO Performance Monitor","description":"Improve your WordPress SEO with instant search-engine indexing, SEO insights, and indexing status tracking.","author":"properfraction","active_installs":40000,"version":"3.0.17","wp_org_url":"https://wordpress.org/plugins/mihdan-index-now/","is_closed":false,"cleanup":{"has_uninstall_hook":true,"drops_tables_on_uninstall":true,"deletes_options_on_uninstall":false},"tables":[{"table_name":"crawlwp_log","full_table_name":"wp_crawlwp_log","description":"A logging table that records activity, events, or audit history.","detection_method":"static","confidence":"high","columns":[{"name":"log_id","type":"bigint(20)","nullable":false,"primary_key":true},{"name":"created_at","type":"datetime","nullable":false,"primary_key":false},{"name":"level","type":"varchar(255)","nullable":false,"primary_key":false},{"name":"search_engine","type":"varchar(255)","nullable":false,"primary_key":false},{"name":"direction","type":"varchar(255)","nullable":false,"primary_key":false},{"name":"status_code","type":"INT(11)","nullable":false,"primary_key":false},{"name":"message","type":"text","nullable":false,"primary_key":false}],"create_sql":"CREATE TABLE wp_crawlwp_log ( log_id bigint(20) NOT NULL AUTO_INCREMENT, created_at datetime NOT NULL DEFAULT '0000-00-00 00:00:00', level varchar(255) NOT NULL DEFAULT 'debug', search_engine varchar(255) NOT NULL DEFAULT 'site', direction varchar(255) NOT NULL DEFAULT 'incoming', status_code INT(11) NOT NULL DEFAULT 0, message text NOT NULL, PRIMARY KEY (log_id) ) {$charset_collate};\"; dbDelta($sql);"},{"table_name":"index_now_log","full_table_name":"wp_index_now_log","description":"A logging table that records activity, events, or audit history.","detection_method":"static","confidence":"high","columns":[{"name":"log_id","type":"bigint(20) UNSIGNED","nullable":false,"primary_key":true},{"name":"created_at","type":"datetime","nullable":false,"primary_key":false},{"name":"level","type":"enum('emergency','alert','critical','error','warning','notice','info','debug')","nullable":false,"primary_key":false},{"name":"search_engine","type":"enum('index-now','yandex-index-now','yandex-webmaster','bing-index-now','bing-webmaster','site','google-webmaster','seznam-index-now','naver-index-now')","nullable":false,"primary_key":false},{"name":"direction","type":"enum('incoming','outgoing','internal')","nullable":false,"primary_key":false},{"name":"status_code","type":"INT(11) unsigned","nullable":false,"primary_key":false},{"name":"message","type":"text","nullable":false,"primary_key":false}],"create_sql":"CREATE TABLE wp_index_now_log ( log_id bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, created_at datetime NOT NULL DEFAULT '0000-00-00 00:00:00', level enum('emergency','alert','critical','error','warning','notice','info','debug') NOT NULL DEFAULT 'debug', search_engine enum('index-now','yandex-index-now','yandex-webmaster','bing-index-now','bing-webmaster','site','google-webmaster','seznam-index-now','naver-index-now') NOT NULL DEFAULT 'site', direction enum('incoming','outgoing','internal') NOT NULL DEFAULT 'incoming', status_code INT(11) unsigned NOT NULL, message text NOT NULL, PRIMARY KEY (log_id) ) {$charset_collate};\"; dbDelta($sql);"}],"table_count":2}