Last active
August 29, 2015 14:02
-
-
Save marciobarrios/86bb76f283e2b40b34bc to your computer and use it in GitHub Desktop.
Useful meta tags (example from https://github.com/csswizardry/csswizardry.github.com/blob/03cdb05ccd4a6189d64fa5d0e2546f0734b83acf/_layouts/default.html)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, minimum-scale=1.0"> | |
<!-- Prefetch DNS for external assets (Twitter widgets etc). --> | |
<link rel="dns-prefetch" href="//fonts.googleapis.com"> | |
<link rel="dns-prefetch" href="//platform.twitter.com"> | |
<link rel="dns-prefetch" href="//www.google-analytics.com"> | |
<link rel="dns-prefetch" href="//themes.googleusercontent.com"> | |
<link rel="dns-prefetch" href="//p.twitter.com"> | |
<link rel="dns-prefetch" href="//cdn.api.twitter.com"> | |
<link rel="dns-prefetch" href="//cdn.adpacks.com"> | |
<!-- Prerender work page --> | |
<link rel="prerender" href="http://csswizardry.com/work/"> | |
<meta name="twitter:card" content="summary"> | |
<meta name="twitter:site" content="@marciobarrios"> | |
<meta name="twitter:domain" content="marciobarrios.com"> | |
<meta name="twitter:creator" content="@marciobarrios"> | |
<meta name="twitter:title" content="UI crafstman"> | |
<meta name="twitter:image:src" content="http://marciobarrios.com/logo.png"> | |
<meta name="twitter:description" content=""> | |
<link rel="shortcut icon" href="/icon.png"> | |
<link rel="apple-touch-icon-precomposed" href="/icon.png"> | |
<meta name="apple-mobile-web-app-title" content="marciobarrios"> | |
<meta name="description" content=""> | |
</head> | |
<body></body> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment