rankmath / seo-by-rank-math

Rank Math is a revolutionary WordPress SEO Plugin that combines the features of many SEO tools and lets you multiply your traffic in the easiest way possible :bulb: :chart_with_upwards_trend: →
https://rankmath.com
107 stars 51 forks source link
seo wordpress wordpress-plugin

WordPress Plugin Active Installs WordPress Plugin Downloads

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.

Required WP Plugins:

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

Issue Formatting:

Pull Request Formatting