Füge robots.txt und sitemap.xml hinzu, aktualisiere die Viewport-Meta-Tag und schließe zusätzliche Dateien vom Upload aus
All checks were successful
Deploy via FTP / deploy (push) Successful in 3s
All checks were successful
Deploy via FTP / deploy (push) Successful in 3s
This commit is contained in:
5
.github/workflows/deploy.yml
vendored
5
.github/workflows/deploy.yml
vendored
@@ -45,8 +45,11 @@ jobs:
|
||||
--exclude uploads/ \
|
||||
--exclude .claude/ \
|
||||
--exclude .gitignore \
|
||||
--exclude .package.json \
|
||||
--exclude package.json \
|
||||
--exclude package-lock.json \
|
||||
--exclude .env \
|
||||
--exclude node_modules/ \
|
||||
--exclude scripts/ \
|
||||
--exclude impressum.html \
|
||||
--exclude datenschutz.html \
|
||||
--exclude-glob *.csv \
|
||||
|
||||
@@ -2,13 +2,13 @@
|
||||
<html lang="de">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no,viewport-fit=cover">
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1,viewport-fit=cover">
|
||||
|
||||
<title>Finger Chooser – Wer fängt an? Zufällig einen Finger auswählen</title>
|
||||
<meta name="description" content="Finger aufs Display legen und die App entscheidet per Zufallsanimation: Wer fängt an? Ideal für Gruppen, Spiele & schnelle Entscheidungen. Kostenlos, kein Download, direkt im Browser.">
|
||||
<meta name="keywords" content="finger chooser, wer fängt an, wer ist dran, finger auswählen, zufälliger finger, finger roulette, wer darf anfangen, gruppenspiel smartphone, multi-touch app, zufallsentscheidung gruppe, random finger picker, finger tippen spiel, entscheidungshilfe gruppe, browser app kostenlos, multitouch spiel">
|
||||
<meta name="robots" content="index,follow">
|
||||
<link rel="canonical" href="/">
|
||||
<link rel="canonical" href="https://choose.leuschner.dev/">
|
||||
|
||||
<!-- Open Graph -->
|
||||
<meta property="og:type" content="website">
|
||||
|
||||
4
robots.txt
Normal file
4
robots.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
User-agent: *
|
||||
Allow: /
|
||||
|
||||
Sitemap: https://choose.leuschner.dev/sitemap.xml
|
||||
8
sitemap.xml
Normal file
8
sitemap.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||
<url>
|
||||
<loc>https://choose.leuschner.dev/</loc>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>1.0</priority>
|
||||
</url>
|
||||
</urlset>
|
||||
Reference in New Issue
Block a user