HTML Strong Tag instead of Span Style

Hello,
Would it be possible to ensure that when we put text in bold in the content editor it is in tags <strong>?

Currently the rich text editor applies an element.style which places bold text in a span tag with style = bold. For SEO purposes, it would be preferable to use strong tags.

For example, HubSpot uses the following code to bold text:
span style=“font-weight: bold;”…/span
Instead, I would like HubSpot touse the following code to bold text:
strong…/strong
Below on the first image what applies in the codes HTML using the Rich Text or Drag and Drop Components and on the second capture what it would be relevant to have

Capture d’écran 2024-09-18 à 09.18.26.png

Thanks

This is a good suggestion. <span> elements and styles do not have value. A marked up <strong> element has more signals than an inline style.