Skip to content

Draft: [FIX] Bing won't follow redirects and also won't index / if /(tikiIndex) is the canonical

Nelson Ko requested to merge synergiq/tiki:synergiq-bingfix into master

Bing indexing has some limitations, namely that it doesn't follow redirects and also won't index <domain>/ if the canonical is <domain>/homepage. So when the pref for home page when user is not logged in is set, the canonical should be set to / and / should render the home page.

Merge request reports