Proposal for Gutenberg blocks
-
- Add an HTML element selection to wrap your plugin’s Gutenberg blocks: HowTo, FAQ, Table of content
HTML elements: div, section, article, header, footer, main, aside
- Please add the option to add data-nosnippet for Gutenberg blocks in the editor (as a checkbox in the block settings). I mean any Gutenberg block, not just your plugin blocks
It is not uncommon for non-main content to appear in the automatic description in Google search results. This includes data from Gutenberg blocks.
Google’s recommendations are as follows: https://developers.google.com/search/docs/crawling-indexing/robots-meta-tag#data-nosnippet-attr
I want to use data-nosnippet on span, div, and section elements, as recommended by Google. But due to the limitations of Gutenberg blocks, it is not possible to do this custom.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Proposal for Gutenberg blocks’ is closed to new replies.