Hide h1
Hide the dynamically generated <h1> tag that reflects the combined search query and facets selected, e.g. <h1>Shirt : Green : Large: Nike</h1>. This feature is really great for SEO, so please consider that before turning it off.
| SX Type | Field | Subfields | Allowed Values |
|---|---|---|---|
results |
display |
hide_h1 |
false (default), true |
~CE
<script>
window.sx_results = {
options: {
display: {
hide_h1: true
}
}
}
</script>