feat: add SEO optimizations and server configuration files

This commit is contained in:
2025-08-25 15:15:25 +02:00
parent a6696b8a2b
commit 4d21a5e8f8
6 changed files with 87 additions and 2 deletions

View File

@@ -13,6 +13,9 @@ sshpass -p 'BiLqHib8s5Ag2FmL' sftp -oBatchMode=no -b - $USER@$SERVER <<EOF
cd $REMOTE_DIR
put -r $LOCAL_DIR/index.html
put -r $LOCAL_DIR/impressum.html
put -r $LOCAL_DIR/robots.txt
put -r $LOCAL_DIR/sitemap.xml
put -r $LOCAL_DIR/.htaccess
mkdir img
cd img
put -r $LOCAL_DIR/img/*