Content Embedding Visualizer
Home/Tools/NLP & Text Analysis/Content Embedding Visualizer
❖ NLP & Text Analysis

Content Embedding Cluster Visualizer

v1.0 documentation

Embed pages/paragraphs and plot in 2D (UMAP/t-SNE) to visually identify content clusters, gaps, overlaps, and orphan topics.

URL inputFile inputText inputXLSX export
content_embedding_visualizer.py118 lines5 paramsPython 3.8+
Quick start
1

Install

terminal
pip install -r requirements.txt
2

Run

terminal
python content_embedding_visualizer.py --urls https://a.com https://b.com https://c.com --output clusters.html
terminal
python content_embedding_visualizer.py --file corpus.csv --text-col content --output clusters.html
3

Export

Add --output report.xlsx to save results as a spreadsheet.

Parameters
FlagDescription
--urlsUrls. Multiple values allowed
--fileCSV with text column
--text-colText col
--methodMethod. Options: tsne, umap
--outputOutput
help
python content_embedding_visualizer.py --help
Use cases
Content quality audit
Writer evaluation
Client deliverable

Run across all your blog posts to score quality. Sort by score in the XLSX export, then prioritize rewrites for the lowest-scoring pages.

Before publishing freelance content, run this tool to check quality signals. Use specific metrics as concrete feedback for writers.

Include the analysis in your SEO audit report. Clients appreciate data-backed recommendations over subjective opinions.

Dependencies

Requires: beautifulsoup4, numpy, pandas, requests, scikit-learn, sentence-transformers. All included in requirements.txt.

Get all 154 Python SEO tools — $49

One-time payment. Lifetime access. No monthly fees.
Learn 25 tools and get 25% back. Earn from client work and get 50% back.

Get the full toolkit

AAIO Inc — aaioinc.com/tools/content_embedding_visualizer/