gymnasium/gymcms

META tag include needs review

Closed this issue · 1 comments

@jgagne notes:

<!-- /*/ Facebook Open Graph / LinkedIn /*/ -->
<meta property="og:url" content="https://path/to/take5/tutorial">
<meta property="og:type" content="website">
<meta property="og:locale" content="en_US">
<!-- "og:site_name" content="Needs review?" -->
<meta property="og:site_name" content="Take 5 | Gymnasium">
<meta property="og:title" content="Title Here">
<meta property="og:description" content="Description Here">
<!-- 1.91:1 aspect ratio supported by LinkedIn/Twitter -->
<meta property="og:image" content="https://path/to/img/take5/og/gym-5xxx-og.png">
<!-- Reuse Title or something more descriptive? -->
<meta property="og:image:alt" content="A description of what is in the image (not a caption)">
<!-- References: <meta name="author" content="Gymnasium"> -->
<meta property="article:author" content="Gymnasium">
<!-- /*/ Twitter Card / Summary with large image /*/ -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@AquentGymnasium">
<meta name="twitter:creator" content="@AquentGymnasium">
<meta name="twitter:url" content="https://path/to/take5/tutorial">
<meta name="twitter:title" content="Title Here">
<meta name="twitter:description" content="Description Here">
<!-- 1.91:1 aspect ratio supported by LinkedIn/Twitter -->
<meta name="twitter:image" content="https://path/to/img/take5/og/gym-5xxx-og.png">
<!-- Reuse Title or something more descriptive? -->
<meta name="twitter:image:alt" content="A description of what is in the image (not a caption)">
<!--
References:
- https://developer.twitter.com/en/docs/tweets/optimize-with-cards/overview/summary-card-with-large-image
- https://www.linkedin.com/help/linkedin/answer/46687/making-your-website-shareable-on-linkedin
Validators:
- https://cards-dev.twitter.com/validator
- https://www.linkedin.com/post-inspector/
-->

See: _layouts/take5-meta.html