Add SEO type tags.

This commit is contained in:
2025-09-19 13:07:26 -07:00
parent 7077426610
commit 98e52e6833

View File

@@ -29,4 +29,17 @@
<style> <style>
<?php include "banner.css"; ?> <?php include "banner.css"; ?>
</style> </style>
<meta property="og:title" content="Hyperling"/>
<meta property="og:description" content="Apps, eBooks, media, and other resources from the brands Hyperling and HyperVegan."/>
<meta property="og:site_name" content="Hyperling"/>
<meta property="og:url" content="https://hyperling.com/"/>
<meta property="og:type" content="website"/>
<meta property="og:image" content="https://hyperling.com/files/media/icons/home.jpg"/>
<meta name="referrer" content="same-origin"/>
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Hyperling" />
<meta name="twitter:description" content="Apps, eBooks, media, and other resources from the brands Hyperling and HyperVegan." />
<meta name="twitter:image" content="https://hyperling.com/files/media/icons/home.jpg" />
</head> </head>