Basic HTML - Title & Description

<head>
  <meta charset="utf-8" />
  <title>Basic HTML - Title & Description</title>
  <meta name="description" content="Basic w/ Description - Description. 
    It's an extra long description so you can see how
    certain apps cut off the message at different points.
    Surely the app has cut off by now right? "/>
</head>

The most basic implementation, but this time with a description. There's no technical limitation to how long your description can be, but most previews cut off after a couple of sentences. And rightfully so, folks should be clicking into the page if they're that invested right?