Skip to content

WordPress plugin that adds the content of all ACF fields to the Yoast SEO score analysis.

License

GPL-3.0, Unknown licenses found

Licenses found

GPL-3.0
LICENSE
Unknown
license.txt
Notifications You must be signed in to change notification settings

Yoast/yoast-acf-analysis

Folders and files

NameName
Last commit message
Last commit date
Jun 18, 2020
Feb 28, 2025
Apr 7, 2024
Oct 22, 2021
Feb 18, 2025
Feb 17, 2025
Oct 18, 2017
Feb 18, 2025
Nov 13, 2017
Dec 16, 2023
May 1, 2023
Dec 16, 2023
Oct 31, 2017
Nov 27, 2015
May 1, 2023
Dec 13, 2024
Dec 13, 2024
May 31, 2017
Mar 15, 2018
Sep 29, 2020
Nov 20, 2023
Mar 4, 2025
Dec 11, 2017
Jun 4, 2019
Mar 4, 2025

Repository files navigation

Coverage Status

ACF Content Analysis for Yoast SEO

WordPress plugin that adds the content of all ACF fields to the Yoast SEO score analysis.

Description

Yoast SEO for WordPress content and SEO analysis does not take in to account the content of a post's Advanced Custom Fields. This plugin uses the plugin system of Yoast SEO for WordPress to hook into the analyser in order to add ACF content to the SEO analysis.

This was previously done by the WordPress SEO ACF Content Analysis plugin but that no longer works with Yoast 3.0. Kudos to ryuheixys, the author of that plugin, for the original idea.

This Plugin is compatible with the free ACF 4 Version as well as with the PRO Version 5. Please be aware that it ignores Pro Add-Ons for Version 4. In that case please upgrade to ACF PRO Version 5.

If you have issues, please submit them on GitHub

Development setup

Clone the repo into your plugins folder.

Run:

  • composer install
  • yarn
  • yarn build