phpBB uses canonical url in the the head tag, if you check each of those URL's it's set to.
The purpose of that is so search engine knows it's duplicate content. Why they would all be showing up in search results you'll need to ask Google.
What you can do is use robots.txt to block those links with parameters like p= using wildcard.
https://developers.google.com/search/do ... robots_txt
Code:
<link rel="canonical" href="https://diendan.hocluat.vn/viewtopic.php?t=11027">
What you can do is use robots.txt to block those links with parameters like p= using wildcard.
https://developers.google.com/search/do ... robots_txt
Statistics: Posted by thecoalman — Tue Sep 03, 2024 3:03 am