- App
- WoltLab Suite Forum
Can you add following meta headers to the system?
rel="prev" and rel="next"
This will inform google there is a second page in your list of topics.
It should be used everywhere in the system where you use pagination, so explain google it's the same kind of page, but a different page.
<link rel="prev" href="http://www.example.com/article?story=abc&page=1" />
<link rel="next" href="http://www.example.com/article?story=abc&page=3" />