seo: update meta description and title for HTML & CSS learning
Some checks failed
Deploy static content to Pages / deploy (push) Has been cancelled

This commit is contained in:
2025-12-30 22:37:42 +01:00
parent 85eb19ecc3
commit d25dbcdf6d
2 changed files with 4 additions and 3 deletions

View File

@@ -5,7 +5,7 @@
const translations = { const translations = {
en: { en: {
// Page // Page
pageTitle: "CODE CRISPIES - Learn CSS Interactively", pageTitle: "Code Crispies - Learn HTML & CSS Interactively",
skipLink: "Skip to main content", skipLink: "Skip to main content",
// Header // Header
@@ -104,7 +104,7 @@ const translations = {
de: { de: {
// Page // Page
pageTitle: "CODE CRISPIES - CSS interaktiv lernen", pageTitle: "Code Crispies - HTML & CSS interaktiv lernen",
skipLink: "Zum Hauptinhalt springen", skipLink: "Zum Hauptinhalt springen",
// Header // Header

View File

@@ -4,7 +4,8 @@
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<link rel="icon" href="./favicon.ico" type="image/x-icon" /> <link rel="icon" href="./favicon.ico" type="image/x-icon" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>CODE CRISPIES - Learn CSS Interactively</title> <meta name="description" content="Code Crispies - Free, open-source platform for learning HTML and CSS through hands-on exercises. Master semantic markup, selectors, flexbox, animations and more." />
<title>Code Crispies - Learn HTML & CSS Interactively</title>
<link rel="stylesheet" href="main.css" /> <link rel="stylesheet" href="main.css" />
</head> </head>
<body> <body>