FEATURE Introducing og meta tags

This commit is contained in:
Nonimart 2025-09-17 14:18:03 +02:00
parent 1c74c7a095
commit 33be80f6fa

View File

@ -7,6 +7,9 @@
<link rel="profile" href="http://gmpg.org/xfn/11"> <link rel="profile" href="http://gmpg.org/xfn/11">
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>"> <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>">
<!-- Métadonnées Open Graph pour le partage sur les réseaux sociaux -->
<?php echo generate_og_meta_tags(); ?>
<?php wp_head(); ?> <?php wp_head(); ?>
</head> </head>