Skip to content

Commit

Permalink
Version 4.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rilwis committed Nov 5, 2024
1 parent 9d971de commit 2744fcd
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 13 deletions.
12 changes: 3 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,21 +46,21 @@ Schema is a way that describes structured data for search engines. Based on the

Slim SEO automatically adds structured data to the website via JSON-LD which makes your website more SEO-friendly. Not only schemas are created by the plugin, there are also meaningful connections between them. For example, an article (single post) is the main entity of the current webpage. Slim SEO does that all without any configuration.

#### 5. [Redirection](https://docs.wpslimseo.com/slim-seo/redirection/)
### 5. [Redirection](https://docs.wpslimseo.com/slim-seo/redirection/)

- Setting up redirection rules easily
- Auto redirect non-www to www and vice versa
- 404 link monitoring

#### 6. And many more
### 6. And many more

- [Inserting Google Analytics, Facebook pixel or any code to the header or footer](https://docs.wpslimseo.com/slim-seo/header-footer-code/) of the site
- Auto prevent scraping content from [RSS feed](https://docs.wpslimseo.com/slim-seo/rss-feed/)
- [Integrations](https://docs.wpslimseo.com/slim-seo/integrations/) with many plugins, including page builders
- [Import and export](https://docs.wpslimseo.com/slim-seo/import-export/) data or migrate data from popular SEO plugins
- Auto redirect if post slug changed

### Premium plugins
## Premium plugins

- [Slim SEO Schema](https://wpslimseo.com/products/slim-seo-schema/) - An advanced, powerful and flexible plugin to add schemas to WordPress.
- [Slim SEO Link Manager](https://wpslimseo.com/products/slim-seo-link-manager/) - Build internal link easier in WordPress with real-time reports.
Expand Down Expand Up @@ -123,12 +123,6 @@ If your homepage is a static page, then it's treated like a normal page. The met

If your homepage shows latest posts, then it's already done automatically by the plugin.

**Can I change the meta tags manually?**

It's not available at the moment. Our purpose is provide a configuration-free SEO plugin for WordPress, so you don't get lost in the options. We might improve the plugin later to add essential options. But for now, it's zero configuration.

If you need custom settings, we recommend using Yoast SEO plugin.

**Where is my XML sitemap?**

The sitemap URL is located at `domain.com/sitemap.xml`.
9 changes: 7 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
=== Slim SEO - Fast & Automated WordPress SEO Plugin ===
Contributors: elightup, rilwis, hungviet91, barcavn2
Donate link: https://wpslimseo.com/products/
Tags: seo, redirection, schema, xml sitemap, header
Tags: seo, schema, xml sitemap, redirection, header
Requires at least: 5.9
Tested up to: 6.6.2
Requires PHP: 7.2
Stable tag: 4.0.3
Stable tag: 4.0.4
License: GPL v3
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -159,6 +159,11 @@ Add the following constant in your `wp-config.php` file:

== Changelog ==

= 4.0.4 - 2024-11-05 =
- Improve migration from other SEO plugins: migrate dynamic variables instead of their values
- Add filter `slim_seo_twitter_card_type` for twitter card type
- Fix quick/bulk edit not working

= 4.0.2 - 2024-10-17 =
- Fix Divi and WooCommerce compatibility
- Fix empty Meta Tags tab on WordPress < 6.6
Expand Down
4 changes: 2 additions & 2 deletions slim-seo.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Description: A fast and automated SEO plugin for WordPress.
* Author: Slim SEO
* Author URI: https://wpslimseo.com
* Version: 4.0.3
* Version: 4.0.4
* Text Domain: slim-seo
* License: GPL v3
* GitHub Plugin URI: elightup/slim-seo
Expand All @@ -19,7 +19,7 @@
define( 'SLIM_SEO_URL', plugin_dir_url( __FILE__ ) );
define( 'SLIM_SEO_REDIRECTS', 'ss_redirects' );
define( 'SLIM_SEO_DELETE_404_LOGS_ACTION', 'delete_404_logs' );
define( 'SLIM_SEO_VER', '4.0.3' );
define( 'SLIM_SEO_VER', '4.0.4' );
define( 'SLIM_SEO_DB_VER', 1 );

require __DIR__ . '/vendor/autoload.php';
Expand Down

0 comments on commit 2744fcd

Please sign in to comment.