Slim SEO Pro Changelog
1.4.0 - 2025-08-13
This version introduces a new feature Writing Assistant which checks your content in real time and offers friendly tips to improve keywords, images, links, and readability.
Read more details on our blog post.
1.3.1 - 2025-07-30
- Fix checking valid URL
- Fix post report not showing
- Make some props for Person cloneable
1.3.0 - 2025-07-29
This version adds a new tab Analytics, which shows the search performance on SERPs of your pages with the Google Search Console integration. You'll see impressions, clicks, CTR, and positions of your keywords and pages. For setup and usage, please follow this docs.
Please note that this version requires PHP >= 8.0. If your host doesn't support PHP >= 8.0, please upgrade, or disable this feature.
1.2.4 - 2025-07-16
Fix schema tab not appearing
1.2.3 - 2025-07-10
- Improve integrations with page builders, make schemas work when Yoast/Rank Math are active
- Add more properties for Article and Person schemas
- Improve JS by using WordPress's built-in scripts, reducing bundle size and using React 18
1.2.2 - 2025-07-02
- Add toggles for premium features
- Fix position in
BreadcrumbList
schema - Fix missing custom properties
- Re-add
name
,description
andmainEntity
forArticle
schema for backward compatibility - Allow users to delete the plugin data when uninstalling by defining a constant in
wp-config.php
:
define( 'SLIM_SEO_DELETE_DATA', true );
1.2.1 - 2025-06-19
- Reduce number of ajax requests in the settings page, reduce the chance of being blocks by security rules or firewall
- Add a new action: update all URL instances, that allows you to update a URL in all places.
- Fix missing "T" in datetime values (like for events)
- Fix missing dictionary file for Mandarin language
1.2.0 - 2025-06-04
Highlights:
Add integration for Rank Math. The plugin will merge the schemas from Slim SEO Pro (higher priority) with the ones from Rank Math, which allows you to use both plugins together. If you want to use Slim SEO Pro only, disable the "Schema" feature in Rank Math's settings.
Other changes:
- Add toggle on/off to enable/disable schemas quickly
- Add support for more "variesBy" for WooCommerce's product variations: material, pattern, suggested age, suggested gender
- Improve style for HTTP status widget
1.1.0 - 2025-05-15
- Add integration for Beaver Builder
- Fix: meta boxes disappear when scrolling in edit post iframe
- Fix getting current url when WordPress is installed in a sub-folder
- Remove geo and openingHoursSpecification for Ogranization as it doesn't support them
1.0.2 - 2025-04-17
Fix compatibility with Litespeed Cache plugin
1.0.1 - 2025-04-11
- Replace Twig lib with a much lighter lib to improve performance
- Article schema: remove name, isPartOf, mainEntity; replace description with articleBody; make props optional
- BreadcrumbList schema: add current page as the last item
- Movie schema: add genre prop
- Person schema: fix missing id if that's not the current author/user.
- JSON-LD schema: make value of prop accept null/true/false
- Improve scrolling to text in link suggestions
- Fix nullable warning in PHP 8.4
1.0.0 - 2025-04-04
First release