Header_Footer Hello, Ctml I tried this but its not so optimized I mean its not so smooth like discourse.
There are some limitations but here is one option to limit the height and show some text like "Read the full post...". However there is no logic for shorter posts so it will still appear, but it may not matter to you. Obviously I think it could be more polished if the extension handled it all, but as far as CSS only solution I think it might be the best we can do. Screenshots for both scenarios attached.
.item-bestAnswerPost .CommentPost{
padding-bottom: 10px;
}
.item-bestAnswerPost .Post-body{
max-height: 250px;
margin-bottom: 10px;
}
.item-bestAnswerPost .CommentPost:after{
content: "See the full post ...";
cursor: pointer;
}
Header_Footer As you said I tried that extension its amazing but do you know it mentioned that schema tag feature but in reality its not added, I checked the page source, I even cleared cache and even tried on fresh flarum install.
Ah ok sorry - my bad. Maybe you could also request that feature in the dedicated SEO extension? To be honest I am not sure which extension would be preferred to implement.