Normalize page redirections

Use a fallback HTML page with a manual and javascript redirect
Keep canonical pages only for alerts
This commit is contained in:
Saivann 2013-10-14 14:59:10 -04:00
parent b988ce349c
commit 3da682b36b
11 changed files with 69 additions and 54 deletions

View file

@ -1,8 +1,5 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--Javascript redirect to the new url-->
<html>
<head>
<meta name="robots" content="noindex">
<script>window.location.href='/en/choose-your-wallet';</script>
</head>
</html>
---
layout: redirect
redirect: /en/choose-your-wallet
lang: en
---