{"slug":"daext-interlinks-manager","name":"Interlinks Manager – Internal Links Optimizer","description":"Interlinks Manager is an SEO WordPress plugin that gives you the ability to monitor and optimize your internal links.","author":"DAEXT","active_installs":8000,"version":"1.18","wp_org_url":"https://wordpress.org/plugins/daext-interlinks-manager/","is_closed":false,"cleanup":{"has_uninstall_hook":true,"drops_tables_on_uninstall":false,"deletes_options_on_uninstall":false},"tables":[{"table_name":"daextinma_anchors","full_table_name":"wp_daextinma_anchors","description":"Stores daextinma anchors data created by this plugin.","detection_method":"static","confidence":"medium","columns":[{"name":"id","type":"bigint(20)","nullable":false,"primary_key":true},{"name":"url","type":"varchar(2083)","nullable":false,"primary_key":false},{"name":"anchor","type":"longtext","nullable":false,"primary_key":false},{"name":"post_id","type":"bigint(20)","nullable":false,"primary_key":false},{"name":"post_title","type":"text","nullable":false,"primary_key":false},{"name":"post_permalink","type":"text","nullable":false,"primary_key":false},{"name":"post_edit_link","type":"text","nullable":false,"primary_key":false},{"name":"juice","type":"bigint(20)","nullable":false,"primary_key":false}],"create_sql":"CREATE TABLE wp_daextinma_anchors ( id bigint(20) NOT NULL AUTO_INCREMENT PRIMARY KEY, url varchar(2083) NOT NULL DEFAULT '', anchor longtext NOT NULL DEFAULT '', post_id bigint(20) NOT NULL DEFAULT '0', post_title text NOT NULL DEFAULT '', post_permalink text NOT NULL DEFAULT '', post_edit_link text NOT NULL DEFAULT '', juice bigint(20) NOT NULL DEFAULT '0' ) $charset_collate\"; dbDelta( $sql );"},{"table_name":"daextinma_archive","full_table_name":"wp_daextinma_archive","description":"Stores daextinma archive data created by this plugin.","detection_method":"static","confidence":"medium","columns":[{"name":"id","type":"bigint(20)","nullable":false,"primary_key":true},{"name":"post_id","type":"bigint(20)","nullable":false,"primary_key":false},{"name":"post_title","type":"text","nullable":false,"primary_key":false},{"name":"post_permalink","type":"text","nullable":false,"primary_key":false},{"name":"post_edit_link","type":"text","nullable":false,"primary_key":false},{"name":"post_type","type":"varchar(20)","nullable":false,"primary_key":false},{"name":"post_date","type":"datetime","nullable":true,"primary_key":false},{"name":"manual_interlinks","type":"bigint(20)","nullable":false,"primary_key":false},{"name":"iil","type":"bigint(20)","nullable":false,"primary_key":false},{"name":"content_length","type":"bigint(20)","nullable":false,"primary_key":false},{"name":"recommended_interlinks","type":"bigint(20)","nullable":false,"primary_key":false},{"name":"optimization","type":"tinyint(1)","nullable":false,"primary_key":false}],"create_sql":"CREATE TABLE wp_daextinma_archive ( id bigint(20) NOT NULL AUTO_INCREMENT PRIMARY KEY, post_id bigint(20) NOT NULL DEFAULT '0', post_title text NOT NULL DEFAULT '', post_permalink text NOT NULL DEFAULT '', post_edit_link text NOT NULL DEFAULT '', post_type varchar(20) NOT NULL DEFAULT '', post_date datetime DEFAULT NULL, manual_interlinks bigint(20) NOT NULL DEFAULT '0', iil bigint(20) NOT NULL DEFAULT '0', content_length bigint(20) NOT NULL DEFAULT '0', recommended_interlinks bigint(20) NOT NULL DEFAULT '0', optimization tinyint(1) NOT NULL DEFAULT '0' ) $charset_collate\"; dbDelta( $sql );"},{"table_name":"daextinma_http_status","full_table_name":"wp_daextinma_http_status","description":"Stores analytics or statistics data.","detection_method":"static","confidence":"medium","columns":[{"name":"id","type":"bigint(20)","nullable":false,"primary_key":true},{"name":"post_id","type":"bigint(20)","nullable":false,"primary_key":false},{"name":"post_title","type":"text","nullable":false,"primary_key":false},{"name":"post_permalink","type":"text","nullable":false,"primary_key":false},{"name":"post_edit_link","type":"text","nullable":false,"primary_key":false},{"name":"url","type":"text","nullable":false,"primary_key":false},{"name":"anchor","type":"text","nullable":false,"primary_key":false},{"name":"last_check_date","type":"datetime","nullable":true,"primary_key":false},{"name":"last_check_date_gmt","type":"datetime","nullable":true,"primary_key":false},{"name":"code","type":"text","nullable":false,"primary_key":false},{"name":"code_description","type":"text","nullable":false,"primary_key":false}],"create_sql":"CREATE TABLE wp_daextinma_http_status ( id bigint(20) NOT NULL AUTO_INCREMENT PRIMARY KEY, post_id bigint(20) NOT NULL DEFAULT '0', post_title text NOT NULL DEFAULT '', post_permalink text NOT NULL DEFAULT '', post_edit_link text NOT NULL DEFAULT '', url text NOT NULL DEFAULT '', anchor text NOT NULL DEFAULT '', checked tinyint(1) NOT NULL DEFAULT 0, last_check_date datetime DEFAULT NULL, last_check_date_gmt datetime DEFAULT NULL, code text NOT NULL DEFAULT '', code_description text NOT NULL DEFAULT '' ) $charset_collate\"; dbDelta( $sql );"},{"table_name":"daextinma_juice","full_table_name":"wp_daextinma_juice","description":"Stores daextinma juice data created by this plugin.","detection_method":"static","confidence":"medium","columns":[{"name":"id","type":"bigint(20)","nullable":false,"primary_key":true},{"name":"url","type":"varchar(2083)","nullable":false,"primary_key":false},{"name":"iil","type":"bigint(20)","nullable":false,"primary_key":false},{"name":"juice","type":"bigint(20)","nullable":false,"primary_key":false},{"name":"juice_relative","type":"bigint(20)","nullable":false,"primary_key":false}],"create_sql":"CREATE TABLE wp_daextinma_juice ( id bigint(20) NOT NULL AUTO_INCREMENT PRIMARY KEY, url varchar(2083) NOT NULL DEFAULT '', iil bigint(20) NOT NULL DEFAULT '0', juice bigint(20) NOT NULL DEFAULT '0', juice_relative bigint(20) NOT NULL DEFAULT '0' ) $charset_collate\"; dbDelta( $sql );"}],"table_count":4}