• Resolved tunyk

    (@tunyk)


    1. 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

    1. 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)
  • Plugin Support Rank Math Support

    (@rankmathsupport)

    Hello @tunyk,

    Thank you for your suggestion! We appreciate your detailed feedback. Adding custom HTML element options for wrapping Gutenberg blocks and a data-nosnippet checkbox for all blocks are excellent ideas. We’ll review these features if this is something we can include in our plugin and ensure they align with Google’s recommendations.

    Thank you so much again for your input.

    Thread Starter tunyk

    (@tunyk)

    HTML elements: nav too. Accidentally missed it on the list.

    I often wrap manual Table of contents in a nav. And I wrap manual FAQs in a section or article. This is a good practice for semantic layout.

    Plugin Support Rank Math Support

    (@rankmathsupport)

    Hello @tunyk,

    Thank you again for the suggestions. We have shared them with the development team for internal discussion.

    Please do not hesitate to let us know if you need our assistance with anything else.

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

The topic ‘Proposal for Gutenberg blocks’ is closed to new replies.