wp_semantic_cohesion
StaticStores semantic cohesion data created by this plugin.
Column Definitions
| Column | Type | Nullable |
|---|---|---|
| 🔑id | bigint(20) UNSIGNED | NO |
| score | int | NO |
| coverage | int | NO |
| connectivity | int | NO |
| clusters | int | NO |
| depth | int | NO |
| core_alignment | int | NO |
| total_content_pages | int | NO |
| completed_analyses | int | NO |
| dominant_entities | longtext | YES |
| largest_cluster_size | int | NO |
| isolated_pages_count | int | NO |
| cluster_count | int | NO |
| recommended_actions | longtext | YES |
| score_components | longtext | YES |
| computed_at | datetime | NO |
CREATE TABLE Statement
CREATE TABLE wp_semantic_cohesion ( id bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, score int NOT NULL DEFAULT 0, coverage int NOT NULL DEFAULT 0, connectivity int NOT NULL DEFAULT 0, clusters int NOT NULL DEFAULT 0, depth int NOT NULL DEFAULT 0, core_alignment int NOT NULL DEFAULT 0, total_content_pages int NOT NULL DEFAULT 0, completed_analyses int NOT NULL DEFAULT 0, dominant_entities longtext, largest_cluster_size int NOT NULL DEFAULT 0, isolated_pages_count int NOT NULL DEFAULT 0, cluster_count int NOT NULL DEFAULT 0, recommended_actions longtext, score_components longtext, computed_at datetime NOT NULL DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (id) ) $charset;" );
Safe to delete?
If you have uninstalled AI Data Layer – AI SEO & AI Search Optimization: llms.txt, MCP Server, Schema (AEO/GEO), this table is generally safe to remove. However, always back up your database first.
Note: Some plugins share tables or are dependencies of other plugins. Verify nothing else depends on this table before dropping it.
How to remove this table
DROP TABLE IF EXISTS `wp_semantic_cohesion`;
Run this query using phpMyAdmin, Adminer, or your MySQL client. Back up first.
Other tables from AI Data Layer – AI SEO & AI Search Optimization: llms.txt, MCP Server, Schema (AEO/GEO)