• Resolved tiggerkater

    (@tiggerkater)


    Dear Slim SEO developers,

    first of all, thank you for providing this lightweight and clean SEO plugin.

    I noticed an issue regarding content extraction:
    Slim SEO is unable to read or extract text from blocks created with GenerateBlocks inside Containers. So the auto generation of meta desciption does not work.
    Even with the code snippet provided in a previous support thread, Slim SEO still does not detect or use the content.

    add_filter( 'slim_seo_allowed_blocks', function ( $blocks ) {
    $blocks[] = 'generateblocks/text';
    return $blocks;
    } );

    Since GeneratePress + GenerateBlocks is a widely used ecosystem, it would be very helpful if Slim SEO could improve compatibility with container-based (dynamic?) content.

    For now I switched to another SEO plugin because I needed automatic meta descriptions to work with GP.
    I would be happy to switch back to Slim SEO if this feature becomes available — I really like the plugin’s efficient, no-bloat philosophy.

    Kind regards!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.