{"slug":"adworksbid-seo","name":"CitedSEO","description":"Complete SEO plugin built for AI-era search. On-page analysis, schema, XML sitemaps, rank tracker, local SEO, AI search visibility, GSC & GA4 inte &hellip;","author":"AdWorks Bid","active_installs":0,"version":"1.3.8","wp_org_url":"https://wordpress.org/plugins/adworksbid-seo/","is_closed":false,"cleanup":{"has_uninstall_hook":true,"drops_tables_on_uninstall":true,"deletes_options_on_uninstall":false},"tables":[{"table_name":"awb_broken_links","full_table_name":"wp_awb_broken_links","description":"Stores awb broken links data created by this plugin.","detection_method":"static","confidence":"medium","columns":[{"name":"id","type":"BIGINT UNSIGNED","nullable":false,"primary_key":true},{"name":"post_id","type":"BIGINT UNSIGNED","nullable":false,"primary_key":false},{"name":"url","type":"VARCHAR(2048)","nullable":false,"primary_key":false},{"name":"status_code","type":"SMALLINT","nullable":false,"primary_key":false},{"name":"last_checked","type":"DATETIME","nullable":false,"primary_key":false}],"create_sql":"CREATE TABLE IF NOT EXISTS wp_awb_broken_links ( id BIGINT UNSIGNED NOT NULL AUTO_INCREMENT, post_id BIGINT UNSIGNED NOT NULL, url VARCHAR(2048) NOT NULL, status_code SMALLINT NOT NULL DEFAULT 0, last_checked DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (id), KEY post_id (post_id) ) {$charset};\" );"},{"table_name":"awb_redirects","full_table_name":"wp_awb_redirects","description":"Stores awb redirects data created by this plugin.","detection_method":"static","confidence":"medium","columns":[{"name":"id","type":"BIGINT UNSIGNED","nullable":false,"primary_key":true},{"name":"source","type":"VARCHAR(512)","nullable":false,"primary_key":false},{"name":"target","type":"VARCHAR(512)","nullable":false,"primary_key":false},{"name":"type","type":"SMALLINT","nullable":false,"primary_key":false},{"name":"hits","type":"BIGINT UNSIGNED","nullable":false,"primary_key":false},{"name":"created_at","type":"DATETIME","nullable":false,"primary_key":false}],"create_sql":"CREATE TABLE IF NOT EXISTS wp_awb_redirects ( id BIGINT UNSIGNED NOT NULL AUTO_INCREMENT, source VARCHAR(512) NOT NULL, target VARCHAR(512) NOT NULL, type SMALLINT NOT NULL DEFAULT 301, hits BIGINT UNSIGNED NOT NULL DEFAULT 0, created_at DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (id), UNIQUE KEY source (source(255)) ) {$charset};\" );"}],"table_count":2}