Advertisement
Guest User

Short

a guest
Jun 16th, 2021
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.00 KB | None | 0 0
  1.  
  2.    
  3. <!DOCTYPE html>
  4. <html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="ro">
  5. <head>
  6. <title>YOUR FIRST PAGE</title>
  7. <link rel="canonical" href="https://MY-WEBSITE.COM" />
  8. <meta name="description" content="I LOVE HTML and CSS"/>
  9.  
  10.  
  11.  
  12. <meta name="keywords" content="aboreattr, frerftala, a, lulfror, eurrridate"/>
  13. <meta name="abstract" content="YOUR FIRST PAGE"/>
  14. <meta name="Subject" content="YOUR FIRST PAGE"/>
  15. <meta property="og:url" content="https://MY-WEBSITE.COM"/>
  16. <meta property="og:title" content="YOUR FIRST PAGE" />
  17. <meta property="og:description" content="I LOVE HTML and CSS"/>
  18.  
  19.  
  20. <!-- Schema Org Start -->
  21.  
  22. <script type="application/ld+json">
  23. {
  24. "@context":"https://schema.org",
  25. "@type":"Article",
  26.  
  27. "mainEntityOfPage": {
  28. "@type": "WebPage",
  29. "@id": "https://MY-WEBSITE.COM"
  30. },
  31.  
  32. "headline": "YOUR FIRST PAGE",
  33. "keywords": "YOUR FIRST PAGE",
  34. "description": "I LOVE HTML and CSS",
  35. "image": {
  36. "@type": "ImageObject",
  37. "url": "https://website.com/icon-facebook.jpg"
  38. }
  39.  
  40. }
  41. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement