git » firstones » commit dc3758c

http: Add canonical link

author Alberto Bertogli
2026-01-25 11:48:24 UTC
committer Alberto Bertogli
2026-01-25 11:48:24 UTC
parent 7cbfb4a018cd310b60366a614bd28834df4629ce

http: Add canonical link

To help steer crawlers towards the canonical page (instead of specific
outputs), add a canonical link to the index' <head>.

http/index.tmpl.html +1 -0

diff --git a/http/index.tmpl.html b/http/index.tmpl.html
index 5c7842f..54aa929 100644
--- a/http/index.tmpl.html
+++ b/http/index.tmpl.html
@@ -5,6 +5,7 @@
 <title>She-Ra First Ones generator</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta name="color-scheme" content="dark light">
+<link rel="canonical" href=".">
 
 <style>
   body {