ACF Content Analysis for Yoast SEO
PLUGIN
Description
One of the most downloaded add-ons for WordPress ever is Yoast SEO. The plugin has many functions, but one of the most important is to be able to analyze how good the web site’s content is and provide feedback on what could be improved. One problem is that this only works with “regular” WordPress content. This may not be such a big problem for small websites, but for a little more advanced websites, the need to be able to create more tailored content increases.
One of the most popular plugins to add content is Advanced Custom Fields. Since Yoast SEO is not able to analyze content created with ACF, we created a plugin that solved this.
More information
For more information on the current version, statistics and changelogs, visit one of the repositories for the plugin.
Creators
Common filters
Remove specific field from analysis
add_filter( 'yoast-acf-analysis/blacklist_name', function ( $blacklist_name ) {
$blacklist_name->add( 'my-field-name' );
return $blacklist_name;
});
Remove field type from analysis
add_filter( 'yoast-acf-analysis/blacklist_type', function ( $blacklist_type ) {
// text, image etc
$blacklist_type->add( 'text' );
$blacklist_type->add( 'image' );
return $blacklist_type;
});
Give a field a specific heading value in the analysis
add_filter( 'yoast-acf-analysis/headlines', function ( $headlines ) {
// value from 1-6, 1=h1, 6=h6
$headlines['field_591eb45f2be86'] = 3;
return $headlines;
});
Change the refresh rate of the analysis
add_filter( 'yoast-acf-analysis/refresh_rate', function () {
// Refresh rates in milliseconds
return 1000;
});
A knowledge hub with lots of great articles for you who want to know more about WordPress & WooCommerce
Angry Creative AB köper Pragmatic Ltd
Idag är vi oerhört glada att meddela att Pragmatic Ltd. Pragmatic är en av Storbritanniens m…
Read moreAngry Creative AB köper Pragmatic Ltd
Vi välkomnar fem nya ansikten!
Efter en härlig semesterperiod börjar saker och ting nu rulla på som vanligt igen och för att kic…
Read moreVi välkomnar fem nya ansikten!
Video: Intervju med Jimmy Rosén från WordCamp Nordic
Att träffa och utbyta kunskap med de människor som bidrar till WordPress och dess utveckling är o…
Read more