Klaar om je Joomla-site sneller, vindbaarder en moderner te maken? Binnen vijf minuten staan je meta tags, sitemap en WebP-afbeeldingen op orde. Alles wat je Joomla-site nodig heeft voor technische SEO, in één plug-in.
Scorpion SEO Optimize is dé Joomla 6 system-plug-in die in één klap zorgt voor sterke meta tags, snelle afbeeldingen, een correcte sitemap en schone structured data. Geen losse extensies meer combineren, geen template hacks — gewoon installeren, inschakelen en je site is technisch SEO-proof.
Waarom Scorpion SEO Optimize?
Native Joomla 6 — gebouwd volgens de moderne service-provider architectuur, met PHP 8.2+ en zonder legacy ballast.
Werkt out-of-the-box — standaardinstellingen zijn veilig en zinvol, zodat je site direct beter scoort zonder eindeloos te tweaken.
Volledig configureerbaar — elke functie is met één schakelaar aan of uit te zetten, met slimme `showon`-condities zodat je nooit verdwaalt in irrelevante opties.
Meertalig beheerpaneel — Nederlands, Engels, Duits en Frans.
Wat doet de plug-in voor je site?
Meta tags & social sharing
Automatische canonical URL's op iedere pagina.
Open Graph en Twitter Cards op basis van je artikelen, menu-items en globale configuratie — je content ziet er meteen goed uit op Facebook, LinkedIn, X en WhatsApp.
Afdwingen van de juiste `<html lang="…">` declaratie.
Sitemap & robots.txt
Genereert automatisch een sitemap.xml uit gepubliceerde menu-items en artikelen — inclusief sitemap-index voor grotere sites.
Slimme server-side caching met stale-while-revalidate, zodat je sitemap altijd snel én actueel is.
Maakt een robots.txt met Joomla-specifieke Disallow-regels als die nog niet bestaat, en voegt automatisch de `Sitemap:`-directive toe.
Afbeeldingsoptimalisatie
Lazy loading voor afbeeldingen onder de vouw, eager loading + `fetchpriority="high"` voor de eerste afbeeldingen — direct winst op je Core Web Vitals (LCP).
Automatische WebP-conversie en compressie van geüploade en in content gebruikte afbeeldingen, met `<picture>`-rewrite voor maximale browsercompatibiliteit.
Bulk WebP-knop: in één klik een `.webp` naast elk bestaand JPG/PNG in `/images` — originelen blijven onaangetast.
Structured data (JSON-LD)
Volgens Schema.org: WebSite, Organization, Article / BlogPosting / NewsArticle, BreadcrumbList en ContactPage — zodat Google je content beter begrijpt en je vaker in rich results verschijnt.
Meertalige sites
Automatische **`hreflang`**-tags via `com_associations`, inclusief `x-default`. Eindelijk een Joomla-plug-in die multilingual SEO écht serieus neemt.
Veiligheid & nette HTML
Voegt `rel="noopener noreferrer"` toe aan externe links die in een nieuw tabblad openen — beter voor security én voor je Lighthouse-score.
Voor wie?
Voor Joomla-bouwers, ondernemers en marketeers die hun site écht goed willen neerzetten, zonder een SEO-bureau in te schakelen voor wat je technisch gewoon zelf kunt regelen. Of je nu één corporate site beheert of tientallen klantsites onderhoudt: Scorpion SEO Optimize bespaart je uren werk per site.
Opgeloste Fouten JAMSS false-positive on iframe lazy-load processing reduced: the iframe pass no longer relies on a literal iframe regex pattern and now uses a safer tag-scan routine while preserving behavior.
Opgeloste Fouten Joomla framework compatibility hardened by replacing legacy-style checks with direct checks in the system plugin event flow.
Taal Added new translation keys (en-GB, nl-NL, de-DE, fr-FR) for the frontend on-demand WebP controls and the two new tuning fields.
Taal Normalized line endings of all plugin language files to Unix LF format to match Joomla packaging and scanner expectations.
Nieuwe Functies New optional frontend fallback for WebP generation: when a local JPG/PNG image is rendered without an existing WebP variant, the plugin can generate it on demand during HTML rewrite and reuse it on subsequent requests.
Nieuwe Functies New tuning options for frontend on-demand conversion: (wait time for an existing conversion lock, default 1 second) and (optional hard pixel cap, default 0 = automatic memory-based cap).
Nieuwe Functies New macOS-compatible build script added next to , producing the same Joomla-ready zip naming and exclusion behavior when PowerShell is not available.
Wijzigingen WebP detection now recognises both sibling naming styles: and pre-existing . This prevents duplicate WebP files when another extension already generated a basename-only WebP variant.
Wijzigingen HTML rewrite now prefers whichever WebP variant exists for a local image and keeps URL query/hash suffixes intact.
Wijzigingen Bulk WebP generation, single-file optimization, and SEO Health WebP coverage checks now all use the same variant detection logic, so existing files are counted as covered and are no longer regenerated as .
Wijzigingen Frontend on-demand WebP conversion includes safety guards (only inside , lock file per image to prevent concurrent duplicate work, skip-marker handling, memory-based pixel pre-check) so first-hit conversion remains controlled on shared hosting.
Notitie This release consolidates all post-1.2.0 hardening and packaging updates into the 1.3.0 line.
v1.2.02026-06-05
▼
Opgeloste Fouten SEO Health dashboard threw when rendering the WebP coverage detail line, because the helper used the operator to append an optional suffix to the scanned-image count (cap-reached marker). Under PHP 8 is a hard type error; the entire dashboard would fall back to its red error alert. Fixed by switching to string concatenation () so the suffix is appended correctly and the WebP detail renders as e.g. .
Taal New translations (en-GB, nl-NL, de-DE, fr-FR) for the SEO Health tab: fieldset title + intro note, status badges, per-check labels and all OK/WARN/FAIL/INFO messages (76 keys per locale).
Taal New translations (en-GB, nl-NL, de-DE, fr-FR) for the Site-verification fieldset (note + label/description for the master switch and the five engine-specific key fields).
Taal New translations (en-GB, nl-NL, de-DE, fr-FR) for the Generator-meta-tag fieldset, the structured-data warning note and all related labels/descriptions.
Taal Language strings for the new note contained a multi-line value (a literal block with line breaks inside the quoted string). Joomla parses files with , which does support multi-line values: the first syntax error aborts the parser, which is why tab label and field label fell back to the raw constant after upgrading to 1.1.0. The value is now stored on a single line with separators inside the , and the same single-line discipline is applied to the new structured-data warning and Generator-tab strings, so the parser keeps loading and all labels render correctly.
Nieuwe Functies New dashboard at the top of the tab. Adds a live overview with 14 checks (HTTPS, sitemap, robots.txt, canonical, language declaration, Open Graph, Twitter Cards, lazy loading, external links, structured data, hreflang, generator meta tag, site verification, WebP coverage), a colour-coded score 0–100 with grade A–F, per-status counters and per-check OK / WARN / FAIL / INFO badges. New + form-field render the dashboard server-side on every tab open — no AJAX endpoint, no background load. WebP coverage scans up to 500 JPG/PNG files under and counts existing siblings and markers.
Nieuwe Functies New tab. Adds a built-in replacement for the standalone plugin: enter the verification keys for Google Search Console, Bing Webmaster Tools, Yandex Webmaster, Yahoo Site Explorer and (legacy) Alexa, and the plugin emits the matching tags in via Joomla's . New hooked on ; master switch defaults to off, empty fields are skipped, no overhead when disabled.
Nieuwe Functies New tab. Adds a built-in replacement for the standalone plugin: choose between keeping the Joomla default , replacing its content with a custom string (default ) or removing the tag entirely. Replace mode automatically inserts the tag before if Joomla did not emit one, and a hard newline + tab is appended after the replacement so subsequent elements stay on their own line. New hooked on ; only runs when the mode is not "keep", so zero overhead by default.
Nieuwe Functies New tab on the plugin configuration screen with an info note explaining how to verify that is publicly accessible (open in a browser).
Nieuwe Functies The note documents two ways to unblock the file when or Admin Tools rejects it: (1) add under in Admin Tools' and regenerate, or (2) manually prepend a small Apache rewrite block for , , , , , generic feeds and the directory.
Nieuwe Functies New warning note at the top of the tab explaining that activating JSON-LD without filling in , and can have a negative SEO effect (Google may flag incomplete markup). Includes links to the Google Rich Results Test and the Schema.org Validator.
Nieuwe Functies on fresh installations ( default instead of ). Existing installations keep their previously-saved value and are not affected.
Nieuwe Functies Major roadmap expansion in §4: Sitemap extensions, Structured-data extensions, (DCES + DCMI Terms, profile-link, multilanguage, RDFa mode, OAI-PMH endpoint, government presets), Performance & Core Web Vitals, robots/crawler-control, (proactive crawler notification with `IndexNowHelper`, key file, recent-submissions log, edge cases), (auto-promote first H2 to H1, scope toggle page/component, context blacklist with wildcards, multi-H1 detector, admin-only debug overlays), Internationalisation & hreflang, Analytics & reporting, Security & privacy hardening, 3rd-party integrations, Developer experience, R&D and Out-of-scope.
v1.1.02026-06-03
▼
Opgeloste Fouten SEF URL generation in now always goes through the site router () instead of . Without this, pressing the new "Regenerate sitemap now" button from the admin UI produced non-SEF URLs even when SEF was selected, because the admin router does not know frontend routes. The output URL is also stripped of any prefix and rebuilt against the live frontend base.
Nieuwe Functies Optional VirtueMart integration for the sitemap. New detects an installed and enabled VirtueMart component (verified against and the presence of the core table) and contributes URLs for published categories, products and (optionally) manufacturers to .
Nieuwe Functies Per-record derived from VirtueMart's / columns.
Nieuwe Functies Configurable per-VirtueMart and (default / ) so shop URLs can outrank generic content URLs in the sitemap.
Nieuwe Functies Optional "in-stock products only" filter () to keep the sitemap free of out-of-stock items.
Nieuwe Functies New plugin parameters under : (master switch, default off), , , , , , . All gated via so they only appear when the master switch is on.
Nieuwe Functies New parameter (default ) lets the administrator choose between SEF URLs (rendered through the site router) and raw Joomla query URLs for every entry in , including the VirtueMart entries.
Nieuwe Functies New button on the tab. Forces a fresh build of regardless of TTL, clears any stale lockfile, and reports the resulting URL count and file size. Useful after toggling the URL format or the VirtueMart options. Backed by a new sub-task and .
Nieuwe Functies Translations (en-GB, nl-NL, de-DE, fr-FR) for every new label, description and spacer.
Wijzigingen Sitemap generation now extends gracefully: when VirtueMart is missing, disabled or throws an unexpected DB error, the standard menu/article sitemap is still emitted unchanged.
Notitie The VirtueMart integration is opt-in. Existing installations behave identically to 1.0.2 until is enabled in the plugin configuration.
v1.0.22026-05-27
▼
Opgeloste Fouten Bulk WebP AJAX endpoint returned an HTML login page instead of JSON when the Joomla session was new: the call was triggering a redirect. The endpoint now performs an explicit token check on the POST input and emits a JSON error response on failure.
Opgeloste Fouten Bulk WebP AJAX endpoint produced an empty HTTP 500 on PHP fatals because was off: a now clears output buffers and emits a JSON error payload describing the fatal, so the JS layer can surface it in the UI.
Opgeloste Fouten Bulk WebP generator no longer emits PHP 8.5 deprecation notices for ; all calls have been replaced with which is the documented replacement.
Opgeloste Fouten Bulk WebP generator no longer loops indefinitely on images that previously failed: markers are now counted as and excluded from the queue.
Nieuwe Functies Bulk WebP generator: new parameter (default 5) so the job processes a small batch per AJAX call and the browser polls until done. Prevents PHP timeouts and OOM on shared hosting.
Nieuwe Functies Bulk WebP generator: dynamic per-image pixel cap derived from the live PHP , so oversized images are skipped pre-flight instead of crashing the process.
Nieuwe Functies Bulk WebP generator: markers are written next to images that cannot be converted (too large, GD error, unwritable target). Marked files are silently skipped on subsequent runs so the job no longer loops on the same failures.
Nieuwe Functies Bulk WebP UI: status line now reports , plus a collapsible "Show details" panel listing each failed/skipped file with its reason.
Nieuwe Functies Bulk WebP UI: new button (with confirmation dialog) that removes all files under , so previously-skipped images can be re-attempted after raising limits or replacing oversized originals.
Nieuwe Functies New sub-task on the bulk endpoint, backed by .
Nieuwe Functies Language strings (en-GB, nl-NL, de-DE, fr-FR) for the new counters, reset button, confirm dialog and result messages.
v1.0.12026-05-27
▼
Opgeloste Fouten Fixed a bug where the plugin would emit invalid JSON-LD for breadcrumbs that have no URL. Crumbs without a URL are now omitted entirely (the is skipped) and the numbering of the remaining items is kept sequential, matching Schema.org and Google Search Console expectations.
Wijzigingen BreadcrumbList JSON-LD: skip the entire for crumbs that have no URL, and renumber the remaining values sequentially so the list stays valid.
v1.0.02026-05-21
▼
Taal Language declaration (<html lang="…">) enforcement when missing or empty.
Nieuwe Functies Canonical URL injection with fallback to the site base URL.
Nieuwe Functies Open Graph & Twitter Card meta tag generation based on Joomla content (com_content articles, menu items, global config).
Nieuwe Functies Automatic generation of sitemap.xml when absent, based on published menu items and articles.
Nieuwe Functies Automatic generation of robots.txt when absent, with Joomla-specific Disallow rules.
Nieuwe Functies Automatic injection of the Sitemap: directive into robots.txt when missing.
Nieuwe Functies Lazy loading of images below the fold (loading="lazy"), eager loading and fetchpriority="high" for the first N images.
Nieuwe Functies Adds rel="noopener noreferrer" to external links opening in a new tab.
Nieuwe Functies Structured data (JSON-LD Schema.org): WebSite, Organization, Article/BlogPosting/NewsArticle, BreadcrumbList, ContactPage.
Nieuwe Functies hreflang tag generation for multilingual Joomla sites via com_associations, including x-default.
Nieuwe Functies Image compression and WebP conversion for uploads and content images, with <picture> HTML rewrite.
Nieuwe Functies Server-side sitemap caching with stale-while-revalidate semantics and automatic sitemap index for large sites.
Nieuwe Functies Added a "Bulk WebP for existing images" button in the Image optimization tab. Recursively scans and generates a next to every existing JPG/PNG that does not already have one. Originals are not modified.
Nieuwe Functies New endpoint () gated on + form token; powers the bulk button.
Wijzigingen Merged the separate Sitemap, Robots.txt and Sitemap cache tabs into one combined "Sitemap & robots.txt" tab, grouped with spacer headers.
Wijzigingen Added conditions to every dependent sub-field so options only appear when their master toggle is enabled.
Wijzigingen Swapped option order to JNO/JYES for all radio switchers (off is now the first option).
Wijzigingen Cache-related fields now also depend on , in addition to .
Notitie Requires Joomla 6.x and PHP 8.2 or higher.
Joomla! Learning Partners™ are officially recognized and licensed by, but not organized or operated by, Open Source Matters, Inc. (OSM) on behalf of The Joomla! Project™. Each Joomla! Learning Partner represents an independent company. Use of the Joomla!® name, symbol, logo, Joomla Learning Partner,™ and JLP™ and related trademarks is licensed by Open Source Matters, Inc.