feat: update meta tags, improving title and removing useless meta tags (#15629)
This commit is contained in:
committed by
Berkeley Martinez
parent
1947a1631a
commit
a02fd05922
@ -3,32 +3,31 @@ 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)
|
||||
title #{title} | freeCodeCamp
|
||||
link(rel='canonical', href='http://freecodecamp.org')
|
||||
link(rel='canonical', href='https://www.freecodecamp.org')
|
||||
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='learn to code, learn to program, learn programming, learn javascript, learn coding, code, coding, programming, software engineer, software developer, mean stack, web development, development, engineering, learn node.js, learn angular.js, learn express.js, learn mongoDB, coding bootcamp, javascript, open source')
|
||||
meta(property="og:title", content="Learn to code and help nonprofits")
|
||||
meta(property="og:title", content="Learn to code with free online courses, programming projects, and interview preparation for developer jobs.")
|
||||
meta(property="og:site_name", content="freeCodeCamp")
|
||||
meta(name='twitter:widgets:csp', content='on')
|
||||
meta(name='p:domain_verify', content='d0bc047a482c03c24f1168004c2a216a')
|
||||
meta(property="og:url", content="http://www.freecodecamp.org")
|
||||
meta(property="og:description", content="Learn to code and build projects for nonprofits. Build your full stack web development portfolio today.")
|
||||
meta(property="og:url", content="https://www.freecodecamp.org")
|
||||
meta(property="og:description", content="Learn to code with free online courses, programming projects, and interview preparation for developer jobs.")
|
||||
meta(property="og:image", content="https://s3.amazonaws.com/freecodecamp/curriculum-diagram-full.jpg")
|
||||
meta(property="og:type", content="article")
|
||||
meta(property="article:publisher", content="https://www.facebook.com/freecodecamp")
|
||||
meta(property="article:section", content="Responsive")
|
||||
link(rel="publisher", href="https://plus.google.com/+Freecodecamp")
|
||||
link(rel="author", href="https://plus.google.com/+Freecodecamp")
|
||||
meta(name="description", content="Learn to code and build projects for nonprofits. Build your full stack web development portfolio today.")
|
||||
meta(name="description", content="Learn to code with free online courses, programming projects, and interview preparation for developer jobs.")
|
||||
meta(name="twitter:creator", content="@freecodecamp")
|
||||
meta(name="twitter:url", content="http://www.freecodecamp.org")
|
||||
meta(name="twitter:site", content="@freecodecamp")
|
||||
meta(name="twitter:card", content="summary_large_image")
|
||||
meta(name="twitter:image:src", content="https://s3.amazonaws.com/freecodecamp/curriculum-diagram-full.jpg")
|
||||
meta(name="twitter:title", content="Learn to code and help nonprofits")
|
||||
meta(name="twitter:description", content="We're an open source community of busy people who learn to code and build projects for nonprofits. Build your full stack web development portfolio today.")
|
||||
meta(name="twitter:title", content="Learn to code for free")
|
||||
meta(name="twitter:description", content="Learn to code with free online courses, programming projects, and interview preparation for developer jobs.")
|
||||
meta(content="a40ee5d5dba3bb091ad783ebd2b1383f", name="p:domain_verify")
|
||||
meta(name="msapplication-TileColor", content="#FFFFFF")
|
||||
meta(name="msapplication-TileImage", content="/")
|
||||
|
Reference in New Issue
Block a user