diff --git a/src/components/SQLCourse/SQLCoursePage.tsx b/src/components/SQLCourse/SQLCoursePage.tsx
index 2a9e7dc7e..83c4bc9a1 100644
--- a/src/components/SQLCourse/SQLCoursePage.tsx
+++ b/src/components/SQLCourse/SQLCoursePage.tsx
@@ -311,7 +311,7 @@ export function SQLCoursePage() {
diff --git a/src/pages/courses/sql.astro b/src/pages/courses/sql.astro
index eeb80f7a8..0293fc39a 100644
--- a/src/pages/courses/sql.astro
+++ b/src/pages/courses/sql.astro
@@ -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'
>