chore: update meta and description (#38419)

This commit is contained in:
Mrugesh Mohapatra
2020-04-02 17:26:21 +05:30
committed by GitHub
parent d4838f65d8
commit 00c475f663
3 changed files with 8 additions and 6 deletions

View File

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

View File

@ -161,9 +161,9 @@ class DefaultLayout extends Component {
meta={[ meta={[
{ {
name: 'description', name: 'description',
content: content: `Learn to code at home. Build projects. Earn certifications. Since 2014,
'Learn to code with free online courses, programming ' + more than 40,000 freeCodeCamp.org graduates have gotten jobs at tech
'projects, and interview preparation for developer jobs.' companies including Google, Apple, Amazon, and Microsoft.`
}, },
{ name: 'keywords', content: metaKeywords.join(', ') } { name: 'keywords', content: metaKeywords.join(', ') }
]} ]}

View File

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