# Adding server-side HTML

**URL:** https://meta.discourse.org/t/adding-server-side-html/289575
**Category:** Support
**Created:** [December 22, 2023, 7:49pm UTC](https://meta.discourse.org/t/adding-server-side-html/289575 "2023-12-22T19:49:55Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![j127](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/j127/32/79093_2.png) [@j127](https://meta.discourse.org/u/j127)
#### Post date: [December 22, 2023, 7:49pm UTC](https://meta.discourse.org/t/adding-server-side-html/289575/1 "2023-12-22T19:49:55Z")

</div>

Is there a quick way to add a small string of HTML markup to the server-rendered code?

A bot needs to verify the site by finding a snippet of text, but the bot only sees the bot-version of the site, which doesn’t contain that snippet. I want to inject the string right into the server-rendered code.

The string has to appear right in the HTML and not be loaded as an external script.
