Skip to content

Commit da57567

Browse files
committed
make redirect whole html document with canonical
1 parent cd61ced commit da57567

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1 +1,12 @@
1-
<meta http-equiv="refresh" content="0; URL='{{ this.target }}'" />
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<title>Redirect to: {{ this.target }}</title>
6+
<meta http-equiv="refresh" content="0; URL='{{ this.target }}'"/>
7+
<link href="{{ this.target }}" rel="canonical"/>
8+
</head>
9+
<body>
10+
<a href="{{ this.target }}">Redirect to: {{ this.target }}</a>
11+
</body>
12+
</html>

0 commit comments

Comments
 (0)