From 00c475f663d21cb5f245a9a4b5d6bf8a33ccee75 Mon Sep 17 00:00:00 2001 From: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com> Date: Thu, 2 Apr 2020 17:26:21 +0530 Subject: [PATCH] chore: update meta and description (#38419) --- client/src/components/landing/index.js | 6 ++++-- client/src/components/layouts/Default.js | 6 +++--- client/src/pages/learn.js | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/client/src/components/landing/index.js b/client/src/components/landing/index.js index fe0667e359d..028aac2d484 100644 --- a/client/src/components/landing/index.js +++ b/client/src/components/landing/index.js @@ -28,7 +28,7 @@ export const Landing = ({ edges }) => { return ( - Learn to code | freeCodeCamp.org + Learn to code at home | freeCodeCamp.org
@@ -39,7 +39,9 @@ export const Landing = ({ edges }) => { Welcome to freeCodeCamp.org -

Learn to code.

+

+ Learn to code at home. +

Build projects.

Earn certifications. diff --git a/client/src/components/layouts/Default.js b/client/src/components/layouts/Default.js index 382b931d7e8..a0f8672f9ed 100644 --- a/client/src/components/layouts/Default.js +++ b/client/src/components/layouts/Default.js @@ -161,9 +161,9 @@ class DefaultLayout extends Component { meta={[ { name: 'description', - content: - 'Learn to code with free online courses, programming ' + - 'projects, and interview preparation for developer jobs.' + content: `Learn to code at home. Build projects. Earn certifications. Since 2014, + more than 40,000 freeCodeCamp.org graduates have gotten jobs at tech + companies including Google, Apple, Amazon, and Microsoft.` }, { name: 'keywords', content: metaKeywords.join(', ') } ]} diff --git a/client/src/pages/learn.js b/client/src/pages/learn.js index d5646db5510..561f9fa6855 100644 --- a/client/src/pages/learn.js +++ b/client/src/pages/learn.js @@ -82,7 +82,7 @@ export const LearnPage = ({ const hashValue = hashValueSelector(state, hash); return ( - +