PHP JavaScript CSS
Switch branches/tags
Latest commit 4fd95f1 Jul 21, 2017 @moorscode moorscode committed on GitHub Merge pull request #7514 from Yoast/stories/7484-fix-code-formatting-…
…issues

Fixed code formatting issues
Permalink
Failed to load latest commit information.
.github Update ISSUE_TEMPLATE.md Jul 11, 2017
admin Fixed code formatting issues Jul 21, 2017
css Merge branch 'master' into trunk Jul 14, 2017
deprecated Add `_deprecated_file()` calls to the files in the `deprecated` folder. Dec 20, 2016
frontend updated wpseo_pre_adjacent_rel_links filter name to wpseo_disable_adj… Jul 19, 2017
grunt Fix build tools Jul 5, 2017
images New icons also for SEO and Readability. Jul 5, 2017
inc Fixed code formatting issues Jul 21, 2017
js Merge branch 'master' into trunk Jul 14, 2017
languages Update translations Jul 13, 2017
tests Add link utils tests Jul 12, 2017
.babelrc Improve shortcode filtering regex Dec 20, 2016
.codeclimate.yml Added PHP MD ruleset for CodeClimate. (#5388) Aug 17, 2016
.csscomb.json Revert "Grunt Refactor" Nov 14, 2014
.csslintrc Add codeclimate config for new engine Aug 7, 2016
.editorconfig combine md json and yml, trim trailing whitespace is necessary for th… Oct 1, 2015
.eslintignore Add codeclimate config for new engine Aug 7, 2016
.eslintrc Fix ESLint quotes Aug 7, 2016
.gitattributes Added PHP MD ruleset for CodeClimate. (#5388) Aug 17, 2016
.gitignore Add compress command to create a zip artifact Jan 19, 2017
.removeable-files Add tests to removeable files Jul 4, 2016
.travis.yml Bump WP versions and fix JS CS Jul 10, 2017
Gruntfile.js Bump version numbers Jul 13, 2017
README.md Fixes CONTRIBUTING.md Jan 22, 2017
changelog.txt Adds changelog Jun 27, 2017
composer.json Updated dependencies and completed changelog Jun 27, 2017
composer.lock Updated dependencies and completed changelog Jun 27, 2017
index.php Cleaned up most leftover inline comment style issues Jun 5, 2015
license.txt Initial Github commit Nov 16, 2012
package.json Update yoast-components Jul 6, 2017
phpcs.xml Exclude the generated PHP language files Nov 10, 2016
phpdoc.xml some more name replacements Jul 14, 2015
phpmd.xml Added PHP MD ruleset for CodeClimate. (#5388) Aug 17, 2016
phpunit.xml Ignore deprecated files Jan 25, 2017
readme.txt Merge branch 'trunk' into stories/at/minimum-php Jul 14, 2017
wp-seo-main.php Bump version numbers Jul 13, 2017
wp-seo.php Bump version numbers Jul 13, 2017
wpml-config.xml Update wpml-config.xml Feb 18, 2015
yarn.lock Update yoast-components Jul 6, 2017

README.md

Yoast SEO

Build Status Stable Version License

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.

If you want to run the Git version for development though, you can set it up with Composer:

composer create-project yoast/wordpress-seo:dev-trunk --prefer-source --keep-vcs

Read more about using Composer with Yoast SEO.

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.

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: