Site crawler SEO scan & reports
SEO health audit reports
Automatic integrated linking
White label ready for your clients
Uncomplicated and effective
# SmartCrawl SEO
Before starting development make sure you read and understand everything in this README.
## Working with Git
Clone the plugin repo and checkout the `release/x.x.x` (based on the vesion) branch
```
# git clone git@bitbucket.org:incsub/wpmu-dev-seo.git --recursive
# git fetch && git checkout release/x.x.x
```
Install/update the necessary submodules if the branch is already checked out
```
# git submodule init --
# git submodule update
```
Set up username and email for Git commits
```
# git config user.email "<your email>"
# git config user.name "<your name>"
```
## Installing dependencies and initial configuration
Install the necessary npm modules and packages
```
# npm install
##### Install Composer
Install composer following these steps - https://getcomposer.org/doc/00-intro.md#installation-linux-unix-macos
Install the necessary composer packages
```
# composer install
## Build tasks (npm)
Everything should be handled by npm. Note that you don't need to interact with Gulp in a direct way.
| Command | Action |
|----------------------|-----------------------------------|
| `npm run watch` | Watching css/js changes |
| `npm run compile` | Compile production ready assets | |
| `npm run build` | Build both free and Pro versions. |
| `npm run buildro` | Build only pro version |
| `npm run build:free` | Build only wp.org version |
| `npm run translate` | Create pot file. |
| `npm run test` | Running tests |
**IMPORTANT!**
After branch checkout, you need to run `npm run compile` in order to build the assets
(minified versions of css and js files). Precompiled assets are not included with the development version of the plugin.
This is done so that the git commits are clean and do not include the built assets that are regenerated with every
change in the css/js files.
Plugin Name: SmartCrawl SEO
Change Log:
----------------------------------------------------------------------
v3.8.0 - 2023-10-24
----------------------------------------------------------------------
- New: Location Based Redirects
- New: Smart Post and Page Selection for Redirects
- Fix: Secondary Keyword with Spaces not being displayed
- Fix: White Label Custom Logo is distorted and not square
- Fix: Meta preview does show when no content added in the default editor
- Fix: Can't enable Archive and Snippet options under Title & Meta > Homepage when Homepage is set to be a Static page
- Fix: Missing OpenGraph and Twitter per-post settings in on-page SEO SmartCrawl Meta Box
Demo: https://premium.wpmudev.org/project/smartcrawl-wordpress-seo/