Change <i> to <em> & <b> to <strong> for sake of SEO
The essence of the edit code - change the tag () and [i] () on the tags - and , which is more consistent with SEO (search engine optimization).

Everyone knows html tag "b" and "strong". if not then go to w3schools.com or read below
[b] - Strictly a presentational element.
If you want text to be italicized and not have any real semantic meaning, then wrap it in .
[/b] - Strictly a presentational element.
If you want text to be bold and not have any real semantic meaning, then wrap it in .
[b] - Strictly a structure element.
If you want text to be spoken with emphasis using a speech reader, then wrap it in .
[b][/b] - Strictly a structure element.
If you want text to be spoken with strong emphasis using a speech reader, then wrap it in
.If you want text to be italicized and not have any real semantic meaning, then wrap it in .
[/b] - Strictly a presentational element.
If you want text to be bold and not have any real semantic meaning, then wrap it in .
[b] - Strictly a structure element.
If you want text to be spoken with emphasis using a speech reader, then wrap it in .
[b][/b] - Strictly a structure element.
If you want text to be spoken with strong emphasis using a speech reader, then wrap it in
Search engines love the tag "strong". Use it correctly

)
Updates
Dle templates English


