Skip to content

Commit

Permalink
Merge pull request #15 from omc/twitter-again
Browse files Browse the repository at this point in the history
Twitter again
  • Loading branch information
allizad authored Sep 12, 2017
2 parents 5caa8f0 + ab7534d commit fe04332
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<!-- Favicon -->
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico">

<!-- Author and copyright -->
<meta name="author" content="One More Cloud" />
Expand All @@ -28,23 +29,21 @@
<meta itemprop="name" content="Story of Search">
<meta itemprop="description" content="Learn how search works with interactive illustrations! Created by One More Cloud, the search engine experts behind Websolr - Hosted Solr and Bonsai - Hosted Elasticsearch. Illustrations cover what an index is and how query results are ranked.">

<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico">

<!-- Twitter Card data -->
<meta name="twitter:card" content="summary">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@storyofsearch">
<meta name="twitter:creator" content="@storyofsearch">
<meta name="twitter:title" content="Story of Search">
<meta name="twitter:description" content="Learn how search works, one interactive illustration at a time!">
<meta name="twitter:creator" content="@storyofsearch">

<meta name="twitter:image" content="assets/art/social/twitter-card-1000x523.jpg">
<meta name="twitter:image" content="/assets/art/social/twitter-card-1000x523.jpg">
<meta name="twitter:image:alt" content="Do you know how search works? Walk through our tutorial to learn about indices and results ranking.">

<!-- Open Graph data -->
<meta property="og:title" content="Story of Search | Demystifying search engines, one illustration at a time." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://www.storyofsearch.com/" />
<meta property="og:image" content="assets/art/social/og-1200x600.jpg" />
<meta property="og:image" content="/assets/art/social/og-1200x600.jpg" />
<meta property="og:description" content="Learn how search works with interactive illustrations! Created by One More Cloud, the search engine experts behind Websolr - Hosted Solr and Bonsai - Hosted Elasticsearch. Illustrations cover what an index is and how query results are ranked." />
<meta property="og:site_name" content="Story of Search | Demystifying search, one illustration at a time." />
<meta property="article:section" content="How Search Works" />
Expand Down

0 comments on commit fe04332

Please sign in to comment.