seo: update meta description and title for HTML & CSS learning
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
const translations = {
|
||||
en: {
|
||||
// Page
|
||||
pageTitle: "CODE CRISPIES - Learn CSS Interactively",
|
||||
pageTitle: "Code Crispies - Learn HTML & CSS Interactively",
|
||||
skipLink: "Skip to main content",
|
||||
|
||||
// Header
|
||||
@@ -104,7 +104,7 @@ const translations = {
|
||||
|
||||
de: {
|
||||
// Page
|
||||
pageTitle: "CODE CRISPIES - CSS interaktiv lernen",
|
||||
pageTitle: "Code Crispies - HTML & CSS interaktiv lernen",
|
||||
skipLink: "Zum Hauptinhalt springen",
|
||||
|
||||
// Header
|
||||
|
||||
@@ -4,7 +4,8 @@
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="icon" href="./favicon.ico" type="image/x-icon" />
|
||||
<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" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
Reference in New Issue
Block a user