“”

Page Link Insights

page_link_insights / stable

Visualize internal page links with D3.js force diagrams and thematic clustering for content analysis.

This version supports TYPO3

Older versions also support TYPO3

Composer support

composer require cywolf/page_link_insights

Tags

#page #structure #internal #links #content #analysis #site #topology #relationships #mapping #Navigation #backend

Last upload comment

## New Features
- **Thematic Analysis**: Added ability to automatically extract themes from page content
- **Content Clustering**: Pages are now grouped and colored by dominant themes in the visualization
- **Theme Legend**: Added a visual legend showing dominant themes across the site
- **Fallback Processing**: Implemented robust keyword extraction that works even without NLP Tools

## Improvements
- **Compatibility**: Enhanced support for TYPO3 v12 and v13
- **PHP 8.2 Support**: All components now fully compatible with PHP 8.1 and 8.2
- **Robust Error Handling**: Better handling of edge cases during content analysis
- **Documentation**: Updated documentation with new thematic features

## Technical Details
- Changed dependency on `cywolf/nlp-tools` from required to suggested
- Added fallback methods for keyword extraction
- Improved logging and diagnostics for theme processing
- Enhanced integration with TYPO3's cache system for better performance

Downloads by month

Download 1.3.0 External Manual Found an Issue? Code Insights Packagist.org
Author
Cyril Wolfangel
Last update
25. Mar 2025
First upload
22. Feb 2025
Downloads
334
Category
Backend Modules
Dependencies
  • TYPO3 (12.4.0 - 13.4.99)
  • PHP (8.1.0 - 8.2.99)

Installation

  1. Download ZIP file
  2. Log into your TYPO3 backend
  3. Go to Extension Manager module
  4. Press the upload button on the top bar
  5. Select the ZIP file and upload it. If you want to overwrite an existing extension installation, activate the checkbox.
  1. Go to your folder where the root composer.json file is located
  2. Type: composer require cywolf/page_link_insights to get the latest version that runs on your TYPO3 version.
  1. Download T3X file
  2. Log into your TYPO3 backend
  3. Go to Extension Manager module
  4. Press the upload button on the top bar
  5. Select the T3X file and upload it. If you want to overwrite an existing extension installation, activate the checkbox.

Other extensions by this user (2)

Semantic Suggestion Semantic Suggestion
(semantic_suggestion)

TYPO3 extension for suggesting semantically related pages

Supported TYPO3 versions:
NLP Tools
(nlp_tools)

Natural Language Processing tools for TYPO3 with language detection, stemming, stop words filtering, and text clustering

Supported TYPO3 versions:

Version history

Version Upload comment Works with TYPO3 Download
1.3.0 / stable
March 25, 2025
## New Features
- **Thematic Analysis**: Added ability to automatically extract themes from page content
- **Content Clustering**: Pages are now grouped and colored by dominant themes in the visualization
- **Theme Legend**: Added a visual legend showing dominant themes across the site
- **Fallback Processing**: Implemented robust keyword extraction that works even without NLP Tools

## Improvements
- **Compatibility**: Enhanced support for TYPO3 v12 and v13
- **PHP 8.2 Support**: All components now fully compatible with PHP 8.1 and 8.2
- **Robust Error Handling**: Better handling of edge cases during content analysis
- **Documentation**: Updated documentation with new thematic features

## Technical Details
- Changed dependency on `cywolf/nlp-tools` from required to suggested
- Added fallback methods for keyword extraction
- Improved logging and diagnostics for theme processing
- Enhanced integration with TYPO3's cache system for better performance
12.4.0 - 13.4.99 Download
1.2.1 / stable
March 24, 2025
Version 1.2.1 Release Notes

* Added visual indicator showing which column positions are being analyzed
* Improved graph readability by filtering out system folders (doktype 254) and recycler pages (doktype 255)
* Fixed issues in the theme extraction system for better content grouping
* Added compatibility checks for TYPO3 v12 and v13
* Updated backend interface for better readability
* Fixed minor bugs in page relationship visualization
12.4.0 - 13.4.99 Download
1.1.0 / stable
March 21, 2025
This version introduces several major enhancements beyond the initial internal link visualization module:

Adds a scheduler task for automated analysis and storage of internal link metrics (PageRank, centrality, inbound/outbound links, etc.).
Integrates with Solr to improve search result relevance using PageRank, link popularity, and content centrality metrics.
Displays key SEO KPIs such as orphaned pages, network density, and broken links directly within the backend visualization module.
Introduces thematic clustering and visualization of pages using advanced NLP, powered by the third-party nlp_tools extension.
These features make the extension not only a diagnostic tool, but also a strategic SEO and search relevance enhancement solution.
13.0.0 - 13.99.99 Download
1.0.3 / stable
February 22, 2025
[fix] wrong vendor name in the composer.json
13.0.0 - 13.99.99 Download
1.0.2 / stable
February 22, 2025
Version 1.0.2 - TYPO3 v13 Compatibility Update
Changes:
- Updated compatibility to support TYPO3 v13 exclusively
- Removed support for TYPO3 v12 at the moment (not much to do)
- Updated README documentation
- Fixed Composer package configuration for simpler installation
- Package can now be installed with: composer require cywolf/page_link_insights
13.0.0 - 13.99.99 Download
1.0.1 / stable
February 22, 2025
[TASK] Update vendor name from cwolf to cywolf
Change composer vendor name from cwolf to cywolf due to packagist namespace conflict
Update namespaces in all PHP files
No functional changes"
12.4.0 - 13.99.99 Download
1.0.0 / stable
February 22, 2025
Initial release of Page Link Insights extension. This version introduces a force-directed graph visualization in the TYPO3 backend that helps editors and administrators understand their site's internal link structure. Features include:

Interactive D3.js force diagram showing page relationships
Visual indication of incoming/outgoing links
Color-coded nodes based on connection count
Detection and display of broken links
Support for various link types (content elements, menus, sitemaps)
Direct access to TYPO3 page module via Ctrl+Click"
12.4.0 - 13.99.99 Download