You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Google Search Console shows that some URLs are linked externally with parameters e.g.:
https://berlin.freifunk.net/de/?bla
These URLs are duplicate content and consolidated by Google via the canonical tag. A better solution is to modify our Caddyfile to redirect all URLs with parameters to the corresponding URLs without parameters:
Google Search Console shows that some URLs are linked externally with parameters e.g.:
https://berlin.freifunk.net/de/?bla
These URLs are duplicate content and consolidated by Google via the canonical tag. A better solution is to modify our Caddyfile to redirect all URLs with parameters to the corresponding URLs without parameters:
https://berlin.freifunk.net/de/?bla
=>https://berlin.freifunk.net/de/
From looking at the documentation we can do this with a query matcher: https://caddyserver.com/docs/caddyfile/matchers#query
The text was updated successfully, but these errors were encountered: