Confirmed.
For the fix, the <h1>Catalog</h1> is in the Open-ILS/src/templates/opac/parts/base.tt2 file. However, removing that <h1> will mean all other catalog pages will have no <h1> attribute, which is also an SEO violation.
Maybe the fix would be a hierarchy like:
<h1>Catalog</h1> <h2>Item Title</h2> <h3>Everything Else</h3>
Would solve the problem for that page, at least.
Confirmed.
For the fix, the <h1>Catalog</h1> is in the Open-ILS/ src/templates/ opac/parts/ base.tt2 file. However, removing that <h1> will mean all other catalog pages will have no <h1> attribute, which is also an SEO violation.
Maybe the fix would be a hierarchy like:
<h1>Catalog</h1>
<h2>Item Title</h2>
<h3>Everything Else</h3>
Would solve the problem for that page, at least.