Replace redirected URLs with full variants

dev
gravel 6 months ago
parent 5fd62bfcc6
commit ba82af0f8f
Signed by: gravel
GPG Key ID: C0538F3C906B308F

@ -1,8 +1,8 @@
User-agent: *
Allow: /
Allow: /about
Allow: /donate
Allow: /about/
Allow: /donate/
Allow: /index.html
Allow: /instructions
Allow: /privacy
Allow: /instructions/
Allow: /privacy/
Sitemap: https://sessioncommunities.online/sitemap.xml

@ -10,13 +10,13 @@
<footer id="footer">
<nav id="about-us">
<a
href="/about"
href="/about/"
class="footer__nav-target"
target="_blank"
title="About sessioncommunities.online"
>About</a
><a
href="/privacy"
href="/privacy/"
class="footer__nav-target"
target="_blank"
title="Read sessioncommunities.online's Privacy Policy."
@ -40,7 +40,7 @@
title="Visit the index page of our Session Listing Provider API."
>API</a
><a
href="/donate"
href="/donate/"
class="footer__nav-target"
target="_blank"
title="Support sessioncommunities.online"
@ -52,7 +52,7 @@
title="Read our recommendations for Open Group operators"
>Host a Community?</a
><a
href="/about#contact-us"
href="/about/#contact-us"
class="footer__nav-target"
target="_blank"
title="Information on how to contact the maintainer(s) of sessioncommunities.online"

@ -16,7 +16,7 @@
?>This web project crawls known sources of Session Communities, and <?php
?>displays information about them as a static HTML page.">
<meta property="og:type" content="article">
<meta property="og:url" content="<?=$SITE_CANONICAL_URL?>/about">
<meta property="og:url" content="<?=$SITE_CANONICAL_URL?>/about/">
</head>
<body>
<h1 id="self-updating-list-of-session-communities"><a href="/" title="Visit sessioncommunities.online">Session Community List</a> — About</h1>

@ -25,7 +25,7 @@
?>sessioncommunities.online relies on donations for development and server costs. <?php
?>Help us redefine what it means to be sustainable and support our mission of improving the Session ecosystem!">
<meta property="og:type" content="article">
<meta property="og:url" content="<?=$SITE_CANONICAL_URL?>/donate">
<meta property="og:url" content="<?=$SITE_CANONICAL_URL?>/donate/">
<title>Donate — sessioncommunities.online</title>
<style>
h1 {

@ -40,7 +40,7 @@
<script type="module" src="/main.js?<?=md5_file("$DOCUMENT_ROOT/main.js")?>"></script>
<link rel="modulepreload" href="/js/util.js?<?=md5_file("$DOCUMENT_ROOT/js/util.js")?>">
<link rel="preload" href="/servers.json" as="fetch" crossorigin="anonymous"/>
<link rel="help" href="/instructions">
<link rel="help" href="/instructions/">
<title>Session Communities — sessioncommunities.online</title>
<meta name="description" content="Public Session Group list updated daily! <?php
?>Click here to join your favorite Community in Session Messenger. <?php
@ -138,7 +138,7 @@
<a href="https://getsession.org/" rel="follow external">Session</a>
is a private messaging app that protects your meta-data,
encrypts your communications, and makes sure your messaging activities
leave no digital trail behind. <a href="/about">Read more.</a>
leave no digital trail behind. <a href="/about/">Read more.</a>
</p>
</details>
<details>
@ -146,7 +146,7 @@
<p class="carousel-target">
Session Communities are public chatrooms accessible from within Session Messenger.
This web project crawls known sources of Session Communities, and
displays information about them as a static HTML page. <a href="/about">Read more.</a>
displays information about them as a static HTML page. <a href="/about/">Read more.</a>
</p>
</details>
<p>Disclaimer:</p>

@ -30,7 +30,7 @@
?>">
<meta property="og:title" content="How to — sessioncommunities.online">
<meta property="og:description" content="Learn how to use sessioncommunities.online to join Communities in Session Messenger.">
<meta property="og:url" content="<?=$SITE_CANONICAL_URL?>/instructions">
<meta property="og:url" content="<?=$SITE_CANONICAL_URL?>/instructions/">
<meta property="og:type" content="article">
<title>Instructions — sessioncommunities.online</title>
</head>

@ -20,7 +20,7 @@
<meta property="og:title" content="Privacy — sessioncommunities.online">
<meta property="og:description" content="Read our transparent account of what data sessioncommunities.online collects when you browse the site.">
<meta property="og:type" content="article">
<meta property="og:url" content="<?=$SITE_CANONICAL_URL?>/privacy">
<meta property="og:url" content="<?=$SITE_CANONICAL_URL?>/privacy/">
<link rel="stylesheet" href="/css/common-dark.css">
<style>
label, label a { text-decoration: underline dotted white 1px; text-underline-offset: 0.2em; }
@ -101,7 +101,7 @@
<h2>Cookies</h2>
<p>We don't use 'em. <a href="/donate" style="text-decoration: inherit; color: inherit;">🍪</a></p>
<p>We don't use 'em. <a href="/donate/" style="text-decoration: inherit; color: inherit;">🍪</a></p>
<h2>So, you scrolled all the way down here.</h2>

@ -19,22 +19,22 @@
<priority>1.0</priority>
</url>
<url>
<?=loc_lastmod("/about")?>
<?=loc_lastmod("/about/")?>
<changefreq>monthly</changefreq>
<priority>0.7</priority>
</url>
<url>
<?=loc_lastmod("/privacy")?>
<?=loc_lastmod("/privacy/")?>
<changefreq>monthly</changefreq>
<priority>0.0</priority>
</url>
<url>
<?=loc_lastmod("/donate")?>
<?=loc_lastmod("/donate/")?>
<changefreq>monthly</changefreq>
<priority>0.0</priority>
</url>
<url>
<?=loc_lastmod("/instructions")?>
<?=loc_lastmod("/instructions/")?>
<changefreq>monthly</changefreq>
<priority>0.0</priority>
</url>

Loading…
Cancel
Save