refactor(curriculum): split html fundamentals lecture into two (#61962)

This commit is contained in:
Tom
2025-09-11 02:09:23 -05:00
committed by GitHub
parent 415f0207f5
commit 29513a4d6d
8 changed files with 42 additions and 8 deletions

View File

@@ -2122,6 +2122,12 @@
"In these lectures, you will learn about HTML fundamentals like the <code>div</code> element, the <code>id</code> and <code>class</code> attributes, the HTML boilerplate, HTML entities, and more."
]
},
"lecture-understanding-how-html-affects-seo": {
"title": "Understanding How HTML Affects SEO",
"intro": [
"In these lectures, you will learn how your HTML code impacts search engine optimization."
]
},
"lab-travel-agency-page": {
"title": "Build a Travel Agency Page",
"intro": [

View File

@@ -439,6 +439,14 @@
{
"source": "/learn/full-stack-developer/lecture-working-with-objects/how-do-json-parse-and-json-stringify-work",
"destination": "/learn/full-stack-developer/lecture-working-with-json/how-do-json-parse-and-json-stringify-work"
},
{
"source": "/learn/full-stack-developer/lecture-html-fundamentals/what-is-the-role-of-the-meta-description",
"destination": "/learn/full-stack-developer/lecture-understanding-how-html-affects-seo/what-is-the-role-of-the-meta-description"
},
{
"source": "/learn/full-stack-developer/lecture-html-fundamentals/what-is-the-role-of-open-graph-tags",
"destination": "/learn/full-stack-developer/lecture-understanding-how-html-affects-seo/what-is-the-role-of-open-graph-tags"
}
]
}

View File

@@ -0,0 +1,9 @@
---
title: Introduction to Understanding How HTML Affects SEO
block: lecture-understanding-how-html-affects-seo
superBlock: full-stack-developer
---
## Introduction to Understanding How HTML Affects SEO
In these lecture videos, you will how HTML affects search engine optimization.

View File

@@ -21,14 +21,6 @@
{
"id": "670838b10ee87a18e5faff62",
"title": "What Is the Role of the Script Element in HTML, and How Can It Be Used to Link to External JavaScript Files?"
},
{
"id": "67083952f800051a8a21fcfd",
"title": "What Is the Role of the Meta Description, and How Does It Affect SEO?"
},
{
"id": "6708396caa00e11b597b3365",
"title": "What Is the Role of Open Graph Tags, and How Do They Affect SEO?"
}
]
}

View File

@@ -0,0 +1,18 @@
{
"name": "Understanding How HTML Affects SEO",
"blockType": "lecture",
"blockLayout": "challenge-list",
"isUpcomingChange": false,
"dashedName": "lecture-understanding-how-html-affects-seo",
"helpCategory": "HTML-CSS",
"challengeOrder": [
{
"id": "67083952f800051a8a21fcfd",
"title": "What Is the Role of the Meta Description, and How Does It Affect SEO?"
},
{
"id": "6708396caa00e11b597b3365",
"title": "What Is the Role of Open Graph Tags, and How Do They Affect SEO?"
}
]
}

View File

@@ -15,6 +15,7 @@
"workshop-cat-photo-app",
"lab-recipe-page",
"lecture-html-fundamentals",
"lecture-understanding-how-html-affects-seo",
"lab-travel-agency-page",
"lecture-working-with-audio-and-video-elements",
"lecture-working-with-images-and-svgs",