How is the readability and SEO score generated?
-
I’m using a setup where blocks are generated dynamically. That means that I don’t have classic block like
<!-- wp:paragraph --> <p>This is some content</p> <!-- /wp:paragraph -->
Instead, I have something like
<!-- wp:eightshift-blocks/paragraph {"wrapperGutter":{"large":"","desktop":"","tablet":"small","mobile":""},"wrapperSpacingTop":{"large":20,"desktop":"","tablet":"","mobile":""},"paragraph":{"content":"This is some content.","styleAlign":"left","styleColor":"primary","styleSize":"default"}} /-->
The content is stored as an attribute of the block.
It seems that plugin will just react to the HTML content inside the blocks.
Is there an option/filter or something that I can set so that the SEO plugin can recognize attributes as valid content (or certain attribute values like “content”)?
Thanks!
- The topic ‘How is the readability and SEO score generated?’ is closed to new replies.