update some pages with SEO warnings

This commit is contained in:
2024-04-30 08:09:46 +02:00
parent 4539adfc28
commit f2ddd31fec
21 changed files with 46 additions and 43 deletions

View File

@@ -1,5 +1,5 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html lang="en">
<head> <head>
<title>Home - janishutz.com</title> <title>Home - janishutz.com</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">

View File

@@ -1,5 +1,5 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html lang="en">
<head> <head>
<title>The Legal Stuff - janishutz.com</title> <title>The Legal Stuff - janishutz.com</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">

View File

@@ -1,5 +1,5 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html lang="en">
<head> <head>
<title>Privacy Policy - janishutz.com</title> <title>Privacy Policy - janishutz.com</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">

View File

@@ -1,5 +1,5 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html lang="en">
<head> <head>
<title>Privacy Policy - janishutz.com</title> <title>Privacy Policy - janishutz.com</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">

View File

@@ -1,5 +1,5 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html lang="en">
<head> <head>
<title>Return Policy - janishutz.com</title> <title>Return Policy - janishutz.com</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">

View File

@@ -1,5 +1,5 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html lang="en">
<head> <head>
<title>Terms of Service - janishutz.com</title> <title>Terms of Service - janishutz.com</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">

View File

@@ -1,5 +1,5 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html lang="en">
<head> <head>
<title>Presentations - janishutz.com</title> <title>Presentations - janishutz.com</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">

View File

@@ -1,11 +1,12 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html lang="en">
<head> <head>
<title>impress.js - janishutz.com</title> <title>impress.js - janishutz.com</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> <meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=7"> <meta http-equiv="X-UA-Compatible" content="IE=7">
<meta http-equiv="X-UA-Compatible" content="ie=edge"> <meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="description" content="impress.js is a JavaScript presentation tool, inspired by the idea behind prezi. It features an infinite, 3-Dimensional canvas, on which you can place elements.">
<link rel="stylesheet" href="/css/mainstyle.css"> <link rel="stylesheet" href="/css/mainstyle.css">
<script defer src="https://static.janishutz.com/libs/jquery/jquery.min.js"></script> <script defer src="https://static.janishutz.com/libs/jquery/jquery.min.js"></script>
<script defer src="/js/loader.js"></script> <script defer src="/js/loader.js"></script>
@@ -15,7 +16,7 @@
<div class="content-wrapper"> <div class="content-wrapper">
<div class="content"> <div class="content">
<img src="/assets/impress.jpg" alt="libreevent Logo" class="project-logo"> <img src="/assets/impress.jpg" alt="libreevent Logo" class="project-logo">
<h2 class="content-title">impress&shy;.js</h2> <h1 class="content-title">impress&shy;.js</h1>
<p style="text-align: center; margin-bottom: 5%;">impress.js is not in fact my own project, but rather a project I contribute code to and for which I have created a new project website.</p> <p style="text-align: center; margin-bottom: 5%;">impress.js is not in fact my own project, but rather a project I contribute code to and for which I have created a new project website.</p>
<hr class="pullquote-lines"> <hr class="pullquote-lines">
<h3 class="content-title-small">Slide based presentations are quite boring, why not try something new and better?</h3> <h3 class="content-title-small">Slide based presentations are quite boring, why not try something new and better?</h3>

View File

