Yoast / yoast-acf-analysis

WordPress plugin that adds the content of all ACF fields to the Yoast SEO score analysis.
https://wordpress.org/plugins/acf-content-analysis-for-yoast-seo/
GNU General Public License v3.0
61 stars 20 forks source link

Content of ACF blocks with mode "auto" is not analyzed #261

Closed freinbichler closed 4 years ago

freinbichler commented 4 years ago

Please give us a description of what happened.

ACF Gutenberg blocks which are initialized with mode "auto" (fields render INSIDE the Gutenberg block on click) are not recognized by Yoast. Without mode "auto", where the fields are rendered in the sidebar, everything works as expected.

See my comment https://github.com/Yoast/yoast-acf-analysis/issues/241#issuecomment-641321308 in issue https://github.com/Yoast/yoast-acf-analysis/issues/241

To reproduce, register your blocks with the following option:

acf_register_block_type(array(
  ...
  'mode' => 'auto',
  ...
));

Technical info

DB-Alex commented 4 years ago

I have the same issue