added new meta tags for caching

This commit is contained in:
gocivici 2022-10-08 23:25:42 +03:00
parent c0e581b105
commit 5adfd08f6c

View File

@ -9,6 +9,9 @@
<meta property="og:description" content="The horror movie guessing game!"/> <meta property="og:description" content="The horror movie guessing game!"/>
<meta property="og:image" content="http://www.horrordle.com/thumbnail.png"> <meta property="og:image" content="http://www.horrordle.com/thumbnail.png">
<meta property="og:url" content="horrordle.com"/> <meta property="og:url" content="horrordle.com"/>
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="0" />
<meta name="twitter:card" content="summary_large_image"></meta> <meta name="twitter:card" content="summary_large_image"></meta>
<script defer data-domain="horrordle.com" src="https://plausible.io/js/plausible.js"></script> <script defer data-domain="horrordle.com" src="https://plausible.io/js/plausible.js"></script>
<meta name="twitter:image" content="http://www.horrordle.com/thumbnail.png"> <meta name="twitter:image" content="http://www.horrordle.com/thumbnail.png">