@@ -1,11 +1,12 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html lang="en">
<head> <head>
<title>Projects - janishutz.com</title> <title>Projects - janishutz.com</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> <meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=7"> <meta http-equiv="X-UA-Compatible" content="IE=7">
<meta http-equiv="X-UA-Compatible" content="ie=edge"> <meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="description" content="Discover my projects, which range from websites to iOS apps and custom built websites for you.">
<link rel="stylesheet" href="/css/mainstyle.css"> <link rel="stylesheet" href="/css/mainstyle.css">
<script defer src="https://static.janishutz.com/libs/jquery/jquery.min.js"></script> <script defer src="https://static.janishutz.com/libs/jquery/jquery.min.js"></script>
<script defer src="/js/loader.js"></script> <script defer src="/js/loader.js"></script>
@@ -16,7 +17,7 @@
<div class="content"> <div class="content">
<img src="/assets/Logo.png" alt="page Logo" class="project-logo"> <img src="/assets/Logo.png" alt="page Logo" class="project-logo">
<h1 class="content-title">Projects</h1> <h1 class="content-title">Projects</h1>
<p style="text-align: center; margin-bottom: 5%;">This is a selection of my most important projects. This list is not exhaustive and I've got some private projects ongoing at all times, like updating and optimising all my different websites.</p> <p style="text-align: center; margin-bottom: 5%;">This is a selection of my most important projects. This list is not exhaustive, and I've got some private projects ongoing at all times, like updating and optimizing all my different websites.</p>
<h3 id="ios" class="content-title-small">iOS Apps</h3> <h3 id="ios" class="content-title-small">iOS Apps</h3>
<div class="sidebyside"> <div class="sidebyside">
<div class="element"> <div class="element">

View File

@@ -1,5 +1,5 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html lang="en">
<head> <head>
<title>Language School Hossegor Booking System - janishutz.com</title> <title>Language School Hossegor Booking System - janishutz.com</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
@@ -17,7 +17,7 @@
<div class="content-wrapper"> <div class="content-wrapper">
<div class="content"> <div class="content">
<img src="/assets/lsh.png" alt="language school hossegor Logo" class="project-logo"> <img src="/assets/lsh.png" alt="language school hossegor Logo" class="project-logo">
<h2 class="content-title">Language School Hossegor Booking System</h2> <h1 class="content-title">Language School Hossegor Booking System</h1>
<p style="text-align: center; margin-bottom: 5%;">With a booking system that is purpose built for their needs, Language School Hossegor, a French language school, they can respond to customer requests much faster.</p> <p style="text-align: center; margin-bottom: 5%;">With a booking system that is purpose built for their needs, Language School Hossegor, a French language school, they can respond to customer requests much faster.</p>
<p style="text-align: center; margin-bottom: 5%;">Of their entire online presence, only the booking system was built by me as the website already existed and it wasn't in need of replacing.</p> <p style="text-align: center; margin-bottom: 5%;">Of their entire online presence, only the booking system was built by me as the website already existed and it wasn't in need of replacing.</p>
<div class="bottom"> <div class="bottom">

View File

@@ -17,7 +17,7 @@
<div class="content-wrapper"> <div class="content-wrapper">
<div class="content"> <div class="content">
<img src="https://raw.githubusercontent.com/simplePCBuilding/libreevent/master/assets/logo.png" alt="libreevent Logo" class="project-logo"> <img src="https://raw.githubusercontent.com/simplePCBuilding/libreevent/master/assets/logo.png" alt="libreevent Logo" class="project-logo">
<h2 class="content-title"><i>libre</i>ǝvent</h2> <h1 class="content-title"><i>libre</i>ǝvent</h1>
<p style="text-align: center; margin-bottom: 5%;">libreǝvent is a free and open source event management solution you can host yourself on whatever system. Create your next event at lower cost and power it using libreǝvent</p> <p style="text-align: center; margin-bottom: 5%;">libreǝvent is a free and open source event management solution you can host yourself on whatever system. Create your next event at lower cost and power it using libreǝvent</p>
<hr class="pullquote-lines"> <hr class="pullquote-lines">
<h3 class="content-title-small">Why use a commercial event management system if you can host a more flexible one yourself?</h3> <h3 class="content-title-small">Why use a commercial event management system if you can host a more flexible one yourself?</h3>

View File

@@ -1,11 +1,12 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html lang="en">
<head> <head>
<title>MusicPlayer - janishutz.com</title> <title>MusicPlayer - janishutz.com</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> <meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=7"> <meta http-equiv="X-UA-Compatible" content="IE=7">
<meta http-equiv="X-UA-Compatible" content="ie=edge"> <meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="description" content="MusicPlayer is an electron-based music player that allows a basically infinite number of client displays to connect to it, which can display the currently playing song beautifully.">
<link rel="stylesheet" href="/css/mainstyle.css"> <link rel="stylesheet" href="/css/mainstyle.css">
<link rel="stylesheet" href="/css/pages/home.css"> <link rel="stylesheet" href="/css/pages/home.css">
<script defer src="https://static.janishutz.com/libs/jquery/jquery.min.js"></script> <script defer src="https://static.janishutz.com/libs/jquery/jquery.min.js"></script>

