entity_mesh
A visualization and analysis tool for content relationships in Drupal
Entity Mesh is a Drupal module that provides a visual, interactive graph to explore how content entities are connected within a site. It maps links, menus, embeds, and other relational data using D3.js to help developers, site builders, and project stakeholders understand the actual navigational and structural footprint of their Drupal content.
By parsing entity-rendered HTML and analyzing internal references, Entity Mesh reveals how content entities are interconnected, surfacing issues that are often buried deep in the DOM or missed entirely by traditional auditing tools.
Features
Interactive content graph
Visualize relationships between entities using a dynamic D3.js-based interface. Filter by entity type, bundle, or link type.
Data collection
It analyzes Drupal entity output by examining the DOM structure to detect content relationships (links) a long with other data:
- Tels: check all the phone number links of your site
- Emails: check all the emails of your site
- Iframes: check all the iframes of your site
- Schemas: are you still using http:// links?
Data analysis report
- Flags broken links or invalid relationships for easy debugging.
- Flags access denied links . e.g., links that are no longer published but there are content still linking to them.
- Flags redirect links .
Use Cases
Marketing
Visualize clearly in a Graph that is the organic relationships of your content links. See all the paths a prospect user can follow to browse from a source page (e.g., homepage) to the target page (e.g., contact page).
Find all the target pages that the user can navigate to from a content.
Find all the pages that directly link to the selected page.
And be aware of that before removing it!
SEO
It helps you to detecting content issues like:
- Broken links
- Access denied links
- Superfluos Redirections links
GDPR
Be aware of all the iframes in use on our website that, If not properly blocked, they will load third-party cookies.
Content migration QA
Because of the described features (e.g., broken links, access denied links, redirections, iframes) this module is ideal to be used in parallel on QA processes after running a content migration.
Installation
- Download and enable the module
- Navigate to the configuration page at /admin/config/system/entity-mesh/config to adjust module settings.
- Launch data analysis by drush (drush entity-mesh:generate node) or batch API (form): /admin/config/system/entity-mesh