{"slug":"4linking-free","name":"4Linking — Internal Linking on Autopilot: Rules, Pillar Pages & Link Map","description":"Automatic internal linking for WordPress — no more adding links by hand. Keyword rules, pillar pages and a visual link map.","author":"04Code","active_installs":80,"version":"4.6.141","wp_org_url":"https://wordpress.org/plugins/4linking-free/","is_closed":false,"cleanup":{"has_uninstall_hook":true,"drops_tables_on_uninstall":true,"deletes_options_on_uninstall":false},"tables":[{"table_name":"il_image_templates","full_table_name":"wp_il_image_templates","description":"Stores il image templates data created by this plugin.","detection_method":"static","confidence":"high","columns":[{"name":"id","type":"BIGINT(20) UNSIGNED","nullable":false,"primary_key":true},{"name":"name","type":"VARCHAR(160)","nullable":false,"primary_key":false},{"name":"description","type":"TEXT","nullable":true,"primary_key":false},{"name":"instructions","type":"LONGTEXT","nullable":true,"primary_key":false},{"name":"image_filename","type":"VARCHAR(255)","nullable":true,"primary_key":false},{"name":"is_predefined","type":"TINYINT(1)","nullable":false,"primary_key":false},{"name":"sort_order","type":"INT","nullable":false,"primary_key":false},{"name":"created_at","type":"DATETIME","nullable":false,"primary_key":false},{"name":"updated_at","type":"DATETIME","nullable":false,"primary_key":false}],"create_sql":"CREATE TABLE IF NOT EXISTS wp_il_image_templates ( id BIGINT(20) UNSIGNED NOT NULL AUTO_INCREMENT, name VARCHAR(160) NOT NULL, description TEXT DEFAULT '', instructions LONGTEXT DEFAULT '', image_filename VARCHAR(255) DEFAULT '', is_predefined TINYINT(1) NOT NULL DEFAULT 0, sort_order INT NOT NULL DEFAULT 0, created_at DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP, updated_at DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, PRIMARY KEY (id) ) $charset;\"; dbDelta( $sql_img_templates );"},{"table_name":"il_pilares","full_table_name":"wp_il_pilares","description":"Stores il pilares data created by this plugin.","detection_method":"static","confidence":"high","columns":[{"name":"id","type":"BIGINT(20) UNSIGNED","nullable":false,"primary_key":true},{"name":"nombre","type":"VARCHAR(255)","nullable":false,"primary_key":false},{"name":"url","type":"VARCHAR(500)","nullable":false,"primary_key":false},{"name":"tematica","type":"VARCHAR(255)","nullable":true,"primary_key":false},{"name":"idioma","type":"VARCHAR(10)","nullable":true,"primary_key":false},{"name":"prioridad","type":"TINYINT(3) UNSIGNED","nullable":false,"primary_key":false},{"name":"post_id","type":"BIGINT(20) UNSIGNED","nullable":true,"primary_key":false},{"name":"activo","type":"TINYINT(1)","nullable":false,"primary_key":false},{"name":"created_at","type":"DATETIME","nullable":false,"primary_key":false},{"name":"updated_at","type":"DATETIME","nullable":false,"primary_key":false},{"name":"nombre","type":"VARCHAR(255)","nullable":false,"primary_key":false},{"name":"descripcion","type":"TEXT","nullable":true,"primary_key":false},{"name":"origen_tipo","type":"VARCHAR(100)","nullable":false,"primary_key":false},{"name":"origen_valor","type":"VARCHAR(255)","nullable":true,"primary_key":false},{"name":"destino_tipo","type":"VARCHAR(100)","nullable":false,"primary_key":false},{"name":"destino_valor","type":"VARCHAR(255)","nullable":true,"primary_key":false},{"name":"pilar_id","type":"BIGINT(20) UNSIGNED","nullable":true,"primary_key":false},{"name":"prioridad","type":"TINYINT(3) UNSIGNED","nullable":false,"primary_key":false},{"name":"max_enlaces","type":"TINYINT(3) UNSIGNED","nullable":false,"primary_key":false},{"name":"anchor_text","type":"VARCHAR(255)","nullable":true,"primary_key":false},{"name":"activo","type":"TINYINT(1)","nullable":false,"primary_key":false},{"name":"created_at","type":"DATETIME","nullable":false,"primary_key":false},{"name":"updated_at","type":"DATETIME","nullable":false,"primary_key":false}],"create_sql":"CREATE TABLE IF NOT EXISTS wp_il_pilares ( id BIGINT(20) UNSIGNED NOT NULL AUTO_INCREMENT, nombre VARCHAR(255) NOT NULL, url VARCHAR(500) NOT NULL, tematica VARCHAR(255) DEFAULT '', idioma VARCHAR(10) DEFAULT '', prioridad TINYINT(3) UNSIGNED NOT NULL DEFAULT 50, post_id BIGINT(20) UNSIGNED DEFAULT NULL, activo TINYINT(1) NOT NULL DEFAULT 1, created_at DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP, updated_at DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, PRIMARY KEY (id) ) $charset;\"; $sql_reglas = \"CREATE TABLE IF NOT EXISTS wp_il_reglas ( id BIGINT(20) UNSIGNED NOT NULL AUTO_INCREMENT, nombre VARCHAR(255) NOT NULL, descripcion TEXT DEFAULT '', origen_tipo VARCHAR(100) NOT NULL DEFAULT 'any', origen_valor VARCHAR(255) DEFAULT '', destino_tipo VARCHAR(100) NOT NULL DEFAULT 'pilar', destino_valor VARCHAR(255) DEFAULT '', pilar_id BIGINT(20) UNSIGNED DEFAULT NULL, prioridad TINYINT(3) UNSIGNED NOT NULL DEFAULT 50, max_enlaces TINYINT(3) UNSIGNED NOT NULL DEFAULT 3, anchor_text VARCHAR(255) DEFAULT '', activo TINYINT(1) NOT NULL DEFAULT 1, created_at DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP, updated_at DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, PRIMARY KEY (id) ) $charset;\"; require_once ABSPATH . 'wp-admin/includes/upgrade.php'; dbDelta( $sql_pilares );"},{"table_name":"il_reglas","full_table_name":"wp_il_reglas","description":"Stores il reglas data created by this plugin.","detection_method":"static","confidence":"high","columns":[],"create_sql":null},{"table_name":"il_semantic_links","full_table_name":"wp_il_semantic_links","description":"Stores il semantic links data created by this plugin.","detection_method":"static","confidence":"high","columns":[],"create_sql":null}],"table_count":4}