The title of "Table of contents title" is presented with H3 structure and this is not good for a SEO hierarchy if the H1 tag is above it.
Whenever an index is generated
Replace H3 tag with a DIV tag.
OPEN AND EDIT: modules > contrib > toc_api > templates > toc-tree.html.twig
SEARCH: h3 {{ tree.title }} /h3
REPLACE WITH: div class="toc-title" {{ tree.title }} /div
OPEN AND EDIT: modules > contrib > toc_api > css > toc.tree.css
SEARCH: .node .toc-tree {
border: 1px solid #ccc;
padding: 0 1em;
margin: 1em 0;
}
ADD BELOW: .node .toc-title {
font-size: 18px;
font-weight: bold;
}
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.