put canonical url link on all pages

This commit is contained in:
Kyle Drake 2022-11-16 15:47:40 -06:00
parent 74df720aea
commit a2098a300e

View file

@ -15,6 +15,8 @@
<meta property="og:url" content="https://www.neocities.org">
<meta property="og:description" content="Neocities is the new Geocities. Create your own free home page, and do whatever you want with it.">
<meta name="referrer" content="no-referrer-when-downgrade">
<link rel="canonical" href="https://neocities.org<%= request.fullpath %>" />
<% if meta_robots %>
<meta name="robots" content="<%= meta_robots %>">