The canonical tags need adjustments on quite a few views.
https://peakfun.com/profile/62-joshlewis without the URL plugin produces:
This works as expected, however the rest do not work as expected.
https://peakfun.com/profile/62-joshlewis/57-pages without the URL plugin produces:
https://peakfun.com/profile/62-joshlewis/58-Forum without the URL plugin produces:
The rest of the examples use the ES URL plugin.
https://peakfun.com/joshlewis/about produces:
https://peakfun.com/profile/joshlewis/about produces:
It should produce:
https://peakfun.com/profile/joshlewis/groups has no canonical tag (should point to the version without "/profile"). Same goes for Albums , Videos, Friends, Pages, and Followers.
https://peakfun.com/joshlewis/58-forum produces:
Same issue with the other left side apps.
https://peakfun.com/profile/62-joshlewis without the URL plugin produces:
<link href="https://peakfun.com/profile/62-joshlewis" rel="canonical" />
This works as expected, however the rest do not work as expected.
https://peakfun.com/profile/62-joshlewis/57-pages without the URL plugin produces:
<link href="https://peakfun.com/profile/62-joshlewis" rel="canonical" />
https://peakfun.com/profile/62-joshlewis/58-Forum without the URL plugin produces:
<link href="https://peakfun.com/profile/62-joshlewis" rel="canonical" />
The rest of the examples use the ES URL plugin.
https://peakfun.com/joshlewis/about produces:
<link href="https://peakfun.com/joshlewis" rel="canonical" />
https://peakfun.com/profile/joshlewis/about produces:
<link href="https://peakfun.com/joshlewis" rel="canonical" />
It should produce:
<link href="https://peakfun.com/joshlewis/about" rel="canonical" />
https://peakfun.com/profile/joshlewis/groups has no canonical tag (should point to the version without "/profile"). Same goes for Albums , Videos, Friends, Pages, and Followers.
https://peakfun.com/joshlewis/58-forum produces:
<link href="https://peakfun.com/joshlewis" rel="canonical" />
Same issue with the other left side apps.