bancorprotocol / webapp

Bancor Swap/Analytics webapp
https://app.bancor.network
MIT License
32 stars 45 forks source link

merge duplicated pages (301 redirect) #1458

Closed ashachaf closed 3 years ago

ashachaf commented 3 years ago

when tracking visits on the site, we sometimes display the page with a closing / this create duplications which make it harder to evaluate traffic

please do the following: URL that ends in / -> 301 redirect to the version without "/" example: https://app.bancor.network/eth/data/ -> 301 redirect to https://app.bancor.network/eth/data https://app.bancor.network/eth/swap/ -> 301 redirect to https://app.bancor.network/eth/swap


301 redirect from bancor.network domain to app.bancor.network example: https://bancor.network/eth/data/ -> https://app.bancor.network/eth/data https://bancor.network/eth/swap -> https://app.bancor.network/eth/swap

ashachaf commented 3 years ago

@Ran73Cohen @pingustar please indicate the status of this.