Ekom SEO Toolkit

Description

Ekom SEO Toolkit bundles a set of local SEO tools into a single WordPress plugin. Everything runs on your own server: no account to create, no license key to enter, no usage limits.

Site tools (wp-admin):

  • Broken Link Detector — scans posts and pages for dead links
  • Canonical URL Checker — flags canonical tags that don’t point at themselves
  • Image Alt Text Auditor — finds media library images missing alt text
  • Large Image Detector — finds images over 500KB
  • Noindex Page Finder — finds published pages accidentally set to noindex
  • Redirect Manager — 301/302 redirects with smart 404 auto-routing
  • Robots.txt Editor — safely edit the virtual robots.txt output
  • Scroll Depth Indicator — tracks how far readers scroll per post (no cookies, no personal data)

Editor tools (Gutenberg sidebar):

  • Content Analyzer — word count, keyword density, readability
  • Heading Checker — live heading hierarchy outline
  • Internal Link Checker — internal/external link counts, orphan-post flag in the post list
  • Schema Detector — shows JSON-LD schema present in the post’s block content
  • SEO Previews — Google search and social share card previews, with meta description + Open Graph/Twitter output

A Site Audit dashboard aggregates results from every enabled scanner into one combined report. Every module can be toggled on or off individually from Settings.

Follow development updates on X: https://x.com/itsekomagain

External Services

This plugin relies on one external service, used by a single optional feature:

Broken link checking (Broken Link Detector module)

This plugin scans your published posts and pages for hyperlinks, then sends HTTP requests to each linked URL to check whether the link is broken (returns a 404, 500, or similar error). This is the core function of the Broken Link Detector module.

What data is sent: An HTTP request to every external URL that appears as a hyperlink in your published post and page content. Links to your own site are checked locally against your database and uploads folder and usually need no request. Results are reused for 24 hours, so the same URL is not requested repeatedly. The request includes a user-agent header (“Ekom SEO Toolkit Broken Link Detector/1.0”) but no personal data, cookies, or authentication credentials.

When data is sent: Only when a broken link scan is triggered — manually from the Broken Links dashboard page, or automatically once a week if the optional weekly scan setting is enabled (disabled by default).

Where requests are sent: Whatever external URLs appear in your own post and page content — third-party sites you have linked to. The plugin does not control these destinations, and the terms of service of those sites apply to the request.

No other module in this plugin makes outbound HTTP requests or transmits data to any external service.

Screenshots

FAQ

Does this require an account or license key?

No. Every feature in this plugin runs locally and is free, with no account and no usage limits.

Does any data leave my site?

Only the Broken Link Detector’s link-checking feature makes outbound requests, and only to URLs that already appear as links in your own post/page content — see External Services below. Nothing else in the plugin contacts an external server.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Ekom SEO Toolkit” is open source software. The following people have contributed to this plugin.

Contributors

Translate “Ekom SEO Toolkit” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

0.1.3

  • Translation ready: editor panels, Site Audit, module names and all admin messages can now be translated at translate.wordpress.org.
  • Adds a one-time, dismissible review request on the plugin’s own pages, shown to administrators after a week of use.

0.1.2

  • Editor sidebar redesign: one consistent look across all five panels, clearer score summary, grouped tabs, accessible controls.
  • Site Audit now shows a short summary per scanner (first 5 items, a count of the rest) with a link to the full tool to finish the job.
  • Fix: Keyword Density gauge pointed to the wrong position and its value was clipped.
  • Fix: Schema Detector now finds JSON-LD inside Custom HTML blocks.

0.1.1

  • Fix: Redirect Manager smart 404 matching no longer runs on normal pages, which caused redirect loops.
  • Fix: no longer removes other plugins’ admin notices; plugin notices limited to relevant screens.
  • Fix: redirect type dropdown text was clipped.
  • Broken Link Detector: links to your own site are checked locally instead of over HTTP; each URL is requested once and reused for 24 hours; scans run in short batches so large sites don’t time out; external links use WordPress’s safe HTTP API (private network addresses are refused) and verify SSL certificates.

0.1.0

  • Initial release — all 13 free-core modules (Product SEO/WooCommerce support planned as a separate add-on).