Get Started
Before starting, we assume that you already have a WordPress site that is online.
System Requirement
Server Minimum Requirement
Ubuntu 22.04+
1 CPU Core
1 GB Ram
10 GB Storage
System Requirement
PHP 7.4 - 8.2+
WordPress 6.0+
Node JS v20.10.0+
yarn 4.0.2+
3Rd Software / Plugin Requirement
Nextwp requires several WordPress plugins that must be installed and have active status, You can download and install it right now, these plugins are:
WPGraphQL (opens in a new tab) 1.14.0+
WPGraphQL is a free, open-source WordPress plugin that provides an extendable GraphQL schema and API for any WordPress site.
Make sure you enable graphql access restrictions, for security reasons, by checking the Limit the execution of GraphQL operations to authenticated requests. Non-authenticated requests to the GraphQL endpoint will not execute and will return an error.
option
Rank Math (opens in a new tab) 1.0.201+
Rank Math is a Search Engine Optimization plugin for WordPress that makes it easy for anyone to optimize their content with built-in suggestions based on widely-accepted best practices. Easily customize important SEO settings, control which pages are indexable, and how you want your website to appear in search with Structured data.
Make sure, rankmath breadcrumb have enabled
WPGraphQL for Rank Math SEO
Adds WPGraphQL support for Rank Math SEO. Built with WPGraphQL Plugin Boilerplate.
WPGraphQL JWT Authentication
This plugin extends the WPGraphQL plugin to provide authentication using JWT (JSON Web Tokens)
JSON Web Tokens are an open, industry standard RFC 7519 method for representing claims securely between two parties.