We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd61ced commit da57567Copy full SHA for da57567
themes/vocabulary_theme/templates/redirect.html
@@ -1 +1,12 @@
1
-<meta http-equiv="refresh" content="0; URL='{{ this.target }}'" />
+<!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