{"slug":"wp-internal-links-lite","name":"No Sweat WP Internal Links Lite","description":"No Sweat WP Internal Links Lite allows you to create silos, powerful internal linking structures that improve your on-site SEO.","author":"Mikel Perez","active_installs":10,"version":"2.4.3","wp_org_url":"https://wordpress.org/plugins/wp-internal-links-lite/","is_closed":false,"cleanup":{"has_uninstall_hook":false,"drops_tables_on_uninstall":false,"deletes_options_on_uninstall":false},"tables":[{"table_name":"inl_link_struct_to_links","full_table_name":"wp_inl_link_struct_to_links","description":"Stores inl link struct to links data created by this plugin.","detection_method":"static","confidence":"high","columns":[{"name":"links_id","type":"INT","nullable":false,"primary_key":true},{"name":"source","type":"INT","nullable":true,"primary_key":false},{"name":"target1","type":"INT","nullable":true,"primary_key":false},{"name":"target2","type":"INT","nullable":true,"primary_key":false},{"name":"anchor_text1","type":"VARCHAR(200)","nullable":true,"primary_key":false},{"name":"anchor_text2","type":"VARCHAR(200)","nullable":true,"primary_key":false},{"name":"link_struct_id","type":"INT","nullable":false,"primary_key":false},{"name":"create_date","type":"TIMESTAMP","nullable":true,"primary_key":false},{"name":"created_by","type":"VARCHAR(50)","nullable":true,"primary_key":false},{"name":"mod_date","type":"TIMESTAMP","nullable":true,"primary_key":false}],"create_sql":"CREATE TABLE IF NOT EXISTS `inl_link_struct_to_links` ( `links_id` INT NOT NULL AUTO_INCREMENT, `source` INT NULL, `target1` INT NULL, `target2` INT NULL, `anchor_text1` VARCHAR(200) NULL , `anchor_text2` VARCHAR(200) NULL , `link_struct_id` INT NOT NULL , `create_date` TIMESTAMP NULL , `created_by` VARCHAR(50) NULL , `mod_date` TIMESTAMP NULL , PRIMARY KEY (`links_id`) ) ENGINE"},{"table_name":"inl_link_structures","full_table_name":"wp_inl_link_structures","description":"Stores inl link structures data created by this plugin.","detection_method":"static","confidence":"high","columns":[{"name":"id","type":"INT","nullable":false,"primary_key":true},{"name":"name","type":"VARCHAR(100)","nullable":false,"primary_key":false},{"name":"type","type":"VARCHAR(10)","nullable":false,"primary_key":false},{"name":"nodes","type":"int","nullable":false,"primary_key":false},{"name":"create_date","type":"TIMESTAMP","nullable":true,"primary_key":false},{"name":"mod_date","type":"TIMESTAMP","nullable":true,"primary_key":false},{"name":"mod_by","type":"VARCHAR(50)","nullable":true,"primary_key":false}],"create_sql":"CREATE TABLE IF NOT EXISTS `inl_link_structures` ( `id` INT NOT NULL AUTO_INCREMENT, `name` VARCHAR(100) NOT NULL , `type` VARCHAR(10) NOT NULL , `nodes` int NOT NULL , `create_date` TIMESTAMP NULL , `mod_date` TIMESTAMP NULL , `mod_by` VARCHAR(50) NULL , PRIMARY KEY (`id`) ) ENGINE"}],"table_count":2}