wp_semantic_cohesion

Static

Stores semantic cohesion data created by this plugin.

Column Definitions

ColumnTypeNullable
🔑idbigint(20) UNSIGNEDNO
scoreintNO
coverageintNO
connectivityintNO
clustersintNO
depthintNO
core_alignmentintNO
total_content_pagesintNO
completed_analysesintNO
dominant_entitieslongtextYES
largest_cluster_sizeintNO
isolated_pages_countintNO
cluster_countintNO
recommended_actionslongtextYES
score_componentslongtextYES
computed_atdatetimeNO

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)