update opengraph tags
This commit is contained in:
parent
83d589172c
commit
ed3d229c8f
4 changed files with 13 additions and 13 deletions
|
|
@ -17,7 +17,7 @@
|
|||
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
|
||||
<title>Pets at Home</title>
|
||||
<meta name="description" content="Pets at Home">
|
||||
<meta name="description" content="Create a personalized love song for your pet with our fun and easy tool.">
|
||||
<link rel="stylesheet" href="assets/css/style.css">
|
||||
<link rel="stylesheet" href="https://unpkg.com/cropperjs@1.6.2/dist/cropper.min.css">
|
||||
|
||||
|
|
|
|||
|
|
@ -2,22 +2,22 @@
|
|||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta name="twitter:site" content="@PetsatHome" />
|
||||
<meta name="twitter:creator" content="@PetsatHome" />
|
||||
<meta name="twitter:title" content="Love song for your Pets" />
|
||||
<meta name="twitter:description" content="Create a personalized love song for your pet with our fun and easy tool." />
|
||||
<meta name="twitter:image" content="https://valentinesong.oliver.digital/assets/images/head-tails.png" />
|
||||
|
||||
<!-- OG base data -->
|
||||
<meta property="og:url" content="https://valentinesong.oliver.digital/" />
|
||||
<meta property="og:title" content="Love song for your Pets" />
|
||||
<meta property="og:description" content="Create a personalized love song for your pet with our fun and easy toolgit ." />
|
||||
<meta property="og:site_name" content="valentinesong.oliver.digital" />
|
||||
<meta property="og:site_name" content="Pets at Home | Valentine's Jukebox" />
|
||||
<meta property="og:locale" content="en_GB" />
|
||||
|
||||
<!-- OG image data -->
|
||||
<meta property="og:image" content="./assets/images/head-tails.png" />
|
||||
<!-- OG image data (MUST be absolute URLs) -->
|
||||
<meta property="og:image" content="https://valentinesong.oliver.digital/assets/images/head-tails.png" />
|
||||
<meta property="og:image:alt" content="Pet's At Home Valentine's Jukebox" />
|
||||
<meta property="og:image:width" content="1140" />
|
||||
<meta property="og:image:height" content="600" />
|
||||
<meta property="og:image:width" content="1200" />
|
||||
<meta property="og:image:height" content="630" />
|
||||
|
||||
<!-- extra metadata for Slack unfurls -->
|
||||
<meta name="twitter:label1" content="With Love From" />
|
||||
<meta name="twitter:data1" content="Pets At Home" />
|
||||
<meta name="twitter:label2" content="A Love Song For Your Pets" />
|
||||
<meta name="twitter:data2" content="Come check it out" />
|
||||
<!-- extra metadata — unknown support -->
|
||||
<meta property="og:type" content="website" />
|
||||
|
|
@ -7,7 +7,7 @@
|
|||
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
|
||||
<title>Pets at Home</title>
|
||||
<meta name="description" content="Pets at Home">
|
||||
<meta name="description" content="Create a personalized love song for your pet with our fun and easy tool.">
|
||||
<link rel="stylesheet" href="assets/css/style.css">
|
||||
|
||||
<?php include('opengraph.php'); ?>
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
|
||||
<title>Pets at Home</title>
|
||||
<meta name="description" content="Pets at Home">
|
||||
<meta name="description" content="Create a personalized love song for your pet with our fun and easy tool.">
|
||||
<link rel="stylesheet" href="assets/css/style.css">
|
||||
|
||||
<?php include('opengraph.php'); ?>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue