diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2019-04-27 23:52:19 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2019-04-27 23:52:19 -0400 |
| commit | 8484828d4bd6d46e341fee68009dc93e8a927128 (patch) | |
| tree | e222583f857f901ffc6deef6a2f02fa2cfe7559c | |
| parent | 5f9b41a551f9c3849f7a392cf522cad28d97bc25 (diff) | |
add canonical tags to all the pages
| -rw-r--r-- | static/build.html | 1 | ||||
| -rw-r--r-- | static/contact.html | 1 | ||||
| -rw-r--r-- | static/donate.html | 1 | ||||
| -rw-r--r-- | static/index.html | 1 | ||||
| -rw-r--r-- | static/install.html | 1 | ||||
| -rw-r--r-- | static/releases.html | 1 | ||||
| -rw-r--r-- | static/source.html | 1 |
7 files changed, 7 insertions, 0 deletions
diff --git a/static/build.html b/static/build.html index 3f0fb8c5..6d2c1370 100644 --- a/static/build.html +++ b/static/build.html @@ -8,6 +8,7 @@ <title>Build | GrapheneOS</title> <link rel="stylesheet" href="/grapheneos.css?0"/> <link rel="manifest" href="/manifest.webmanifest"/> + <link rel="canonical" href="https://grapheneos.org/build"/> </head> <body> <nav> diff --git a/static/contact.html b/static/contact.html index ddc0395a..15c6608b 100644 --- a/static/contact.html +++ b/static/contact.html @@ -8,6 +8,7 @@ <meta name="description" content="Contact information for GrapheneOS."/> <link rel="stylesheet" href="/grapheneos.css?0"/> <link rel="manifest" href="/manifest.webmanifest"/> + <link rel="canonical" href="https://grapheneos.org/contact"/> </head> <body> <nav> diff --git a/static/donate.html b/static/donate.html index 20ecb5c5..9d9cbacf 100644 --- a/static/donate.html +++ b/static/donate.html @@ -8,6 +8,7 @@ <meta name="description" content="Donating to support development of GrapheneOS."/> <link rel="stylesheet" href="/grapheneos.css?0"/> <link rel="manifest" href="/manifest.webmanifest"/> + <link rel="canonical" href="https://grapheneos.org/donate"/> </head> <body> <nav> diff --git a/static/index.html b/static/index.html index cf14a746..327ac711 100644 --- a/static/index.html +++ b/static/index.html @@ -8,6 +8,7 @@ <title>GrapheneOS</title> <link rel="stylesheet" href="/grapheneos.css?0"/> <link rel="manifest" href="/manifest.webmanifest"/> + <link rel="canonical" href="https://grapheneos.org/"/> </head> <body> <nav> diff --git a/static/install.html b/static/install.html index 12cb77c0..b43bc69d 100644 --- a/static/install.html +++ b/static/install.html @@ -8,6 +8,7 @@ <title>Install | GrapheneOS</title> <link rel="stylesheet" href="/grapheneos.css?0"/> <link rel="manifest" href="/manifest.webmanifest"/> + <link rel="canonical" href="https://grapheneos.org/install"/> </head> <body> <nav> diff --git a/static/releases.html b/static/releases.html index c668ef02..2b204bb6 100644 --- a/static/releases.html +++ b/static/releases.html @@ -8,6 +8,7 @@ <title>Releases | GrapheneOS</title> <link rel="stylesheet" href="/grapheneos.css?0"/> <link rel="manifest" href="/manifest.webmanifest"/> + <link rel="canonical" href="https://grapheneos.org/releases"/> </head> <body> <nav> diff --git a/static/source.html b/static/source.html index 9e5c3730..94ba7e0d 100644 --- a/static/source.html +++ b/static/source.html @@ -8,6 +8,7 @@ <meta name="description" content="Source code and issue trackers for GrapheneOS."/> <link rel="stylesheet" href="/grapheneos.css?0"/> <link rel="manifest" href="/manifest.webmanifest"/> + <link rel="canonical" href="https://grapheneos.org/source"/> </head> <body> <nav> |
