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, but that post belongs to 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
Possible Solutions
- (Hacky) Disable javascript for all crawlers (limited to discussions)
- Disable posts auto-loading for crawlers, adding a button "load more" that points to the next page
- Disable posts auto-loading for all users, adding a button "load more" that enables posts auto-loading
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, but that post belongs to 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
Possible Solutions