Skip to content

Instantly share code, notes, and snippets.

@kolodny
Forked from kevinSuttle/meta-tags.md
Last active August 30, 2015 17:39

Revisions

  1. Kevin Suttle revised this gist Jul 1, 2014. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion meta-tags.md
    Original file line number Diff line number Diff line change
    @@ -96,7 +96,7 @@ Copied from http://code.lancepollard.com/complete-list-of-html-meta-tags/
    ```

    #### Windows 8 Meta Tags
    ```
    ``` html
    <meta name="application-name" content=" Contoso" />
    <meta name="msapplication-TileColor" content=" #009900" />
    <meta name="msapplication-square70x70logo" content="images/smalltile.png" />
  2. Kevin Suttle revised this gist Jul 1, 2014. 1 changed file with 2 additions and 58 deletions.
    60 changes: 2 additions & 58 deletions meta-tags.md
    Original file line number Diff line number Diff line change
    @@ -51,62 +51,7 @@ Copied from http://code.lancepollard.com/complete-list-of-html-meta-tags/

    ```

    ## OpenGraph Meta Tags

    ``` html
    <meta name='og:title' content='The Rock'>
    <meta name='og:type' content='movie'>
    <meta name='og:url' content='http://www.imdb.com/title/tt0117500/'>
    <meta name='og:image' content='http://ia.media-imdb.com/rock.jpg'>
    <meta name='og:site_name' content='IMDb'>
    <meta name='og:description' content='A group of U.S. Marines, under command of...'>

    <meta name='fb:page_id' content='43929265776'>
    <meta name='application-name' content='foursquare'>
    <meta name='og:email' content='me@example.com'>
    <meta name='og:phone_number' content='650-123-4567'>
    <meta name='og:fax_number' content='+1-415-123-4567'>

    <meta name='og:latitude' content='37.416343'>
    <meta name='og:longitude' content='-122.153013'>
    <meta name='og:street-address' content='1601 S California Ave'>
    <meta name='og:locality' content='Palo Alto'>
    <meta name='og:region' content='CA'>
    <meta name='og:postal-code' content='94304'>
    <meta name='og:country-name' content='USA'>

    <meta property='fb:admins' content='987654321'>
    <meta property='og:type' content='game.achievement'>
    <meta property='og:points' content='POINTS_FOR_ACHIEVEMENT'>

    <meta property='og:video' content='http://example.com/awesome.swf'>
    <meta property='og:video:height' content='640'>
    <meta property='og:video:width' content='385'>
    <meta property='og:video:type' content='application/x-shockwave-flash'>
    <meta property='og:video' content='http://example.com/html5.mp4'>
    <meta property='og:video:type' content='video/mp4'>
    <meta property='og:video' content='http://example.com/fallback.vid'>
    <meta property='og:video:type' content='text/html'>

    <meta property='og:audio' content='http://example.com/amazing.mp3'>
    <meta property='og:audio:title' content='Amazing Song'>
    <meta property='og:audio:artist' content='Amazing Band'>
    <meta property='og:audio:album' content='Amazing Album'>
    <meta property='og:audio:type' content='application/mp3'>
    ```

    ## Company/Service Meta Tags

    #### ClaimID

    ``` html
    <meta name='microid' content='mailto+http:sha1:e6058ed7fca4a1921cq91d7f1f3b8736cd3cc1g7'>
    <meta name='readability-verification' content='E7aEHvVQpWc8VHDqKvaB2Z58hek2EAv2HuLuegv7'>
    <meta name='google-site-verification' content='4SMIedO1X4IkYrYuhEC2VuovdQM36Xxb0btUjElqQyg'>
    <meta name='ICBM' content='40.746990, -73.980537'>
    <meta name='generator' content='WordPress 3.3.1'>
    <meta name='norton-safeweb-site-verification' content='tz8iotmk-pkhui406y41y5bfmfxdwmaa4a-yc0hm6r0fga7s6j0j27qmgqkmc7oovihzghbzhbdjk-uiyrz438nxsjdbj3fggwgl8oq2nf4ko8gi7j4z7t78kegbidl4'>
    ```

    #### Apple Meta Tags

    @@ -174,7 +119,7 @@ polling-uri2=notifications/contoso2.xml; polling-uri3=notifications/contoso3.xml
    <meta name='csrf-param' content='authenticity_token'>
    <meta name='csrf-token' content='/bZVwvomkAnwAI1Qd37lFeewvpOIiackk9121fFwWwc='>
    ```

    ## HTML Link Tags

    ``` html
    @@ -212,13 +157,12 @@ polling-uri2=notifications/contoso2.xml; polling-uri3=notifications/contoso3.xml
    <link href='http://thenextweb.com/2009/01/08/how-to-snap-up-that-twitter-username-youve-always-wanted/' rel='original-source'>
    <link rel='profile' title='Microformats' href='http://microformats.org/profile/specs/'>
    <link rel='profile' href='http://gmpg.org/xfn/11'>
    <link rel='chrome-webstore-item' href='https://chrome.google.com/webstore/detail/noojglkidnpfjbincgijbaiedldjfbhh'>
    ```

    ## Other Resources

    - [HTML5 Boilerplate explanations and suggestions of header tags](http://html5boilerplate.com/docs/head-Tips/)
    - [Dublic Core Meta Tags](http://www.seoconsultants.com/meta-tags/dublin/)
    - [Apple Meta Tags](http://developer.apple.com/safari/library/documentation/appleapplications/reference/safarihtmlref/articles/metatags.html)
    - [OpenGraph Meta Tags](http://opengraphprotocol.org/)
    - [Link Tag Meaning](http://intertwingly.net/wiki/pie/LinkTagMeaning)
    - [Google Chrome HTML5 Tags](http://www.html5rocks.com/)
  3. Kevin Suttle revised this gist Jul 1, 2014. 1 changed file with 12 additions and 0 deletions.
    12 changes: 12 additions & 0 deletions meta-tags.md
    Original file line number Diff line number Diff line change
    @@ -150,6 +150,18 @@ Copied from http://code.lancepollard.com/complete-list-of-html-meta-tags/

    ```

    #### Windows 8 Meta Tags
    ```
    <meta name="application-name" content=" Contoso" />
    <meta name="msapplication-TileColor" content=" #009900" />
    <meta name="msapplication-square70x70logo" content="images/smalltile.png" />
    <meta name="msapplication-square150x150logo" content="images/mediumtile.png" />
    <meta name="msapplication-wide310x150logo" content="images/widetile.png" />
    <meta name="msapplication-square310x310logo" content="images/largetile.png" />
    <meta name="msapplication-notification" content="frequency=30; polling-uri=notifications/contoso1.xml;
    polling-uri2=notifications/contoso2.xml; polling-uri3=notifications/contoso3.xml" />
    ```

    #### Blog Catalog Meta Tags

    ``` html
  4. Kevin Suttle revised this gist Jul 1, 2014. 1 changed file with 0 additions and 17 deletions.
    17 changes: 0 additions & 17 deletions meta-tags.md
    Original file line number Diff line number Diff line change
    @@ -95,17 +95,6 @@ Copied from http://code.lancepollard.com/complete-list-of-html-meta-tags/
    <meta property='og:audio:type' content='application/mp3'>
    ```

    ## Create Custom Meta Tags

    Use custom meta tags to store data that you need in Javascript, instead of hard-coding that data into your Javascript. I store my Google Analytics code in meta tags. Here's some examples:

    ``` html
    <meta name='google-analytics' content='1-AHFKALJ'>
    <meta name='disqus' content='abcdefg'>
    <meta name='uservoice' content='asdfasdf'>
    <meta name='mixpanel' content='asdfasdf'>
    ```

    ## Company/Service Meta Tags

    #### ClaimID
    @@ -161,12 +150,6 @@ Use custom meta tags to store data that you need in Javascript, instead of hard-

    ```

    #### TweetMeme Meta Tags

    ``` html
    <meta name='tweetmeme-title' content='Retweet Button Explained'>
    ```

    #### Blog Catalog Meta Tags

    ``` html
  5. Kevin Suttle revised this gist Jul 1, 2014. 1 changed file with 2 additions and 3 deletions.
    5 changes: 2 additions & 3 deletions meta-tags.md
    Original file line number Diff line number Diff line change
    @@ -206,7 +206,7 @@ Use custom meta tags to store data that you need in Javascript, instead of hard-
    <link rel='pingback' href='http://smallbiztrends.com/xmlrpc.php'>
    <link rel='stylesheet' media='only screen and (max-device-width: 480px)' href='http://wordpress.org/style/iphone.css' type='text/css'>
    <link rel='wlwmanifest' href='http://www.example.com/wp-includes/wlwmanifest.xml' type='application/wlwmanifest+xml'>
    ```

    <link rel='help' title='FAQ' href='/faq'>
    <link rel='logo' type='image/svg' href='https://playfoursquare.s3.amazonaws.com/press/logo/foursquare-logo.svg'>
    <link rel='P3Pv1' href='/w3c/p3p.xml'>
    @@ -218,7 +218,6 @@ Use custom meta tags to store data that you need in Javascript, instead of hard-
    <link rel='profile' title='Microformats' href='http://microformats.org/profile/specs/'>
    <link rel='profile' href='http://gmpg.org/xfn/11'>
    <link rel='chrome-webstore-item' href='https://chrome.google.com/webstore/detail/noojglkidnpfjbincgijbaiedldjfbhh'>

    ```
    ## Other Resources

    @@ -227,4 +226,4 @@ Use custom meta tags to store data that you need in Javascript, instead of hard-
    - [Apple Meta Tags](http://developer.apple.com/safari/library/documentation/appleapplications/reference/safarihtmlref/articles/metatags.html)
    - [OpenGraph Meta Tags](http://opengraphprotocol.org/)
    - [Link Tag Meaning](http://intertwingly.net/wiki/pie/LinkTagMeaning)
    - [Google Chrome HTML5 Tags](http://www.html5rocks.com/)
    - [Google Chrome HTML5 Tags](http://www.html5rocks.com/)
  6. Kevin Suttle revised this gist Jun 13, 2012. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions meta-tags.md
    Original file line number Diff line number Diff line change
    @@ -122,6 +122,7 @@ Use custom meta tags to store data that you need in Javascript, instead of hard-
    #### Apple Meta Tags

    ``` html
    <meta name="apple-mobile-web-app-title" content="My App"> <!-- New in iOS6 -->
    <meta name='apple-mobile-web-app-capable' content='yes'>
    <meta name='apple-touch-fullscreen' content='yes'>
    <meta name='apple-mobile-web-app-status-bar-style' content='black'>
  7. Kevin Suttle revised this gist Apr 30, 2012. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions meta-tags.md
    Original file line number Diff line number Diff line change
    @@ -221,6 +221,7 @@ Use custom meta tags to store data that you need in Javascript, instead of hard-
    ```
    ## Other Resources
    - [HTML5 Boilerplate explanations and suggestions of header tags](http://html5boilerplate.com/docs/head-Tips/)
    - [Dublic Core Meta Tags](http://www.seoconsultants.com/meta-tags/dublin/)
    - [Apple Meta Tags](http://developer.apple.com/safari/library/documentation/appleapplications/reference/safarihtmlref/articles/metatags.html)
    - [OpenGraph Meta Tags](http://opengraphprotocol.org/)
  8. Kevin Suttle revised this gist Mar 8, 2012. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion meta-tags.md
    Original file line number Diff line number Diff line change
    @@ -126,7 +126,7 @@ Use custom meta tags to store data that you need in Javascript, instead of hard-
    <meta name='apple-touch-fullscreen' content='yes'>
    <meta name='apple-mobile-web-app-status-bar-style' content='black'>
    <meta name='format-detection' content='telephone=no'>
    <meta name='viewport' content='width=device-width; content='width = 320; initial-scale=1.0; maximum-scale=1.0; user-scalable=yes; target-densitydpi=160dpi'>
    <meta name='viewport' content='width=device-width; content='width = 320; initial-scale=1.0; maximum-scale=1.0; user-scalable=yes; target-densitydpi=160dpi'>
    <link href='/apple-touch-icon.png' rel='apple-touch-icon' type='image/png'>
    <link href='touch-icon-ipad.png' rel='apple-touch-icon' sizes='72x72'>
  9. Kevin Suttle revised this gist Mar 8, 2012. 1 changed file with 0 additions and 1 deletion.
    1 change: 0 additions & 1 deletion meta-tags.md
    Original file line number Diff line number Diff line change
    @@ -47,7 +47,6 @@ Copied from http://code.lancepollard.com/complete-list-of-html-meta-tags/
    <meta http-equiv='Pragma' content='no-cache'>
    <meta http-equiv='Cache-Control' content='no-cache'>
    <meta http-equiv='imagetoolbar' content='no'>
    <meta http-equiv='Pragma' content='no-cache'>
    <meta http-equiv='x-dns-prefetch-control' content='off'>

    ```
  10. Kevin Suttle revised this gist Mar 8, 2012. 1 changed file with 0 additions and 1 deletion.
    1 change: 0 additions & 1 deletion meta-tags.md
    Original file line number Diff line number Diff line change
    @@ -34,7 +34,6 @@ Copied from http://code.lancepollard.com/complete-list-of-html-meta-tags/
    <meta name='MobileOptimized' content='320'>
    <meta name='date' content='Sep. 27, 2010'>
    <meta name='search_date' content='2010-09-27'>
    <meta name='Rating' content='General'>
    <meta name='DC.title' content='Unstoppable Robot Ninja'>
    <meta name='ResourceLoaderDynamicStyles' content=''>
    <meta name='medium' content='blog'>
  11. Kevin Suttle revised this gist Mar 8, 2012. 1 changed file with 0 additions and 1 deletion.
    1 change: 0 additions & 1 deletion meta-tags.md
    Original file line number Diff line number Diff line change
    @@ -44,7 +44,6 @@ Copied from http://code.lancepollard.com/complete-list-of-html-meta-tags/
    <meta name='y_key' content='1e39c508e0d87750'>
    <meta name='pageKey' content='guest-home'>
    <meta itemprop='name' content='jQTouch'>
    <meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'>
    <meta http-equiv='Expires' content='0'>
    <meta http-equiv='Pragma' content='no-cache'>
    <meta http-equiv='Cache-Control' content='no-cache'>
  12. Kevin Suttle revised this gist Mar 8, 2012. 1 changed file with 0 additions and 1 deletion.
    1 change: 0 additions & 1 deletion meta-tags.md
    Original file line number Diff line number Diff line change
    @@ -4,7 +4,6 @@ Copied from http://code.lancepollard.com/complete-list-of-html-meta-tags/

    ``` html
    <meta charset='UTF-8'>
    <meta content='en_US' name='language'>
    <meta name='keywords' content='your, tags'>
    <meta name='description' content='150 words'>
    <meta name='subject' content='your website's subject'>
  13. Kevin Suttle revised this gist Mar 8, 2012. 1 changed file with 170 additions and 135 deletions.
    305 changes: 170 additions & 135 deletions meta-tags.md
    Original file line number Diff line number Diff line change
    @@ -3,191 +3,226 @@ Copied from http://code.lancepollard.com/complete-list-of-html-meta-tags/
    ## Basic HTML Meta Tags

    ``` html
    <meta name="keywords" content="your, tags"/>
    <meta name="description" content="150 words"/>
    <meta name="subject" content="your website's subject">
    <meta name="copyright"content="company name">
    <meta name="language" content="ES">
    <meta name="robots" content="index,follow" />
    <meta name="revised" content="Sunday, July 18th, 2010, 5:15 pm" />
    <meta name="abstract" content="">
    <meta name="topic" content="">
    <meta name="summary" content="">
    <meta name="Classification" content="Business">
    <meta name="author" content="name, email@hotmail.com">
    <meta name="designer" content="">
    <meta name="copyright" content="">
    <meta name="reply-to" content="email@hotmail.com">
    <meta name="owner" content="">
    <meta name="url" content="http://www.websiteaddrress.com">
    <meta name="identifier-URL" content="http://www.websiteaddress.com">
    <meta name="directory" content="submission">
    <meta name="category" content="">
    <meta name="coverage" content="Worldwide">
    <meta name="distribution" content="Global">
    <meta name="rating" content="General">
    <meta name="revisit-after" content="7 days">
    <meta http-equiv="Expires" content="0">
    <meta http-equiv="Pragma" content="no-cache">
    <meta http-equiv="Cache-Control" content="no-cache">
    <meta charset='UTF-8'>
    <meta content='en_US' name='language'>
    <meta name='keywords' content='your, tags'>
    <meta name='description' content='150 words'>
    <meta name='subject' content='your website's subject'>
    <meta name='copyright' content='company name'>
    <meta name='language' content='ES'>
    <meta name='robots' content='index,follow'>
    <meta name='revised' content='Sunday, July 18th, 2010, 5:15 pm'>
    <meta name='abstract' content=''>
    <meta name='topic' content=''>
    <meta name='summary' content=''>
    <meta name='Classification' content='Business'>
    <meta name='author' content='name, email@hotmail.com'>
    <meta name='designer' content=''>
    <meta name='reply-to' content='email@hotmail.com'>
    <meta name='owner' content=''>
    <meta name='url' content='http://www.websiteaddrress.com'>
    <meta name='identifier-URL' content='http://www.websiteaddress.com'>
    <meta name='directory' content='submission'>
    <meta name='pagename' content='jQuery Tools, Tutorials and Resources - O'Reilly Media'>
    <meta name='category' content=''>
    <meta name='coverage' content='Worldwide'>
    <meta name='distribution' content='Global'>
    <meta name='rating' content='General'>
    <meta name='revisit-after' content='7 days'>
    <meta name='subtitle' content='This is my subtitle'>
    <meta name='target' content='all'>
    <meta name='HandheldFriendly' content='True'>
    <meta name='MobileOptimized' content='320'>
    <meta name='date' content='Sep. 27, 2010'>
    <meta name='search_date' content='2010-09-27'>
    <meta name='Rating' content='General'>
    <meta name='DC.title' content='Unstoppable Robot Ninja'>
    <meta name='ResourceLoaderDynamicStyles' content=''>
    <meta name='medium' content='blog'>
    <meta name='syndication-source' content='https://mashable.com/2008/12/24/free-brand-monitoring-tools/'>
    <meta name='original-source' content='https://mashable.com/2008/12/24/free-brand-monitoring-tools/'>
    <meta name='verify-v1' content='dV1r/ZJJdDEI++fKJ6iDEl6o+TMNtSu0kv18ONeqM0I='>
    <meta name='y_key' content='1e39c508e0d87750'>
    <meta name='pageKey' content='guest-home'>
    <meta itemprop='name' content='jQTouch'>
    <meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'>
    <meta http-equiv='Expires' content='0'>
    <meta http-equiv='Pragma' content='no-cache'>
    <meta http-equiv='Cache-Control' content='no-cache'>
    <meta http-equiv='imagetoolbar' content='no'>
    <meta http-equiv='Pragma' content='no-cache'>
    <meta http-equiv='x-dns-prefetch-control' content='off'>

    ```

    ## OpenGraph Meta Tags

    ``` html
    <meta name="og:title" content="The Rock"/>
    <meta name="og:type" content="movie"/>
    <meta name="og:url" content="http://www.imdb.com/title/tt0117500/"/>
    <meta name="og:image" content="http://ia.media-imdb.com/rock.jpg"/>
    <meta name="og:site_name" content="IMDb"/>
    <meta name="og:description" content="A group of U.S. Marines, under command of..."/>

    <meta name="fb:page_id" content="43929265776" />

    <meta name="og:email" content="me@example.com"/>
    <meta name="og:phone_number" content="650-123-4567"/>
    <meta name="og:fax_number" content="+1-415-123-4567"/>

    <meta name="og:latitude" content="37.416343"/>
    <meta name="og:longitude" content="-122.153013"/>
    <meta name="og:street-address" content="1601 S California Ave"/>
    <meta name="og:locality" content="Palo Alto"/>
    <meta name="og:region" content="CA"/>
    <meta name="og:postal-code" content="94304"/>
    <meta name="og:country-name" content="USA"/>

    <meta property="og:type" content="game.achievement"/>
    <meta property="og:points" content="POINTS_FOR_ACHIEVEMENT"/>

    <meta property="og:video" content="http://example.com/awesome.swf" />
    <meta property="og:video:height" content="640" />
    <meta property="og:video:width" content="385" />
    <meta property="og:video:type" content="application/x-shockwave-flash" />
    <meta property="og:video" content="http://example.com/html5.mp4" />
    <meta property="og:video:type" content="video/mp4" />
    <meta property="og:video" content="http://example.com/fallback.vid" />
    <meta property="og:video:type" content="text/html" />

    <meta property="og:audio" content="http://example.com/amazing.mp3" />
    <meta property="og:audio:title" content="Amazing Song" />
    <meta property="og:audio:artist" content="Amazing Band" />
    <meta property="og:audio:album" content="Amazing Album" />
    <meta property="og:audio:type" content="application/mp3" />
    <meta name='og:title' content='The Rock'>
    <meta name='og:type' content='movie'>
    <meta name='og:url' content='http://www.imdb.com/title/tt0117500/'>
    <meta name='og:image' content='http://ia.media-imdb.com/rock.jpg'>
    <meta name='og:site_name' content='IMDb'>
    <meta name='og:description' content='A group of U.S. Marines, under command of...'>

    <meta name='fb:page_id' content='43929265776'>
    <meta name='application-name' content='foursquare'>
    <meta name='og:email' content='me@example.com'>
    <meta name='og:phone_number' content='650-123-4567'>
    <meta name='og:fax_number' content='+1-415-123-4567'>

    <meta name='og:latitude' content='37.416343'>
    <meta name='og:longitude' content='-122.153013'>
    <meta name='og:street-address' content='1601 S California Ave'>
    <meta name='og:locality' content='Palo Alto'>
    <meta name='og:region' content='CA'>
    <meta name='og:postal-code' content='94304'>
    <meta name='og:country-name' content='USA'>

    <meta property='fb:admins' content='987654321'>
    <meta property='og:type' content='game.achievement'>
    <meta property='og:points' content='POINTS_FOR_ACHIEVEMENT'>

    <meta property='og:video' content='http://example.com/awesome.swf'>
    <meta property='og:video:height' content='640'>
    <meta property='og:video:width' content='385'>
    <meta property='og:video:type' content='application/x-shockwave-flash'>
    <meta property='og:video' content='http://example.com/html5.mp4'>
    <meta property='og:video:type' content='video/mp4'>
    <meta property='og:video' content='http://example.com/fallback.vid'>
    <meta property='og:video:type' content='text/html'>

    <meta property='og:audio' content='http://example.com/amazing.mp3'>
    <meta property='og:audio:title' content='Amazing Song'>
    <meta property='og:audio:artist' content='Amazing Band'>
    <meta property='og:audio:album' content='Amazing Album'>
    <meta property='og:audio:type' content='application/mp3'>
    ```

    ## Create Custom Meta Tags

    Use custom meta tags to store data that you need in javascript, instead of hard-coding that data into your javascript. I store my Google Analytics code in meta tags. Here's some examples:
    Use custom meta tags to store data that you need in Javascript, instead of hard-coding that data into your Javascript. I store my Google Analytics code in meta tags. Here's some examples:

    ``` html
    <meta name="google-analytics" content="1-AHFKALJ"/>
    <meta name="disqus" content="abcdefg"/>
    <meta name="uservoice" content="asdfasdf"/>
    <meta name="mixpanel" content="asdfasdf"/>
    <meta name='google-analytics' content='1-AHFKALJ'>
    <meta name='disqus' content='abcdefg'>
    <meta name='uservoice' content='asdfasdf'>
    <meta name='mixpanel' content='asdfasdf'>
    ```

    ## Company/Service Meta Tags

    #### ClaimID

    ``` html
    <meta name="microid" content="mailto+http:sha1:e6058ed7fca4a1921cq91d7f1f3b8736cd3cc1g7" />
    <meta name='microid' content='mailto+http:sha1:e6058ed7fca4a1921cq91d7f1f3b8736cd3cc1g7'>
    <meta name='readability-verification' content='E7aEHvVQpWc8VHDqKvaB2Z58hek2EAv2HuLuegv7'>
    <meta name='google-site-verification' content='4SMIedO1X4IkYrYuhEC2VuovdQM36Xxb0btUjElqQyg'>
    <meta name='ICBM' content='40.746990, -73.980537'>
    <meta name='generator' content='WordPress 3.3.1'>
    <meta name='norton-safeweb-site-verification' content='tz8iotmk-pkhui406y41y5bfmfxdwmaa4a-yc0hm6r0fga7s6j0j27qmgqkmc7oovihzghbzhbdjk-uiyrz438nxsjdbj3fggwgl8oq2nf4ko8gi7j4z7t78kegbidl4'>
    ```

    #### Apple Meta Tags

    ``` html
    <meta name="apple-mobile-web-app-capable" content="yes">
    <meta content="yes" name="apple-touch-fullscreen" />
    <meta name="apple-mobile-web-app-status-bar-style" content="black">
    <meta name="format-detection" content="telephone=no">
    <meta name="viewport" content="width = 320, initial-scale = 2.3, user-scalable = no">
    <meta name='apple-mobile-web-app-capable' content='yes'>
    <meta name='apple-touch-fullscreen' content='yes'>
    <meta name='apple-mobile-web-app-status-bar-style' content='black'>
    <meta name='format-detection' content='telephone=no'>
    <meta name='viewport' content='width=device-width; content='width = 320; initial-scale=1.0; maximum-scale=1.0; user-scalable=yes; target-densitydpi=160dpi'>
    <link href='/apple-touch-icon.png' rel='apple-touch-icon' type='image/png'>
    <link href='touch-icon-ipad.png' rel='apple-touch-icon' sizes='72x72'>
    <link href='touch-icon-iphone4.png' rel='apple-touch-icon' sizes='114x114'>
    <link href='/startup.png' rel='apple-touch-startup-image'>
    <link href='http://github.com/images/touch-icon-iphone4.png' sizes='114x114' rel='apple-touch-icon-precomposed'>
    <link href='http://github.com/images/touch-icon-ipad.png' sizes='72x72' rel='apple-touch-icon-precomposed'>
    <link href='http://github.com/images/apple-touch-icon-57x57.png' sizes='57x57' rel='apple-touch-icon-precomposed'>
    ```
    #### Internet Explorer Meta Tags
    ``` html
    <meta http-equiv="Page-Enter" content="RevealTrans(Duration=2.0,Transition=2)" />
    <meta http-equiv="Page-Exit" content="RevealTrans(Duration=3.0,Transition=12)" />
    <meta name="mssmarttagspreventparsing" content="true">
    <meta http-equiv="X-UA-Compatible" content="chrome=1">
    <meta name="msapplication-starturl" content="http://blog.reybango.com/about/"/>
    <meta name="msapplication-window" content="width=800;height=600"/>
    <meta name="msapplication-navbutton-color" content="red"/>
    <meta name="application-name" content="Rey Bango Front-end Developer"/>
    <meta name="msapplication-tooltip" content="Launch Rey Bango's Blog"/>
    <meta name="msapplication-task" content="name=About;action-uri=/about/;icon-uri=/images/about.ico" />
    <meta name="msapplication-task" content="name=The Big List;action-uri=/the-big-list-of-javascript-css-and-html-development-tools-libraries-projects-and-books/;icon-uri=/images/list_links.ico" />
    <meta name="msapplication-task" content="name=jQuery Posts;action-uri=/category/jquery/;icon-uri=/images/jquery.ico" />
    <meta name="msapplication-task" content="name=Start Developing;action-uri=/category/javascript/;icon-uri=/images/script.ico" />
    <link rel="shortcut icon" href="/images/favicon.ico" />
    <meta http-equiv='Page-Enter' content='RevealTrans(Duration=2.0,Transition=2)'>
    <meta http-equiv='Page-Exit' content='RevealTrans(Duration=3.0,Transition=12)'>
    <meta name='mssmarttagspreventparsing' content='true'>
    <meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"/>
    <meta name='msapplication-starturl' content='http://blog.reybango.com/about/'>
    <meta name='msapplication-window' content='width=800;height=600'>
    <meta name='msapplication-navbutton-color' content='red'>
    <meta name='application-name' content='Rey Bango Front-end Developer'>
    <meta name='msapplication-tooltip' content='Launch Rey Bango's Blog'>
    <meta name='msapplication-task' content='name=About;action-uri=/about/;icon-uri=/images/about.ico'>
    <meta name='msapplication-task' content='name=The Big List;action-uri=/the-big-list-of-javascript-css-and-html-development-tools-libraries-projects-and-books/;icon-uri=/images/list_links.ico'>
    <meta name='msapplication-task' content='name=jQuery Posts;action-uri=/category/jquery/;icon-uri=/images/jquery.ico'>
    <meta name='msapplication-task' content='name=Start Developing;action-uri=/category/javascript/;icon-uri=/images/script.ico'>
    <meta name='msvalidate.01' content='6E3AD52DC176461A3C81DD6E98003BC9'>
    <meta http-equiv='cleartype' content='on'>

    ```

    #### TweetMeme Meta Tags

    ``` html
    <meta name="tweetmeme-title" content="Retweet Button Explained" />
    <meta name='tweetmeme-title' content='Retweet Button Explained'>
    ```

    #### Blog Catalog Meta Tags

    ``` html
    <meta name="blogcatalog" />
    <meta name='blogcatalog'>
    ```

    #### Rails Meta Tags

    ``` html
    <meta name="csrf-param" content="authenticity_token"/>
    <meta name="csrf-token" content="/bZVwvomkAnwAI1Qd37lFeewvpOIiackk9121fFwWwc="/>
    ```

    #### Apple Tags

    ``` html
    <meta name="apple-mobile-web-app-capable" content="yes">
    <meta name="apple-mobile-web-app-status-bar-style" content="black">
    <meta name="format-detection" content="telephone=no">
    <meta name= "viewport" content = "width = 320, initial-scale = 2.3, user-scalable = no">
    <meta name= "viewport" content = "width = device-width">
    <meta name = "viewport" content = "initial-scale = 1.0">
    <meta name = "viewport" content = "initial-scale = 2.3, user-scalable = no">
    <link rel="apple-touch-icon" href="touch-icon-iphone.png" />
    <link rel="apple-touch-icon" sizes="72x72" href="touch-icon-ipad.png" />
    <link rel="apple-touch-icon" sizes="114x114" href="touch-icon-iphone4.png" />
    <link rel="apple-touch-startup-image" href="/startup.png">

    <link rel="apple-touch-icon" type="image/png" href="/apple-touch-icon.png" />
    <meta name='csrf-param' content='authenticity_token'>
    <meta name='csrf-token' content='/bZVwvomkAnwAI1Qd37lFeewvpOIiackk9121fFwWwc='>
    ```

    ## HTML Link Tags

    ``` html
    <link rel="alternate" type="application/rss+xml" title="RSS" href="http://feeds.feedburner.com/martini" />
    <link rel="shortcut icon" type="image/ico" href="/favicon.ico" />
    <link rel="fluid-icon" type="image/png" href="/fluid-icon.png" />
    <link rel="me" type="text/html" href="http://google.com/profiles/thenextweb"/>
    <link rel='shortlink' href='http://blog.unto.net/?p=353' />
    <link rel='archives' title='May 2003' href='http://blog.unto.net/2003/05/' />
    <link rel='index' title='DeWitt Clinton' href='http://blog.unto.net/' />
    <link rel='start' title='Pattern Recognition 1' href='http://blog.unto.net/photos/pattern_recognition_1_about/' />
    <link rel='prev' title='OpenSearch and OpenID? A sure way to get my attention.' href='http://blog.unto.net/opensearch/opensearch-and-openid-a-sure-way-to-get-my-attention/' />
    <link rel='next' title='Not blog' href='http://blog.unto.net/meta/not-blog/' />
    <link rel="search" href="/search.xml" type="application/opensearchdescription+xml" title="Viatropos" />

    <link rel="self" type="application/atom+xml" href="http://www.syfyportal.com/atomFeed.php?page=3"/>
    <link rel="first" href="http://www.syfyportal.com/atomFeed.php"/>
    <link rel="next" href="http://www.syfyportal.com/atomFeed.php?page=4"/>
    <link rel="previous" href="http://www.syfyportal.com/atomFeed.php?page=2"/>
    <link rel="last" href="http://www.syfyportal.com/atomFeed.php?page=147"/>

    <link rel='shortlink' href='http://smallbiztrends.com/?p=43625' />
    <link rel="canonical" href="http://smallbiztrends.com/2010/06/9-things-to-do-before-entering-social-media.html" />
    <link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://smallbiztrends.com/xmlrpc.php?rsd" />
    <link rel="pingback" href="http://smallbiztrends.com/xmlrpc.php" />
    <link media="only screen and (max-device-width: 480px)" href="http://wordpress.org/style/iphone.css" type="text/css" rel="stylesheet" />
    <link rel='alternate' type='application/rss+xml' title='RSS' href='http://feeds.feedburner.com/martini'>
    <link rel='alternate' type='application/atom+xml' title='Atom 0.3' href='https://example.com/feed.atom'>
    <link rel='shortcut icon' type='image/ico' href='/favicon.ico'>
    <link rel='fluid-icon' type='image/png' href='/fluid-icon.png'>
    <link rel='me' type='text/html' href='http://google.com/profiles/thenextweb'>
    <link rel='shortlink' href='http://blog.unto.net/?p=353'>
    <link rel='archives' title='May 2003' href='http://blog.unto.net/2003/05/'>
    <link rel='index' title='DeWitt Clinton' href='http://blog.unto.net/'>
    <link rel='start' title='Pattern Recognition 1' href='http://blog.unto.net/photos/pattern_recognition_1_about/'>
    <link rel='bookmark'title='Styleguide' href='http://paulrobertlloyd.com/about/styleguide/'>
    <link rel='search' href='/search.xml' type='application/opensearchdescription+xml' title='Viatropos'>

    <link rel='self' type='application/atom+xml' href='http://www.syfyportal.com/atomFeed.php?page=3'>
    <link rel='first' href='http://www.syfyportal.com/atomFeed.php'>
    <link rel='next' href='http://www.syfyportal.com/atomFeed.php?page=4'>
    <link rel='previous' href='http://www.syfyportal.com/atomFeed.php?page=2'>
    <link rel='last' href='http://www.syfyportal.com/atomFeed.php?page=147'>

    <link rel='canonical' href='http://smallbiztrends.com/2010/06/9-things-to-do-before-entering-social-media.html'>
    <link rel='EditURI' type='application/rsd+xml' title='RSD' href='http://smallbiztrends.com/xmlrpc.php?rsd'>
    <link rel='pingback' href='http://smallbiztrends.com/xmlrpc.php'>
    <link rel='stylesheet' media='only screen and (max-device-width: 480px)' href='http://wordpress.org/style/iphone.css' type='text/css'>
    <link rel='wlwmanifest' href='http://www.example.com/wp-includes/wlwmanifest.xml' type='application/wlwmanifest+xml'>
    ```
    <link rel='help' title='FAQ' href='/faq'>
    <link rel='logo' type='image/svg' href='https://playfoursquare.s3.amazonaws.com/press/logo/foursquare-logo.svg'>
    <link rel='P3Pv1' href='/w3c/p3p.xml'>
    <link rel='publisher' href='https://plus.google.com/115081025762845243709/'>
    <link rel='image_src' href='http://du3itj18e4z0b.cloudfront.net/7b29fe/images/icon-facebook.gif' type='image/jpeg'>

    <link rel='author' href='humans.txt' type='text/plain'>
    <link href='http://thenextweb.com/2009/01/08/how-to-snap-up-that-twitter-username-youve-always-wanted/' rel='original-source'>
    <link rel='profile' title='Microformats' href='http://microformats.org/profile/specs/'>
    <link rel='profile' href='http://gmpg.org/xfn/11'>
    <link rel='chrome-webstore-item' href='https://chrome.google.com/webstore/detail/noojglkidnpfjbincgijbaiedldjfbhh'>

    ```
    ## Other Resources
    - [Dublic Core Meta Tags](http://www.seoconsultants.com/meta-tags/dublin/)
  14. @lancejpollard lancejpollard revised this gist Mar 5, 2012. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions meta-tags.md
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,5 @@
    Copied from http://code.lancepollard.com/complete-list-of-html-meta-tags/

    ## Basic HTML Meta Tags

    ``` html
  15. @lancejpollard lancejpollard created this gist Mar 5, 2012.
    195 changes: 195 additions & 0 deletions meta-tags.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,195 @@
    ## Basic HTML Meta Tags

    ``` html
    <meta name="keywords" content="your, tags"/>
    <meta name="description" content="150 words"/>
    <meta name="subject" content="your website's subject">
    <meta name="copyright"content="company name">
    <meta name="language" content="ES">
    <meta name="robots" content="index,follow" />
    <meta name="revised" content="Sunday, July 18th, 2010, 5:15 pm" />
    <meta name="abstract" content="">
    <meta name="topic" content="">
    <meta name="summary" content="">
    <meta name="Classification" content="Business">
    <meta name="author" content="name, email@hotmail.com">
    <meta name="designer" content="">
    <meta name="copyright" content="">
    <meta name="reply-to" content="email@hotmail.com">
    <meta name="owner" content="">
    <meta name="url" content="http://www.websiteaddrress.com">
    <meta name="identifier-URL" content="http://www.websiteaddress.com">
    <meta name="directory" content="submission">
    <meta name="category" content="">
    <meta name="coverage" content="Worldwide">
    <meta name="distribution" content="Global">
    <meta name="rating" content="General">
    <meta name="revisit-after" content="7 days">
    <meta http-equiv="Expires" content="0">
    <meta http-equiv="Pragma" content="no-cache">
    <meta http-equiv="Cache-Control" content="no-cache">
    ```

    ## OpenGraph Meta Tags

    ``` html
    <meta name="og:title" content="The Rock"/>
    <meta name="og:type" content="movie"/>
    <meta name="og:url" content="http://www.imdb.com/title/tt0117500/"/>
    <meta name="og:image" content="http://ia.media-imdb.com/rock.jpg"/>
    <meta name="og:site_name" content="IMDb"/>
    <meta name="og:description" content="A group of U.S. Marines, under command of..."/>

    <meta name="fb:page_id" content="43929265776" />

    <meta name="og:email" content="me@example.com"/>
    <meta name="og:phone_number" content="650-123-4567"/>
    <meta name="og:fax_number" content="+1-415-123-4567"/>

    <meta name="og:latitude" content="37.416343"/>
    <meta name="og:longitude" content="-122.153013"/>
    <meta name="og:street-address" content="1601 S California Ave"/>
    <meta name="og:locality" content="Palo Alto"/>
    <meta name="og:region" content="CA"/>
    <meta name="og:postal-code" content="94304"/>
    <meta name="og:country-name" content="USA"/>

    <meta property="og:type" content="game.achievement"/>
    <meta property="og:points" content="POINTS_FOR_ACHIEVEMENT"/>

    <meta property="og:video" content="http://example.com/awesome.swf" />
    <meta property="og:video:height" content="640" />
    <meta property="og:video:width" content="385" />
    <meta property="og:video:type" content="application/x-shockwave-flash" />
    <meta property="og:video" content="http://example.com/html5.mp4" />
    <meta property="og:video:type" content="video/mp4" />
    <meta property="og:video" content="http://example.com/fallback.vid" />
    <meta property="og:video:type" content="text/html" />

    <meta property="og:audio" content="http://example.com/amazing.mp3" />
    <meta property="og:audio:title" content="Amazing Song" />
    <meta property="og:audio:artist" content="Amazing Band" />
    <meta property="og:audio:album" content="Amazing Album" />
    <meta property="og:audio:type" content="application/mp3" />
    ```

    ## Create Custom Meta Tags

    Use custom meta tags to store data that you need in javascript, instead of hard-coding that data into your javascript. I store my Google Analytics code in meta tags. Here's some examples:

    ``` html
    <meta name="google-analytics" content="1-AHFKALJ"/>
    <meta name="disqus" content="abcdefg"/>
    <meta name="uservoice" content="asdfasdf"/>
    <meta name="mixpanel" content="asdfasdf"/>
    ```

    ## Company/Service Meta Tags

    #### ClaimID

    ``` html
    <meta name="microid" content="mailto+http:sha1:e6058ed7fca4a1921cq91d7f1f3b8736cd3cc1g7" />
    ```

    #### Apple Meta Tags

    ``` html
    <meta name="apple-mobile-web-app-capable" content="yes">
    <meta content="yes" name="apple-touch-fullscreen" />
    <meta name="apple-mobile-web-app-status-bar-style" content="black">
    <meta name="format-detection" content="telephone=no">
    <meta name="viewport" content="width = 320, initial-scale = 2.3, user-scalable = no">
    ```

    #### Internet Explorer Meta Tags

    ``` html
    <meta http-equiv="Page-Enter" content="RevealTrans(Duration=2.0,Transition=2)" />
    <meta http-equiv="Page-Exit" content="RevealTrans(Duration=3.0,Transition=12)" />
    <meta name="mssmarttagspreventparsing" content="true">
    <meta http-equiv="X-UA-Compatible" content="chrome=1">
    <meta name="msapplication-starturl" content="http://blog.reybango.com/about/"/>
    <meta name="msapplication-window" content="width=800;height=600"/>
    <meta name="msapplication-navbutton-color" content="red"/>
    <meta name="application-name" content="Rey Bango Front-end Developer"/>
    <meta name="msapplication-tooltip" content="Launch Rey Bango's Blog"/>
    <meta name="msapplication-task" content="name=About;action-uri=/about/;icon-uri=/images/about.ico" />
    <meta name="msapplication-task" content="name=The Big List;action-uri=/the-big-list-of-javascript-css-and-html-development-tools-libraries-projects-and-books/;icon-uri=/images/list_links.ico" />
    <meta name="msapplication-task" content="name=jQuery Posts;action-uri=/category/jquery/;icon-uri=/images/jquery.ico" />
    <meta name="msapplication-task" content="name=Start Developing;action-uri=/category/javascript/;icon-uri=/images/script.ico" />
    <link rel="shortcut icon" href="/images/favicon.ico" />
    ```

    #### TweetMeme Meta Tags

    ``` html
    <meta name="tweetmeme-title" content="Retweet Button Explained" />
    ```

    #### Blog Catalog Meta Tags

    ``` html
    <meta name="blogcatalog" />
    ```

    #### Rails Meta Tags

    ``` html
    <meta name="csrf-param" content="authenticity_token"/>
    <meta name="csrf-token" content="/bZVwvomkAnwAI1Qd37lFeewvpOIiackk9121fFwWwc="/>
    ```

    #### Apple Tags

    ``` html
    <meta name="apple-mobile-web-app-capable" content="yes">
    <meta name="apple-mobile-web-app-status-bar-style" content="black">
    <meta name="format-detection" content="telephone=no">
    <meta name= "viewport" content = "width = 320, initial-scale = 2.3, user-scalable = no">
    <meta name= "viewport" content = "width = device-width">
    <meta name = "viewport" content = "initial-scale = 1.0">
    <meta name = "viewport" content = "initial-scale = 2.3, user-scalable = no">
    <link rel="apple-touch-icon" href="touch-icon-iphone.png" />
    <link rel="apple-touch-icon" sizes="72x72" href="touch-icon-ipad.png" />
    <link rel="apple-touch-icon" sizes="114x114" href="touch-icon-iphone4.png" />
    <link rel="apple-touch-startup-image" href="/startup.png">

    <link rel="apple-touch-icon" type="image/png" href="/apple-touch-icon.png" />
    ```

    ## HTML Link Tags

    ``` html
    <link rel="alternate" type="application/rss+xml" title="RSS" href="http://feeds.feedburner.com/martini" />
    <link rel="shortcut icon" type="image/ico" href="/favicon.ico" />
    <link rel="fluid-icon" type="image/png" href="/fluid-icon.png" />
    <link rel="me" type="text/html" href="http://google.com/profiles/thenextweb"/>
    <link rel='shortlink' href='http://blog.unto.net/?p=353' />
    <link rel='archives' title='May 2003' href='http://blog.unto.net/2003/05/' />
    <link rel='index' title='DeWitt Clinton' href='http://blog.unto.net/' />
    <link rel='start' title='Pattern Recognition 1' href='http://blog.unto.net/photos/pattern_recognition_1_about/' />
    <link rel='prev' title='OpenSearch and OpenID? A sure way to get my attention.' href='http://blog.unto.net/opensearch/opensearch-and-openid-a-sure-way-to-get-my-attention/' />
    <link rel='next' title='Not blog' href='http://blog.unto.net/meta/not-blog/' />
    <link rel="search" href="/search.xml" type="application/opensearchdescription+xml" title="Viatropos" />

    <link rel="self" type="application/atom+xml" href="http://www.syfyportal.com/atomFeed.php?page=3"/>
    <link rel="first" href="http://www.syfyportal.com/atomFeed.php"/>
    <link rel="next" href="http://www.syfyportal.com/atomFeed.php?page=4"/>
    <link rel="previous" href="http://www.syfyportal.com/atomFeed.php?page=2"/>
    <link rel="last" href="http://www.syfyportal.com/atomFeed.php?page=147"/>

    <link rel='shortlink' href='http://smallbiztrends.com/?p=43625' />
    <link rel="canonical" href="http://smallbiztrends.com/2010/06/9-things-to-do-before-entering-social-media.html" />
    <link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://smallbiztrends.com/xmlrpc.php?rsd" />
    <link rel="pingback" href="http://smallbiztrends.com/xmlrpc.php" />
    <link media="only screen and (max-device-width: 480px)" href="http://wordpress.org/style/iphone.css" type="text/css" rel="stylesheet" />
    ```

    ## Other Resources

    - [Dublic Core Meta Tags](http://www.seoconsultants.com/meta-tags/dublin/)
    - [Apple Meta Tags](http://developer.apple.com/safari/library/documentation/appleapplications/reference/safarihtmlref/articles/metatags.html)
    - [OpenGraph Meta Tags](http://opengraphprotocol.org/)
    - [Link Tag Meaning](http://intertwingly.net/wiki/pie/LinkTagMeaning)
    - [Google Chrome HTML5 Tags](http://www.html5rocks.com/)