Semantic HTML
HTML that uses tags to describe meaning, not just appearance.
Semantic HTML uses tags like <article>, <section>, <nav>, <header>, <h1>-<h6>, and <table> to describe the meaning of content, not just its appearance.
AI engines parse semantic HTML to understand page structure. Sites built with generic <div> soup are harder to extract from and consistently earn fewer citations.