chore: update meta and description (#38419)

pull/38493/head
Mrugesh Mohapatra 2020-04-02 17:26:21 +05:30 committed by GitHub
parent d4838f65d8
commit 00c475f663
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 6 deletions

View File

@ -28,7 +28,7 @@ export const Landing = ({ edges }) => {
return (
<Fragment>
<Helmet>
<title>Learn to code | freeCodeCamp.org</title>
<title>Learn to code at home | freeCodeCamp.org</title>
</Helmet>
<main className='landing-page'>
<Spacer />
@ -39,7 +39,9 @@ export const Landing = ({ edges }) => {
Welcome to freeCodeCamp.org
</h1>
<Spacer />
<h2 className='medium-heading text-center'>Learn to code.</h2>
<h2 className='medium-heading text-center'>
Learn to code at home.
</h2>
<h2 className='medium-heading text-center'>Build projects.</h2>
<h2 className='medium-heading text-center'>
Earn certifications.

View File

@ -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(', ') }
]}

View File

@ -82,7 +82,7 @@ export const LearnPage = ({
const hashValue = hashValueSelector(state, hash);
return (
<LearnLayout>
<Helmet title='Learn | freeCodeCamp.org' />
<Helmet title='Learn to code at home | freeCodeCamp.org' />
<Grid>
<Intro
complete={complete}