{"table_name":"semantic_suggested_links","full_table_name":"wp_semantic_suggested_links","description":"Stores semantic suggested links data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE wp_semantic_suggested_links ( id bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, analysis_id bigint(20) UNSIGNED NOT NULL, post_id bigint(20) UNSIGNED NOT NULL, anchor_text text, target_page_title text, target_url text, confidence_score float DEFAULT 0, relevance_reasoning text, content_relationship text, intent_classification varchar(50), approval_status varchar(20) NOT NULL DEFAULT 'pending', created_at datetime NOT NULL DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (id), KEY analysis_id (analysis_id), KEY post_id (post_id) ) $charset;\" );","columns":[{"name":"id","type":"bigint(20) UNSIGNED","nullable":false,"primary_key":true},{"name":"analysis_id","type":"bigint(20) UNSIGNED","nullable":false,"primary_key":false},{"name":"post_id","type":"bigint(20) UNSIGNED","nullable":false,"primary_key":false},{"name":"anchor_text","type":"text","nullable":true,"primary_key":false},{"name":"target_page_title","type":"text","nullable":true,"primary_key":false},{"name":"target_url","type":"text","nullable":true,"primary_key":false},{"name":"confidence_score","type":"float","nullable":true,"primary_key":false},{"name":"relevance_reasoning","type":"text","nullable":true,"primary_key":false},{"name":"content_relationship","type":"text","nullable":true,"primary_key":false},{"name":"intent_classification","type":"varchar(50)","nullable":true,"primary_key":false},{"name":"approval_status","type":"varchar(20)","nullable":false,"primary_key":false},{"name":"created_at","type":"datetime","nullable":false,"primary_key":false}],"plugin":{"slug":"ai-data-layer","name":"AI Data Layer – AI SEO & AI Search Optimization: llms.txt, MCP Server, Schema (AEO/GEO)","active_installs":0,"version":"1.13.0","wp_org_url":"https://wordpress.org/plugins/ai-data-layer/"}}