rankmath / seo-by-rank-math
Rank Math is the most powerful way to get BEST WordPress SEO tools added to your website.
Installs: 1 073
Dependents: 0
Suggesters: 0
Security: 1
Stars: 108
Watchers: 12
Forks: 52
Open Issues: 104
Type:wordpress-plugin
Requires
- a5hleyrich/wp-background-processing: ^1.0.2
- cmb2/cmb2: ^2.7
- donatj/phpuseragentparser: ^1.6.1
- mythemeshop/wordpress-helpers: ^1.1
- woocommerce/action-scheduler: ^3.4.2
- dev-master
- v1.0.218
- v1.0.217
- v1.0.216
- v1.0.215.1
- v1.0.215
- v1.0.214
- v1.0.213
- v1.0.212.1
- v1.0.212
- v1.0.211
- v1.0.210
- v1.0.209
- v1.0.208.1
- v1.0.208
- v1.0.207
- v1.0.206
- v1.0.205
- v1.0.204
- v1.0.203
- v1.0.202
- v1.0.201.1
- v1.0.201
- v1.0.121.1
- v1.0.121
- v1.0.120
- v1.0.119
- v1.0.118
- v1.0.117.1
- v1.0.117
- v1.0.116
- v1.0.115
- v1.0.114
- v1.0.112
- v1.0.111
- v1.0.110.2
- v1.0.110.1
- v1.0.110
- v1.0.109
- v1.0.108
- v1.0.107.3
- v1.0.107.2
- v1.0.107.1
- v1.0.107
- v1.0.106
- v1.0.105
- v1.0.104.1
- v1.0.104
- v1.0.103.1
- v1.0.103
- v1.0.102.1
- v1.0.102
- v1.0.101
- v1.0.100.1
- v1.0.100
- v1.0.99
- v1.0.98.2
- v1.0.98.1
- v1.0.98
- v1.0.97
- v1.0.96
- v1.0.95
- v1.0.94
- v1.0.70
- v1.0.69.2
- v1.0.69.1
- v1.0.69
- v1.0.68.1
- v1.0.68
- v1.0.67
- v1.0.66.1
- v1.0.66
- v1.0.65
- v1.0.64
- v1.0.63
- v1.0.62
- v1.0.61.1
- v1.0.61
- v1.0.60.1
- v1.0.60
- v1.0.59.1
- v1.0.59
- v1.0.58
- v1.0.57.1
- v1.0.57
- v1.0.56.1
- v1.0.56
- v1.0.56-beta
- v1.0.55
- v1.0.54.3
- v1.0.54.2
- v1.0.54.1
- v1.0.54
- v1.0.53.1
- v1.0.53
- v1.0.52.3
- v1.0.52.2
- v1.0.52.1
- v1.0.52
- v1.0.51
- v1.0.50.1
- v1.0.50
- v1.0.49.1-beta
- v1.0.49
- v1.0.49-beta
- v1.0.48.2
- v1.0.48.2-beta
- v1.0.48.1
- v1.0.48
- v1.0.48-beta-2
- v1.0.48-beta
- v1.0.47.1
- v1.0.47.1-beta
- v1.0.47
- v1.0.46
- v1.0.45
- v1.0.44
- dev-wp-components-ui
- dev-analytics-base
- dev-vip-improvements
This package is auto-updated.
Last update: 2024-10-30 10:41:49 UTC
README
Rank Math SEO is the Best WordPress SEO plugin combines the features of many SEO tools in a single package & helps you multiply your SEO traffic.
Getting Started
These instructions will help you to get the plugin up and running on your local machine for development and testing purposes.
⚠️ Prerequisites
We recommend using these tools for the development of Rank Math.
- Local by Flywheel: For installing WordPress. Create two sites, one for regular development and another one for the fresh installation testing. You can use the WP Reset plugin to reset the fresh installation site after testing.
- Make sure PHPCS & WPCS are installed and working properly
- VS Code Editor, here is the list of recommended extensions:
- markdown-all-in-one
- minifyall
- php-debug
- php-intellisense
- php-pack
- vscode-colorize
- vscode-csscomb
- vscode-eslint
- vscode-html-css
- vscode-html-format
- vscode-intelephense-client
- vscode-phpsab
- vscode-scss
- vscode-wordpress-hooks
- wordpress-toolbox
- Github for desktop
- Chrome Browser
Required WP Plugins:
- Query Monitor
- Classic Editor, to test the CE integration
- RTL Tester, to test the RTL related styling issues
Rank Math also requires Node.js. The Project is built using the latest active LTS release of the Node and the latest version of NPM.
Refer to this tutorial to download and install Node.js and NPM
After installing Node, run the below command in the plugin directory to install all the required dependencies.
npm ci
🏗️ Development
Analytics Module:
npm run devca
- Development
npm run ca
- Production
Analytics Module:
npm run deva
- Development
`npm run a' - Production
Schema Module
npm run devs
- Development
npm run s
- Production
Rest of the Files
npm run dev
- Development
npm run build
- Production
And use npm run dist
before the final commit, this command will regenerate the final JS, CSS, and pot files.
CSS Compilatoin
gulp watch
- When any
scss
file is edited make sure to run the CSSComb extension
Issue Formatting:
- Issue title should start with the Module name, for example
[Analytics Module/Feature]: Issue Text
- Make sure to add all details related to the issue in the description area, so everyone can understand it
Pull Request Formatting
- Before creating a new branch for any issue, make sure the issue is created, if not please create it before creating a new branch and PR
- Branch slug format should be
fixed-issueid
- PR Title should start with the
Fixed #issueid: Issue Title
- Make sure to close the issue from the PR description area [
Closes/Fixes #issueid
]