Skip to content

Commit

Permalink
Add Open Graph and Twitter Card meta tags to index.html for improved …
Browse files Browse the repository at this point in the history
…social sharing
  • Loading branch information
yomero243 committed Dec 11, 2024
1 parent 295fd67 commit ca984a3
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,20 @@
<link rel="stylesheet" href="node_modules/animate.css/animate.min.css" onerror="loadCssFromCDN('animate.css')">
<link rel="stylesheet" href="node_modules/font-awesome/css/font-awesome.min.css" onerror="loadCssFromCDN('font-awesome.css')">
<script src="js/vendor/modernizr-2.8.3-respond-1.4.2.min.js"></script>

<!-- Open Graph tags para compartir en redes sociales -->
<meta property="og:title" content="Boda de Anny & Gabriel - 30 de Mayo 2025">
<meta property="og:description" content="¡Nos casamos! Te invitamos a celebrar nuestro día especial en Puebla.">
<meta property="og:image" content="https://www.annygabriel.com/img/Principal-lg.png">
<meta property="og:url" content="https://www.annygabriel.com/">
<meta property="og:type" content="website">
<meta property="og:locale" content="es_MX">

<!-- Twitter Card tags -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Boda de Anny & Gabriel - 30 de Mayo 2025">
<meta name="twitter:description" content="¡Nos casamos! Te invitamos a celebrar nuestro día especial en Puebla.">
<meta name="twitter:image" content="https://www.annygabriel.com/img/Principal-lg.png">
</head>
<body id="top">
<!--[if lt IE 8]>
Expand Down

0 comments on commit ca984a3

Please sign in to comment.