MyBB Community Forums

Full Version: How to make canonical link tag?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Mybb 1.8 doesn't seem to have any canonical functionality. Why not? It's the way we're supposed to keep all these weird archive and print pages off the search results page without trying to hack into the PHP code to disable them altogether.

I need the archive, print, and any other pages I don't know about to identify the real page as the canonical page.

For example, these pages
https://www.mydomain.com/forum/archive/i...-2142.html
https://www.mydomain.com/forum/printthread.php?tid=2142

should have this tag


<link rel="canonical" href="https://www.mydomain.com/forum/showthread.php?tid=2142" />