{"slug":"semantic-linkboss","name":"LinkBoss – Semantic AI Internal Linking","description":"Boost SEO with AI-powered semantic internal linking. Build Silos, bulk interlink, fix orphan pages, and track rankings.","author":"ZVENTURES","active_installs":2000,"version":"2.8.3","wp_org_url":"https://wordpress.org/plugins/semantic-linkboss/","is_closed":false,"cleanup":{"has_uninstall_hook":false,"drops_tables_on_uninstall":false,"deletes_options_on_uninstall":false},"tables":[{"table_name":"linkboss_sync_batch","full_table_name":"wp_linkboss_sync_batch","description":"Stores linkboss sync batch data created by this plugin.","detection_method":"static","confidence":"high","columns":[{"name":"id","type":"INT(11)","nullable":false,"primary_key":true},{"name":"post_id","type":"BIGINT(20) UNSIGNED","nullable":false,"primary_key":false},{"name":"content_size","type":"INT(11)","nullable":true,"primary_key":false},{"name":"post_type","type":"VARCHAR(50)","nullable":true,"primary_key":false},{"name":"post_status","type":"VARCHAR(50)","nullable":true,"primary_key":false},{"name":"sent_status","type":"VARCHAR(20)","nullable":true,"primary_key":false},{"name":"page_builder","type":"VARCHAR(255)","nullable":true,"primary_key":false},{"name":"Gutenberg","type":"etc","nullable":true,"primary_key":false},{"name":"others_data","type":"LONGTEXT","nullable":true,"primary_key":false},{"name":"created_at","type":"TIMESTAMP","nullable":false,"primary_key":false},{"name":"sync_at","type":"TIMESTAMP","nullable":true,"primary_key":false}],"create_sql":"CREATE TABLE IF NOT EXISTS wp_linkboss_sync_batch ( `id` INT(11) NOT NULL AUTO_INCREMENT PRIMARY KEY, `post_id` BIGINT(20) UNSIGNED NOT NULL UNIQUE, `content_size` INT(11) NULL DEFAULT NULL, `post_type` VARCHAR(50) DEFAULT 'post' COMMENT 'post, page, attachment', `post_status` VARCHAR(50) DEFAULT 'publish' COMMENT 'publish, draft, trash', `sent_status` VARCHAR(20) NULL DEFAULT NULL COMMENT 'bool(1=Sent, NULL=Not Sent)', `page_builder` VARCHAR(255) DEFAULT NULL COMMENT 'Elementor, Gutenberg etc', `others_data` LONGTEXT DEFAULT NULL COMMENT 'Other Data', `created_at` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT 'Data DB Created Server Time', `sync_at` TIMESTAMP NULL COMMENT 'Last Activity of APPS', INDEX idx_post_id (post_id) ) $charset_collate\"; /** * status column type change to VARCHAR(1) from TINYINT(1) and also change the name to sent_status * * @since 2.2.0 */ $table_schema = esc_sql( DB_NAME );"}],"table_count":1}