/yoast-seo-granular-control

This plugin gives you granular control over some of the settings of Yoast SEO. If you want to keep using it, but disagree with how it handles things like canonicalization and pagination, this plugin is for you.

Primary LanguagePHPGNU General Public License v3.0GPL-3.0

Yoast SEO

Welcome to the Yoast SEO: Granular Control GitHub repository

Want to contribute to Yoast SEO: Granular Control?

Prerequisites

At Yoast, we make use a specific toolset to develop our code. Please ensure you have the following tools installed before contributing.

Getting started

After installing the aforementioned tools, you can use the steps below to acquire a development version of Yoast SEO: Granular Control. Please note that this will download the latest development version of Yoast SEO: Granular Control. While this version is usually stable, it is not recommended for use in a production environment.

Within your WordPress installation, navigate to wp-content/plugins and run the following commands:

git clone https://github.com/Yoast/yoast-seo-granular-control.git
cd yoast-seo-granular-control

To install all the necessary dependencies, run the following commands:

composer install
yarn
grunt build

Please note that if you change anything in the JavaScript or CSS, you'll have to run grunt build:js or grunt build:css, respectively.

This repository uses the Yoast grunt tasks plugin.

Support

This is a developer's portal for Yoast SEO and should not be used for support. Please visit the support forums.

Unfortunately, due to the nature of this plugin’s features, we can't be held responsible nor provide support for any problems with your website, visibility in search engines, drops in rankings or other issues related to your changes. Installing and using this plugin is solely your own responsibility.

Reporting bugs

If you find an issue, let us know here! Please follow these guidelines on how to write a good bug report.

It may help us a lot if you can provide a backtrace of the error encountered. You can use code in this gist to enable the backtrace in your website's configuration.

Contributions

Anyone is welcome to contribute to Yoast SEO. Please read the guidelines for contributing to this repository.

There are various ways you can contribute: