Google indexes a discussion page using content from other pages
- Dominant language
- PHP
- Stars
- 6.7k
- Forks
- 883
- Avg merge
- 15h 16m
- Merged PRs (30d)
- 73
Description
## Bug Report
**Current Behavior**
Google's crawler indexes page X of a discussion (discussion/?page=X) using also the text/images from other pages. This means that what Google's crawler sees doesn't always match what users see once they open that page.
**Example**
Google "ok, ma io ho fatto questi test a scopo informativo/illustrativo site:forum.fibra.click"

Second result is [page 12](https://forum.fibra.click/d/21124-latenze-tim-professional-con-bmg?page=12), but that post belongs to [page 10](https://forum.fibra.click/d/21124-latenze-tim-professional-con-bmg?page=10)
**Expected Behavior**
Google's crawler should only look at posts on a specific page, i.e. in the above example Google should link to page 10
**Environment**
- Flarum version: 1.2.0
- Website URL: https://forum.fibra.click/
**Possible Solutions**
1. (Hacky) Disable javascript for all crawlers (limited to discussions)
2. Disable posts auto-loading for crawlers, adding a button "load more" that points to the next page
3. Disable posts auto-loading for all users, adding a button "load more" that enables posts auto-loading
Contributor guide
Assessment
This issue has not been assessed yet.