Untitled

 avatar
unknown
plain_text
2 years ago
746 B
7
Indexable
<!DOCTYPE html>
<html>
<head>
  <meta charset="UTF-8">
  <title>Your Page Title</title>
  
  <!-- Open Graph tags -->
  <meta property="og:title" content="Your Page Title">
  <meta property="og:description" content="Description of your page">
  <meta property="og:image" content="http://example.com/your-image.jpg">
  <meta property="og:url" content="http://example.com/your-page-url">
  
  <!-- Twitter card tags -->
  <meta name="twitter:card" content="summary_large_image">
  <meta name="twitter:title" content="Your Page Title">
  <meta name="twitter:description" content="Description of your page">
  <meta name="twitter:image" content="http://example.com/your-image.jpg">
  
</head>
<body>
  <!-- Your page content here -->
</body>
</html>
Editor is loading...