Yoast SEO for WordPress
JavaScript PHP CSS
Latest commit 6f9486f Jul 26, 2016 @terw-dan terw-dan committed on GitHub Merge pull request #5173 from Yoast/issues/rarst/metabox-attachment-t…
…axonomies

Added handling for invalid return of tax names from core for attachments
Failed to load latest commit information.
admin Merge pull request #5173 from Yoast/issues/rarst/metabox-attachment-t… Jul 26, 2016
css Add copy to build:js and release:js tasks and rebuild with latest sel… Jul 20, 2016
deprecated Add version number after the @deprecated. Dec 23, 2015
frontend Make sure the given image is set before handling the fallbacks. (#5167) Jul 19, 2016
grunt Add copy to build:js and release:js tasks and rebuild with latest sel… Jul 20, 2016
images Adds about page, fixes #5154 Jul 19, 2016
inc Merge pull request #5147 from Yoast/stories/at/abstract-is-post-edito… Jul 21, 2016
js Add copy to build:js and release:js tasks and rebuild with latest sel… Jul 20, 2016
languages update translations. Jul 19, 2016
tests Don't throw a 404 when there is an empty locale Jul 5, 2016
.babelrc this commit contains: May 31, 2016
.codeclimate.yml CSS tweaking. Remove dependencies. Mar 27, 2016
.csscomb.json Revert "Grunt Refactor" Nov 14, 2014
.editorconfig combine md json and yml, trim trailing whitespace is necessary for th… Oct 1, 2015
.gitattributes small fixes to trivial files Jun 15, 2016
.gitignore Updated .gitignore to ignore bower_components directory. Jul 27, 2015
.jscsrc this commit contains: May 31, 2016
.jshintrc Implement @terw_dan's suggestions in `wp-seo-metabox.js` May 4, 2015
.removeable-files Add tests to removeable files Jul 4, 2016
.travis.yml Dropped WP 4.2 from Travis matrix. Jun 1, 2016
CONTRIBUTING.md some more name replacements Jul 14, 2015
Gruntfile.js Revert "Retrieve JSON files from the standalone project" Jun 20, 2016
ISSUE_TEMPLATE.md Update ISSUE_TEMPLATE.md Mar 25, 2016
README.md Bump commit to reset codeclimate Nov 23, 2015
changelog.txt Changelog for 3.4 Jul 13, 2016
composer.json Only use minified files on production environment Jun 16, 2016
composer.lock Updated php-development-environment Jun 16, 2016
index.php Cleaned up most leftover inline comment style issues Jun 5, 2015
license.txt Initial Github commit Nov 16, 2012
package.json chore(package): update algoliasearch to version 3.16.0 (#5002) Jul 20, 2016
phpcs.xml Remove wp_get_post_terms check in phpcs May 11, 2016
phpdoc.xml some more name replacements Jul 14, 2015
phpunit.xml Add whitelist with our files for coverage Oct 27, 2015
readme.txt Update version number and copyright years Jul 19, 2016
wp-seo-main.php Update version number and copyright years Jul 19, 2016
wp-seo.php Update version number and copyright years Jul 19, 2016
wpml-config.xml Update wpml-config.xml Feb 18, 2015

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: