<xf:page option="ldJsonHtml">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"name": "example",
"url": "https://www.example.com/",
"potentialAction": {
"@type": "SearchAction",
"target": {
"@type": "EntryPoint",
"urlTemplate": "https://www.example.com/search/search?keywords={search_keywords}"
},
"query-input": "required name=search_keywords"
}
}
</script>
</xf:page>