1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-30 12:40:03 +02:00

fix: sql course meta

This commit is contained in:
Arik Chakma
2025-03-11 18:41:09 +06:00
parent 8b61bbfcbb
commit 75945c7c65
2 changed files with 8 additions and 3 deletions

View File

@@ -311,7 +311,7 @@ export function SQLCoursePage() {
<SectionHeader
title="Not your average SQL course"
description="Built around a text-based interactive approach and packed with practical challenges, this course stands out with features that make it truly unique."
description="This SQL programming class is designed to help you go from beginner to expert through hands-on practice with real-world scenarios, mastering everything from basic to complex queries."
className="mt-16 md:mt-20"
/>

View File

@@ -7,8 +7,13 @@ import SkeletonLayout from '../../layouts/SkeletonLayout.astro';
title='Master SQL'
briefTitle='Learn SQL from the ground up'
ogImageUrl='https://assets.roadmap.sh/guest/sql-course-bjc53.png'
description='Learn SQL from the ground up. This course covers the basics of SQL, intermediate concepts, and advanced topics.'
keywords={['sql', 'database', 'database management', 'database administration']}
description='This SQL programming class is designed to help you go from beginner to expert through hands-on practice with real-world scenarios, mastering everything from basic to complex queries.'
keywords={[
'sql',
'database',
'database management',
'database administration',
]}
canonicalUrl='/courses/sql'
>
<SQLCoursePage client:load />