set /en/ as canonical on the root path

This commit is contained in:
0x1eef 2024-01-03 20:40:49 -03:00
parent 4cd703052d
commit b2e460552d

View file

@ -2,6 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<title><%= t("en", "TheNobleQuran") %></title> <title><%= t("en", "TheNobleQuran") %></title>
<link rel="canonical" href="https://al-quran.reflectslight.io/en/">
<link rel="icon" href="/favicon.svg"> <link rel="icon" href="/favicon.svg">
<script src="/js/redirect.js"></script> <script src="/js/redirect.js"></script>
</head> </head>