By Josh Lewis on Monday, 05 December 2016
Posted in General Issues
Replies 6
Likes 0
Views 193
Votes 0
The canonical tags need adjustments on quite a few views.

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.
Thanks for reported, I will create a ticket in our issue tracker and we will see if possible to adjust this in the next future release.
·
Monday, 05 December 2016 12:21
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Josh,

Regarding the canonical link in user's profile page, this is actually the intended behaviour where items inside the profile page e.g. the Basic information (site.com/joshlewis/about), the canonical will point to site.com/joshlewis so that the search engine crawler should always crawl to your main user profile page.

Also, currently we only added the canonical link for user profile page. As for the other pages (groups, events and etc), we will consider adding the canonical links for these pages in the future.

Thanks and have a nice day!
Sam
·
Tuesday, 13 December 2016 20:10
·
0 Likes
·
0 Votes
·
0 Comments
·
Regarding the canonical link in user's profile page, this is actually the intended behaviour where items inside the profile page e.g. the Basic information (site.com/joshlewis/about), the canonical will point to site.com/joshlewis so that the search engine crawler should always crawl to your main user profile page.


This would theoretically make my basic information uncrawlable due to the crawler being told to go to my profile instead. Same goes for the apps and profile filters. Is this intentional? From the search engine's point of view my profile won't say much about who I am except for the h1 tag and similar metadata. This would theoretically make it more difficult to have better SEO for profiles. Being able to find text that matches my headers/H1 tags is important, especially if it's similar to the search engine query.
·
Wednesday, 14 December 2016 04:52
·
0 Likes
·
0 Votes
·
0 Comments
·
Yes, it is intentional to avoid Google reporting of duplicated pages for whatever reasons. This is actually requested by some customers as they do not want Google to also be indexing those other irrelevant views.

I would suggest you post your ideas / suggestions under the feature requests section and try to see if others are looking for similar setup
·
Wednesday, 14 December 2016 12:46
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post