SEOMedic — SEO Booster & Link Auditor

बिबरन

Broken links, missing meta descriptions, duplicate H1s, unembedded YouTube videos — small technical issues that quietly cost you rankings and clicks every day. SEOMedic finds all of them in one place and gives you the tools to fix them fast.

No more crawling through posts one by one. No more spreadsheets. One dashboard, every issue, fixed in minutes.

🔗 Broken Link Detection

Scan every post and page for broken external links. SEOMedic checks the live HTTP status of each URL and flags anything returning an error. Fix the URL inline — no need to open the post editor — then re-check immediately to confirm.

📝 Missing & Broken Meta Descriptions

See every post missing a meta description in one sorted list. Flags meta descriptions that are too short (rewritten by Google) or too long (truncated in SERPs).

🔍 Focus Keyword Assistant

See every post missing a focus keyphrase. Bulk-sync focus keywords to Yoast SEO or Rank Math with one click.

🧹 Content Pruning & Redirects

Find low-performing posts that drag the rest of your site down. Save 301 redirect targets per post (stored locally — no external service). Decide which trashed posts should redirect somewhere and which should 404 cleanly.

🖼️ Image Optimisation

Rename uploaded image files to SEO-friendly basenames, audit alt-text coverage, and find images embedded without dimensions.

H1 Tag Issues

Posts with more than one H1 confuse search engines. SEOMedic lists every offending post and shows you the exact text of each H1 so you know which ones to demote to H2 or H3.

▶️ YouTube & Video Issues

Three video problems caught in one panel: plain YouTube links that will never auto-embed, Gutenberg embed blocks missing the 16:9 aspect ratio class, and Classic Editor iframes with hardcoded dimensions that break on mobile.

🔀 Internal Link Health

Find orphan posts with no inbound internal links, and spot link opportunities where another post on your site already mentions the topic but does not link to it.

🗺️ Sitemap & Schema Audits

Verify your sitemap is reachable and well-formed. Scan every post for Schema.org markup coverage and surface missing types.

⚡ Core Web Vitals (optional)

Connect a free Google PageSpeed Insights API key and audit your site’s Core Web Vitals (LCP, INP, CLS) per page. The API key is yours — the plugin never proxies through us.

⚙️ Bulk Link Management

Browse every link across your entire site in one table. Apply nofollow, sponsored, UGC, or open-in-new-tab to hundreds of links at once. Find and replace a URL site-wide in seconds.

Works with Yoast SEO and Rank Math

Meta descriptions and SEO titles sync with Yoast SEO or Rank Math if active. Falls back to the native post excerpt when neither is installed.

Want AI generation, Search Console, and Bing?

Those features live in the separate SEOMedic Pro add-on plugin, which you can install alongside this one. Pro adds AI meta/title generation (Claude), Google Search Console integration with CTR opportunity scoring, Bing Webmaster Tools integration, and a Gutenberg post-insights sidebar. Install Pro from your account at the plugin author’s site — it is not hosted here.

External Services

This plugin only contacts third-party services in the two cases listed below, and only when you have explicitly opted in or provided your own credentials.

Google PageSpeed Insights API

  • What it does: Retrieves Core Web Vitals (LCP, INP, CLS) for individual page URLs so you can audit performance.
  • When it connects: Only when you have entered a PageSpeed Insights API key under SEOMedic Settings and you run the Core Web Vitals audit.
  • Data sent: The page URL being audited. No post content, no user data.
  • Service URL: https://www.googleapis.com/pagespeedonline/v5/runPagespeed
  • Privacy Policy: https://policies.google.com/privacy
  • Terms of Service: https://developers.google.com/terms

Freemius

  • What it does: Handles plugin activation, opt-in usage telemetry, and software updates.
  • When it connects: Upon plugin activation (opt-in only — users are shown a notice and can skip data sharing). Also during licence verification and update checks.
  • Data sent: Site URL, WordPress version, plugin version, PHP version, and (if opted in) admin email address.
  • Service URL: https://wp.freemius.com/
  • Privacy Policy: https://freemius.com/privacy/
  • Terms of Service: https://freemius.com/terms/

Source code & build instructions

The React admin UI in admin/build/ is built from the human-readable
TypeScript/TSX sources in admin/src/, which are included in this zip.
No third-party AI/Claude code is bundled into the free distribution —
those features live in the separate SEOMedic Pro add-on plugin.

To rebuild the admin UI from source:

cd admin
npm install
npm run build

Build tool: Vite 6 with @vitejs/plugin-react. See admin/package.json
and admin/vite.config.ts for the full configuration. The output is
written to admin/build/index.js and admin/build/index.css.

Screenshots

Installation

  1. Upload the seomedic-seo-link-auditor folder to /wp-content/plugins/, or install via Plugins Add New in your WordPress admin.
  2. Activate the plugin through the Plugins screen.
  3. Navigate to SEOMedic in the WordPress admin sidebar.

For Core Web Vitals audits (optional):

  1. Get a free Google PageSpeed Insights API key.
  2. Enter it under SEOMedic Settings Performance.

FAQ

Does this work with any theme?

Yes. The plugin operates entirely through the WordPress admin area and the REST API — it is theme-independent.

Which SEO plugins are supported for focus keywords?

