Ci-dessous, les différences entre deux révisions de la page.
| webdev:wordpress:plugins:yoast-seo [08/11/2017 15:56] – créée dolo | webdev:wordpress:plugins:yoast-seo [08/11/2017 15:56] (Version actuelle) – dolo | ||
|---|---|---|---|
| Ligne 1: | Ligne 1: | ||
| + | ====== Yoast SEO ====== | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | |||
| + | ==== Override the robot meta with a Wordpress filter ==== | ||
| + | <code linenums> | ||
| + | // We put the robot meta to noindex nofollow using a yoast filter | ||
| + | add_filter(' | ||
| + | { | ||
| + | return ' | ||
| + | }); | ||
| + | // Output : | ||
| + | // <meta name=" | ||
| + | </ | ||