View File

@@ -1,5 +1,5 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html lang="en">
<head> <head>
<title>QR & Barcode Insight - janishutz.com</title> <title>QR & Barcode Insight - janishutz.com</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">

View File

@@ -1,6 +1,6 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head lang="en">
<title>School projects - janishutz.com</title> <title>School projects - janishutz.com</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> <meta http-equiv="Content-Type" content="text/html;charset=UTF-8">

View File

@@ -1,5 +1,5 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html lang="en">
<head> <head>
<title>smuL - janishutz.com</title> <title>smuL - janishutz.com</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">

View File

@@ -1,5 +1,5 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html lang="en">
<head> <head>
<title>StorageManager - janishutz.com</title> <title>StorageManager - janishutz.com</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">

View File

@@ -1,5 +1,5 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html lang="en">
<head> <head>
<title>Services - janishutz.com</title> <title>Services - janishutz.com</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">

View File

@@ -3,32 +3,32 @@
<url> <url>
<loc>https://www.janishutz.com</loc> <loc>https://www.janishutz.com</loc>
<priority>1.00</priority> <priority>1.00</priority>
<lastmod>2024-04-08</lastmod> <lastmod>2024-04-30</lastmod>
</url> </url>
<url> <url>
<loc>https://www.janishutz.com/legal</loc> <loc>https://www.janishutz.com/legal</loc>
<priority>0.75</priority> <priority>0.75</priority>
<lastmod>2024-04-15</lastmod> <lastmod>2024-04-30</lastmod>
</url> </url>
<url> <url>
<loc>https://www.janishutz.com/support</loc> <loc>https://www.janishutz.com/support</loc>
<priority>0.67</priority> <priority>0.67</priority>
<lastmod>2024-02-20</lastmod> <lastmod>2024-04-30</lastmod>
</url> </url>
<url> <url>
<loc>https://www.janishutz.com/services</loc> <loc>https://www.janishutz.com/services</loc>
<priority>0.67</priority> <priority>0.67</priority>
<lastmod>2024-04-08</lastmod> <lastmod>2024-04-30</lastmod>
</url> </url>
<url> <url>
<loc>https://www.janishutz.com/projects</loc> <loc>https://www.janishutz.com/projects</loc>
<priority>0.67</priority> <priority>0.67</priority>
<lastmod>2024-04-08</lastmod> <lastmod>2024-04-30</lastmod>
</url> </url>
<url> <url>
<loc>https://www.janishutz.com/presentations</loc> <loc>https://www.janishutz.com/presentations</loc>
<priority>0.67</priority> <priority>0.67</priority>
<lastmod>2024-04-08</lastmod> <lastmod>2024-04-30</lastmod>
</url> </url>
<url> <url>
<loc>https://www.janishutz.com/about</loc> <loc>https://www.janishutz.com/about</loc>
@@ -38,67 +38,67 @@
<url> <url>
<loc>https://www.janishutz.com/legal/privacy</loc> <loc>https://www.janishutz.com/legal/privacy</loc>
<priority>0.67</priority> <priority>0.67</priority>
<lastmod>2024-04-16</lastmod> <lastmod>2024-04-30</lastmod>
</url> </url>
<url> <url>
<loc>https://www.janishutz.com/legal/returns</loc> <loc>https://www.janishutz.com/legal/returns</loc>
<priority>0.50</priority> <priority>0.50</priority>
<lastmod>2024-04-15</lastmod> <lastmod>2024-04-30</lastmod>
</url> </url>
<url> <url>
<loc>https://www.janishutz.com/legal/tos</loc> <loc>https://www.janishutz.com/legal/tos</loc>
<priority>0.50</priority> <priority>0.50</priority>
<lastmod>2024-04-15</lastmod> <lastmod>2024-04-30</lastmod>
</url> </url>
<url> <url>
<loc>https://www.janishutz.com/support/js-disabled</loc> <loc>https://www.janishutz.com/support/js-disabled</loc>
<priority>0.33</priority> <priority>0.33</priority>
<lastmod>2024-03-02</lastmod> <lastmod>2024-04-30</lastmod>
</url> </url>
<url> <url>
<loc>https://www.janishutz.com/support/contact</loc> <loc>https://www.janishutz.com/support/contact</loc>
<priority>0.33</priority> <priority>0.33</priority>
<lastmod>2024-04-02</lastmod> <lastmod>2024-04-30</lastmod>
</url> </url>
<url> <url>
<loc>https://www.janishutz.com/projects/storagemanager</loc> <loc>https://www.janishutz.com/projects/storagemanager</loc>
<priority>0.33</priority> <priority>0.33</priority>
<lastmod>2024-04-08</lastmod> <lastmod>2024-04-30</lastmod>
</url> </url>
<url> <url>
<loc>https://www.janishutz.com/projects/smuL</loc> <loc>https://www.janishutz.com/projects/smuL</loc>
<priority>0.33</priority> <priority>0.33</priority>
<lastmod>2024-04-08</lastmod> <lastmod>2024-04-30</lastmod>
</url> </url>
<url> <url>
<loc>https://www.janishutz.com/projects/schoolprojects</loc> <loc>https://www.janishutz.com/projects/schoolprojects</loc>
<priority>0.33</priority> <priority>0.33</priority>
<lastmod>2024-04-08</lastmod> <lastmod>2024-04-30</lastmod>
</url> </url>
<url> <url>
<loc>https://www.janishutz.com/projects/qrscanner</loc> <loc>https://www.janishutz.com/projects/qrscanner</loc>
<priority>0.33</priority> <priority>0.33</priority>
<lastmod>2024-04-08</lastmod> <lastmod>2024-04-30</lastmod>
</url> </url>
<url> <url>
<loc>https://www.janishutz.com/projects/musicplayer</loc> <loc>https://www.janishutz.com/projects/musicplayer</loc>
<priority>0.33</priority> <priority>0.33</priority>
<lastmod>2024-04-08</lastmod> <lastmod>2024-04-30</lastmod>
</url> </url>
<url> <url>
<loc>https://www.janishutz.com/projects/libreevent</loc> <loc>https://www.janishutz.com/projects/libreevent</loc>
<priority>0.33</priority> <priority>0.33</priority>
<lastmod>2024-04-08</lastmod> <lastmod>2024-04-30</lastmod>
</url> </url>
<url> <url>
<loc>https://www.janishutz.com/projects/languageschoolhossegor-booking</loc> <loc>https://www.janishutz.com/projects/languageschoolhossegor-booking</loc>
<priority>0.33</priority> <priority>0.33</priority>
<lastmod>2024-04-08</lastmod> <lastmod>2024-04-30</lastmod>
</url> </url>
<url> <url>
<loc>https://www.janishutz.com/projects/impress</loc> <loc>https://www.janishutz.com/projects/impress</loc>
<priority>0.33</priority> <priority>0.33</priority>
<lastmod>2024-04-08</lastmod> <lastmod>2024-04-30</lastmod>
</url> </url>
<url> <url>
<loc>https://www.janishutz.com/presentations/auth</loc> <loc>https://www.janishutz.com/presentations/auth</loc>
@@ -113,6 +113,6 @@
<url> <url>
<loc>https://www.janishutz.com/legal/privacy/v1</loc> <loc>https://www.janishutz.com/legal/privacy/v1</loc>
<priority>0.00</priority> <priority>0.00</priority>
<lastmod>2024-04-08</lastmod> <lastmod>2024-04-30</lastmod>
</url> </url>
</urlset> </urlset>

View File

@@ -1,5 +1,5 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html lang="en">
<head> <head>
<title>Contact me - janishutz.com</title> <title>Contact me - janishutz.com</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">

View File

@@ -1,5 +1,5 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html lang="en">
<head> <head>
<title>Support - janishutz.com</title> <title>Support - janishutz.com</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">

View File

@@ -1,5 +1,5 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html lang="en">
<head> <head>
<title>JS Disabled - janishutz.com</title> <title>JS Disabled - janishutz.com</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">