From a0be4387f094914dc26c340b7cbe084a063da086 Mon Sep 17 00:00:00 2001 From: Michael Q Larson Date: Tue, 11 Nov 2014 00:23:15 -0800 Subject: [PATCH] update meta tags --- controllers/challenges.js | 2 +- views/partials/meta.jade | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/controllers/challenges.js b/controllers/challenges.js index de6126c7576..77d44d11024 100644 --- a/controllers/challenges.js +++ b/controllers/challenges.js @@ -18,7 +18,7 @@ exports.returnChallenge = function(req, res) { res.redirect('/'); } else { res.end(html); - } + } }); }); }; \ No newline at end of file diff --git a/views/partials/meta.jade b/views/partials/meta.jade index 232ae47af88..7ed53a47f05 100644 --- a/views/partials/meta.jade +++ b/views/partials/meta.jade @@ -2,25 +2,25 @@ meta(charset='utf-8') meta(http-equiv='X-UA-Compatible', content='IE=edge') meta(name='viewport', content='width=device-width, initial-scale=1.0') meta(name='csrf-token', content=_csrf) -meta(name='keywords', content='free code camp mean stack remote pair programming node.js angular.js express.js mongoDB coding bootcamp') -meta(content="A free online coding bootcamp for busy people. Learn JavaScript, build a portfolio, and get great references - all by helping nonprofits!", property="og:title") +meta(name='keywords', content='learn to code, learn how to code, code, coding, software engineer, software developer, mean stack, pair programming, node.js, angular.js, express.js, mongoDB, coding bootcamp') +meta(content="Learn to code at freecodecamp.com, freecodecamp is for busy people. Learn JavaScript, build a portfolio, and get great references - all by helping nonprofits!", property="og:title") meta(content="FreeCodeCamp", property="og:site_name") meta(content="http://www.freecodecamp.com", property="og:url") -meta(content="A free online coding bootcamp for busy people. Learn JavaScript, build a portfolio, and get great references - all by helping nonprofits!", property="og:description") +meta(content="Learn to code at freecodecamp.com, freecodecamp is for busy people. Learn JavaScript, build a portfolio, and get great references - all by helping nonprofits!", property="og:description") meta(content="https://pbs.twimg.com/profile_images/522961310212833280/XE6vGAaO.jpeg", property="og:image") meta(content="article", property="og:type") meta(content="https://www.facebook.com/freecodecamp", property="article:publisher") meta(content="Responsive", property="article:section") //meta(content="44011818", property="fb:admins") //Google -meta(content="A free online coding bootcamp for busy people. Learn JavaScript, build a portfolio, and get great references - all by helping nonprofits!", name="description") +meta(content="Learn to code at freecodecamp.com, freecodecamp is for busy people. Learn JavaScript, build a portfolio, and get great references - all by helping nonprofits!", name="description") link(href="https://plus.google.com/114148836969274586544", rel="author") //Twitter meta(content="freecodecamp", name="twitter:creator") meta(content="http://www.freecodecamp.com", name="twitter:url") meta(content="freecodecamp", name="twitter:site") //meta(content="summary_large_image", name="twitter:card") -meta(content="A free online coding bootcamp for busy people. Learn JavaScript, build a portfolio, and get great references - all by helping nonprofits!", name="twitter:title") +meta(content="Learn to code at freecodecamp.com, freecodecamp is for busy people. Learn JavaScript, build a portfolio, and get great references - all by helping nonprofits!", name="twitter:title") meta(content="https://pbs.twimg.com/profile_images/522961310212833280/XE6vGAaO.jpeg", name="twitter:image:src") -meta(content="A free online coding bootcamp for busy people. Learn JavaScript, build a portfolio, and get great references - all by helping nonprofits!", name="twitter:description") +meta(content="Learn to code at freecodecamp.com, freecodecamp is for busy people. Learn JavaScript, build a portfolio, and get great references - all by helping nonprofits!", name="twitter:description") meta(content="a40ee5d5dba3bb091ad783ebd2b1383f", name="p:domain_verify") \ No newline at end of file