server/docs/yoast-seo.md
Ipstenu (Mika Epstein) ea8aae88fa
Fix composer namespace for fair (#66)
Signed-off-by: Mika Ipstenu Epstein <ipstenu@ipstenu.org>
2025-12-15 10:36:35 -08:00

666 B

The YoastSEO premium token can be found as the Secret YOAST_SEO_PRO_TOKEN

Composer is a tool used by many developers to install and update plugins.

Through MyYoast you can use Composer to get easy access to your premium plugins.Follow the instructions below to get started!

You can register your token with composer by running the command below:

composer config -g http-basic.my.yoast.com token [TOKEN]

You can then add our secure repository by running the following command:

composer config repositories.my-yoast composer https://my.yoast.com/packages/

Now you can install Yoast SEO Premium by running:

composer require yoast/wordpress-seo-premium