bodyHtml property
The semantic HTML body written into the document.
This string is written into the document verbatim. It is the one deliberate way past the renderer's tag and attribute policy, meant for HTML you wrote yourself. Never build it from content you do not control — use SeoPage.fromNodes for that, which puts the nodes through the policy.
Implementation
final String bodyHtml;