Skip to content

Commit f8145dd

Browse files
authored
Merge pull request #4673 from JetBrains/ktl-2048-update-meta-description
KTL-2048 Update meta description for kotlinlang
2 parents 6871bef + 2a1aaf1 commit f8145dd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pages/404.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ function NotFoundPage() {
2828
title={'Kotlin Programming Language'}
2929
ogImageName={'general.png'}
3030
description={
31-
'Kotlin is a programming language that makes coding concise, cross-platform, and fun. It is Google’s preferred language for Android app development.'
31+
'Kotlin is a concise and multiplatform programming language by JetBrains. Enjoy coding and build server-side, mobile, web, and desktop applications efficiently.'
3232
}
3333
>
3434
<StickyHeader>

pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ function Index() {
142142
title={'Kotlin Programming Language'}
143143
ogImageName={'general.png'}
144144
description={
145-
'Kotlin is a programming language that makes coding concise, cross-platform, and fun. It is Google’s preferred language for Android app development.'
145+
'Kotlin is a concise and multiplatform programming language by JetBrains. Enjoy coding and build server-side, mobile, web, and desktop applications efficiently.'
146146
}
147147
>
148148
<ThemeProvider theme="dark">

templates/pages/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
{% set headerDropdownTheme = "dark" %}
55

6-
{% set metaDescription = "Kotlin is a programming language that makes coding concise, cross-platform, and fun. It is Google’s preferred language for Android app development." %}
6+
{% set metaDescription = "Kotlin is a concise and multiplatform programming language by JetBrains. Enjoy coding and build server-side, mobile, web, and desktop applications efficiently." %}
77

88
{% block head_preload %}
99
<link rel="preload" href="/assets/fonts/Inter/Inter-Regular.woff2" as="font">

0 commit comments

Comments
 (0)