Yoast SEO and Rank Math. SEOMedic is compatible with both — use it as an SEO booster alongside either plugin. If neither is installed, the focus keyword is stored in the plugin’s own post meta field.

Will editing links here change my post content?

Yes. When you save a link change the plugin updates the post content in the database via the WordPress REST API, exactly as if you had edited the post in the block editor.

Does this plugin send any data to external servers?

Link checking, meta description scanning, focus keywords, redirect saving, image rename, H1/video/schema/sitemap detection, and internal link health all run entirely within your WordPress site.

Two optional connections exist:

  • If you opt in to Freemius on activation (it shows a notice — you can skip), your site URL, WordPress version, PHP version, and admin email are sent to Freemius for licence management and usage telemetry.
  • If you provide a Google PageSpeed Insights API key and run the Core Web Vitals audit, the plugin sends each page URL to Google PageSpeed Insights.

Nothing else leaves your server.

समीक्षा

There are no reviews for this plugin.

Contributors & Developers

“SEOMedic — SEO Booster & Link Auditor” is open source software. The following people have contributed to this plugin.

Contributors

Changelog

2.8.14

  • Fixed (Pro): “Analyze top 20” for AI Search Readiness could stop early with “Could not parse Claude response” — the AI response token limit was too low and truncated longer results. Raised the limit, and the bulk run now skips any post that fails instead of aborting the whole batch.

2.8.13

  • Added an inline notice above the dashboard stat cards letting users know that on larger sites the counts can take a couple of minutes to populate, and each section scans on first expand — so a slower load isn’t mistaken for a problem.

2.8.12

  • Fixed: rescanning a single section no longer throws you back to the full-screen loading screen (and no longer jumps the page to the top). The full loader now appears only on the first load; rescans show an inline spinner and keep the dashboard in place.
  • Added a “Couldn’t load your content” retry screen with the Low-resource mode toggle, shown if the initial scan fails on a resource-limited host — so you can enable gentler loading and try again without getting stuck.

2.8.11

  • Fixed a loading flicker where the dashboard briefly showed empty (0) stat cards before data finished loading. The staged loading screen now stays up — showing live progress and the Google Search Console / Bing steps — until your content has actually loaded.
  • Clearer loading messaging that the first load can take a minute or more depending on how many posts and pages your site has.

2.8.10

  • New “Low-resource mode” toggle on the load screen for shared/limited hosting — loads posts in smaller batches with a pause between them, so the scan is gentler on servers with CPU/memory/entry-process limits. Off by default; remembered per browser.

2.8.9

  • Load on demand: the dashboard no longer auto-scans on every page load. It opens instantly with a “Load my content” button, and the heavy scan runs only when you click it (remembered for the session). Big improvement on large sites and resource-limited hosts.

2.8.8

  • Resilience: if a dashboard module fails to load (e.g. a stale cached asset behind a CDN right after an update), the page now auto-reloads once to pull fresh files instead of showing an error.

2.8.7

  • Performance: the dashboard now loads posts in pages instead of all at once. Large sites (hundreds of posts) no longer hit a server memory error (HTTP 507) on load, and the loading screen shows live progress (e.g. “150 / 504”).

2.8.6

  • Added a clearly-marked, staged loading screen so large sites don’t look stuck while data loads.
  • Hardened uninstall.php against direct file access.

2.8.5

  • Fixed: Claude-powered features (AI Search Readiness, meta generation) could show “Configure Anthropic API key” on first load even when a key was saved — the key status now resolves immediately on page load instead of waiting for a window-focus event.
  • Refreshed plugin screenshots and screenshot captions.

2.8.4

  • Hardened the React dashboard against browser auto-translate extensions that could cause a “removeChild” crash on the main page.
  • Compatibility and packaging polish.

2.4.7

  • WP.org compliance pass: removed all Pro-only Claude/Anthropic handler code from the free distribution (moved to the separate SEOMedic Pro add-on plugin). The free zip no longer contains any calls to third-party AI APIs.
  • Included the React UI source files (admin/src/) and build configuration in the zip so the compiled admin/build/index.js is reproducible from human-readable source.
  • Tightened REST API permission checks: GET/POST /seomedic/v1/settings now requires manage_options; POST /seomedic/v1/posts/{id}/dismiss and /undismiss now verify edit_post on the specific target post.

2.4.0

  • Plugin split for WordPress.org compliance: AI generation, Google Search Console, Bing Webmaster Tools, and Keywords Everywhere features moved to a separate SEOMedic Pro add-on plugin.
  • Unlocked: Content Pruning redirect saving and Image File Rename are now available to all users (no Pro requirement).
  • Tightened REST API permission checks on /trashed-pending/{id}/dismiss and /check-link.
  • Renamed plugin text domain to seomedic-seo-link-auditor (matches plugin slug).
  • Cleaned readme — removed entries for services this plugin no longer contacts.

2.3.x

  • Dashboard refactor — bulk meta operations, scroll-to-top, sitemap audit upgrades, plugin checker fixes.
  • Gutenberg post-insights sidebar (moved to Pro in 2.4.0).
  • Various fixes for keyword cannibalisation detection, readme stable-tag sync, and WP.org plugin-checker warnings.

1.0.x

  • Initial public releases — see git history for full per-version notes.