Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Argon Theme | 3,777 | 17 days ago | 136 | gpl-3.0 | PHP | |||||
📖 Argon - 一个轻盈、简洁的 WordPress 主题 | ||||||||||
Wordpress Seo | 1,657 | 3 | 3 hours ago | 3 | June 28, 2022 | 1,018 | other | JavaScript | ||
Yoast SEO for WordPress | ||||||||||
Slickstack | 575 | 2 days ago | 27 | gpl-3.0 | Shell | |||||
Lightning-fast WordPress on Nginx | ||||||||||
Nextjs Headless Wordpress | 534 | 5 months ago | 1 | October 06, 2020 | 23 | gpl-3.0 | JavaScript | |||
🔥 Nextjs Headless WordPress | ||||||||||
The Seo Framework | 391 | 4 days ago | 39 | June 08, 2022 | 113 | gpl-3.0 | PHP | |||
The SEO Framework WordPress plugin. | ||||||||||
Webdevtutorial | 284 | 4 years ago | 1 | |||||||
대학생을 위한 웹 개발 공부용 체크리스트 | ||||||||||
Wp Graphql Yoast Seo | 201 | 3 months ago | 14 | gpl-3.0 | PHP | |||||
This is an extension to the WPGraphQL plugin for Yoast SEO | ||||||||||
Accelerated Mobile Pages | 177 | 6 days ago | 133 | other | PHP | |||||
Automatically add Accelerated Mobile Pages (AMP Project) functionality on your WordPress. | ||||||||||
Presence | 173 | 7 years ago | 1 | PHP | ||||||
WordPress 篇平化单栏主题,响应式布局,兼容移动端。 | ||||||||||
Cornerstone | 154 | 3 years ago | 4 | gpl-2.0 | CSS | |||||
Cornerstone is a WordPress starter theme based on the Zurb Foundation Responsive Framework. Cornerstone aims to provide a lightweight starter theme that is responsive and SEO friendly that web designers can build great looking websites on. |
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.
Here's a guide on how to install Yoast SEO in your WordPress site.
At Yoast, we make use a specific toolset to develop our code. Please ensure you have the following tools installed before contributing.
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
During development, you could run grunt build:dev
instead of grunt build
, to save yourself downloading some dependencies that are only needed for a production environment.
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.
For active development, you could run grunt watch
to keep the build up-to-date and run checks right away.
For JavaScript only, a webpack development server is available. To enable the dev-server, you'll have to add this to your WordPress install's config.php
:
define( 'YOAST_SEO_DEV_SERVER', true );
and you can start it by running yarn start
in the wordpress-seo
folder.
Another JavaScript alternative is grunt webpack:watch
, this command will keep the JS files up-to-date. You'll have to refresh the page yourself since this does not run a development server.
This repository uses the Yoast grunt tasks plugin.
To run tests for js packages, run the following command from packages/js
folder:
yarn test
This is a developer's portal for Yoast SEO and should not be used for support. Please visit the support forums.
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.
Anyone is welcome to contribute to Yoast SEO. Please read the guidelines for contributing to this repository.
There are various ways you can contribute: