Hi,
This is related to this: https://community.nodebb.org/topic/14872/group-page-only-shows-limited-number-of-posts?_=1597422316813
We're getting more requests from our users to have ability to view more posts in group pages.
Thanks!
So based on my research, Google suggests that we use rel = prev and rel=next in the paginated links of our content.
Please add these attributes in all the html paginated links on node bb.
See here https://yoast.com/rel-next-prev-paginated-archives/
We already do this, check out the topic https://community.nodebb.org/topic/180/who-is-using-nodebb it has these
<link rel="canonical" href="https://community.nodebb.org/topic/180/who-is-using-nodebb" />
<link rel="up" href="https://community.nodebb.org/category/2/general-discussion" />
<link rel="next" href="https://community.nodebb.org/topic/180/who-is-using-nodebb?page=2" />