seo: update meta description and title for HTML & CSS learning
Some checks failed
Deploy static content to Pages / deploy (push) Has been cancelled
Some checks failed
Deploy static content to Pages / deploy (push) Has been cancelled
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user