Hi,
we shouldn't forget that HTML is mainly semantic. TITLE, H1...H6, EM, STRONG, SECTION, ASIDE, NAV, ARTICLE, HEADER, FOOTER ...
I also thought about a schema.org syntax, but that was too much overhead for me. My topics are now structured as follows:
With schema.org you can go into more detail. But I don't think most forums need that. In my opinion, an additional json-ld would be more suitable for a plugin, apart from bread&crump .
we shouldn't forget that HTML is mainly semantic. TITLE, H1...H6, EM, STRONG, SECTION, ASIDE, NAV, ARTICLE, HEADER, FOOTER ...
I also thought about a schema.org syntax, but that was too much overhead for me. My topics are now structured as follows:
Code:
<html><head><title></title></head><body><header>...<nav>...</nav>...</header><section><h1>(Topic title)</h1><article>(Post content)</article><article>...</section><footer>...<nav>...</nav>...</footer></body></html>
Statistics: Posted by harryk — Mon Mar 17, 2025 6:52 pm