Skip to content
Please note that GitHub no longer supports Internet Explorer.

We recommend upgrading to the latest Microsoft Edge, Google Chrome, or Firefox.

Learn more
Branch: trunk
Clone or download
johannadevos Merge pull request #12498 from Yoast/12496-structured-data-blocks-css…
…-classes

Remove Gutenberg CSS classes and adjust CSS accordingly.
Latest commit 69f652c Mar 22, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github
admin
cli
config/php-scoper
css Remove Gutenberg CSS classes and adjust CSS accordingly. Mar 21, 2019
deploy_keys add deploy key for dist repo Aug 15, 2018
deprecated CS: Clean up after merges Mar 7, 2019
frontend
grunt Remove Gutenberg CSS classes and adjust CSS accordingly. Mar 21, 2019
images Removed unused file Feb 26, 2019
inc
js Merge pull request #12498 from Yoast/12496-structured-data-blocks-css… Mar 22, 2019
migrations
scripts Make some changes to the bash script to get the correct variables whe… Mar 20, 2019
src
svn-assets
tests
vendor_prefixed
webpack
.babelrc
.codeclimate.yml See what this does to maintainability Mar 30, 2018
.csscomb.json Revert "Grunt Refactor" Nov 14, 2014
.csslintrc Add codeclimate config for new engine Aug 7, 2016
.editorconfig
.eslintignore Add codeclimate config for new engine Aug 7, 2016
.eslintrc
.gitattributes
.gitignore Initial work on creating the script Mar 19, 2019
.recalibration.example.yaml Fix upload - now in publish task with the help of request; Added reca… Nov 7, 2018
.removeable-files Add tests to removeable files Jul 4, 2016
.travis.yml Travis: improve dependency security check Mar 20, 2019
Gruntfile.js Remove unused configuration Feb 27, 2019
README.md Improved the README by adding proper contribution instructions Oct 25, 2018
composer.json Travis: improve dependency security check Mar 20, 2019
composer.lock Travis: improve dependency security check Mar 20, 2019
index.php
license.txt
package.json
phpcs.xml.dist Adds logic for handling and dealing with access tokens Feb 6, 2019
phpdoc.xml some more name replacements Jul 14, 2015
phpmd.xml
phpunit.xml.dist PHPUnit config: minor simplification Mar 13, 2019
readme.txt Merge remote-tracking branch 'origin/master' into release/10.1 Mar 19, 2019
renovate.json
wp-seo-main.php Preparations for 10.1-RC3 Mar 21, 2019
wp-seo.php Preparations for 10.1-RC3 Mar 21, 2019
wpml-config.xml Remove Google+ and replace it with other stuff Feb 20, 2019
yarn.lock Upgrade yoast-components and yoastseo versions Mar 13, 2019
yoast_meta.md

README.md

Yoast SEO

Build Status Stable Version License Maintainability

Welcome to the Yoast SEO GitHub repository

While the documentation for the Yoast SEO plugin can be found on Yoast.com, here you can browse the source of the project, find and discuss open issues and even contribute yourself.

Installation

Here's a guide on how to install Yoast SEO in your WordPress site.

Want to contribute to Yoast SEO?

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. Please note that this will download the latest development version of Yoast SEO. 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/wordpress-seo.git
cd wordpress-seo

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.

Support

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

Reporting bugs

We try to fix as many bugs we can, this is a graph of our recent activity: Throughput Graph

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

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:

You can’t perform that action at this time.