Explorar el Código

adding desc to the header as well as a sitemap and robots file

BaumSplitter41 hace 5 horas
padre
commit
0310338093
Se han modificado 3 ficheros con 22 adiciones y 0 borrados
  1. 2 0
      index.html
  2. 4 0
      robots.txt
  3. 16 0
      sitemap.xml

+ 2 - 0
index.html

@@ -4,6 +4,8 @@
     <meta charset="UTF-8">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <title>BaumSplitter41</title>
+	<meta name="description" content="Personal website of BaumSplitter41, an tech enthusiast and IT student.">
+	<link rel="canonical" href="https://www.baumsplitter41.eu/">
     <link rel="stylesheet" href="css/style.css">
     <link rel="icon" type="image/png" href="../assets/Logo_BaumSplitter41_transparent.png"/>
 </head>

+ 4 - 0
robots.txt

@@ -0,0 +1,4 @@
+User-agent: *
+Allow: /
+
+Sitemap: https://baumsplitter41.eu/sitemap.xml

+ 16 - 0
sitemap.xml

@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
+   <url>
+      <loc>https://baumsplitter41.eu/</loc>
+      <lastmod>2026-05-13</lastmod>
+      <changefreq>weekly</changefreq>
+      <priority>1.0</priority>
+   </url>
+
+   <url>
+      <loc>https://www.baumsplitter41.eu/privacy</loc>
+      <lastmod>2026-05-10</lastmod>
+      <changefreq>monthly</changefreq>
+      <priority>0.8</priority>
+   </url>
+</urlset>