Yoast/wordpress-seo
Fork: 894 Star: 1780 (更新于 2024-11-19 23:15:39)
license: NOASSERTION
Language: JavaScript .
Yoast SEO for WordPress
最后发布版本: 23.8-RC2 ( 2024-10-23 18:03:08)
Yoast SEO
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
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.
Testing packages
To run tests for js packages, run the following command from packages/js
folder:
yarn test
Support
This is a developer's portal for Yoast SEO and should not be used for support. Please visit the support forums.
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:
- Raise an issue on GitHub.
- Send us a Pull Request with your bug fixes and/or new features.
- Translate Yoast SEO into different languages.
- Provide feedback and suggestions on enhancements.
最近版本更新:(数据更新于 2024-10-28 14:36:54)
2024-10-23 18:03:08 23.8-RC2
2024-10-22 17:45:40 23.8-RC1
2024-10-22 15:57:09 23.7
2024-10-15 20:24:11 23.7-RC3
2024-10-14 21:23:53 23.7-RC2
2024-10-08 19:08:40 23.7-RC1
2024-10-08 17:39:04 23.6
2024-10-08 16:41:07 23.6-RC6
2024-10-07 19:13:46 23.6-RC5
2024-10-03 16:11:46 23.6-RC4
主题(topics):
breadcrumbs, metadata, opengraph, php, plugin, seo, wordpress, xml-sitemap, yoast, yoast-seo
Yoast/wordpress-seo同语言 JavaScript最近更新仓库
2024-11-21 07:00:59 nodejs/node
2024-11-21 00:49:46 FortAwesome/Font-Awesome
2024-11-18 14:26:02 projectdiscovery/nuclei-templates
2024-11-17 14:42:23 koodo-reader/koodo-reader
2024-11-16 02:31:01 bia-pain-bache/BPB-Worker-Panel
2024-11-15 00:07:06 MHSanaei/3x-ui