We received an SEO report saying that our group post pages do not contain any H1 tags for the headers (but have h2 instead). All of the other posts types on the community seem to have H1 tags. Can anyone help us find where we can amend these for group posts?
TIA
@cheathcote - can you confirm if your communtiy group post page has post title at the top?
This seems to be a bug from lithium side. As a workaround, you can create the custom component and add it to the top of group message page.
<communityurl>/t5/bizapps/bizappspage/tab/community%3Astudio%3Apage-editor?page=GroupMessagePage
Custom Component ->
<h1 class="page-title">${page.context.message.subject}</h1>
This component will add H1 in the page with group post title inside it.
Great thanks for your help, will look into getting this done
I just checked on the group layout in our own Lithium Community here and a group message's title is actually represented as <h1> within the PageTitle component.
What you can verify on your end:
Welcome to the Technology board!
Curious about our platform? Looking to connect on social technology? You've come to the right place!