Hace tan solo unos cincuenta años que el ser humano pisó la Luna por primera vez. No ha pasado mucho tiempo, pero, desde entonces, la tecnología se ha acelerado cada vez
add_action('wp_head', function() {
if (is_single()) { // Solo se ejecuta en notas individuales
$post = get_post();
$headline = get_the_title();
$description = get_the_excerpt();
$url = get_permalink();
$date_published = get_the_date('c');
$date_modified = get_the_modified_date('c');
$image_url = get_the_post_thumbnail_url($post->ID, 'full');
$author_name = get_the_author();
$author_url = get_author_posts_url(get_the_author_meta('ID'));
// https://larevistadelsureste.com/wp-content/uploads/2025/10/Captura-de-pantalla-2025-10-22-a-las-4.52.06-p.m-scaled.jpg
if (!$image_url) {
$image_url = 'https://larevistadelsureste.com/wp-content/uploads/2025/10/Logo-La-Revista-del-sureste-06-scaled.png';
}
?>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "NewsArticle",
"mainEntityOfPage": {
"@type": "WebPage",
"@id": "<?php echo esc_url($url); ?>"
},
"headline": "<?php echo esc_js($headline); ?>",
"description": "<?php echo esc_js($description); ?>",
"image": {
"@type": "ImageObject",
"url": "<?php echo esc_url($image_url); ?>"
},
"author": {
"@type": "Person",
"name": "<?php echo esc_js($author_name); ?>",
"url": "<?php echo esc_url($author_url); ?>"
},
"publisher": {
"@type": "NewsMediaOrganization",
"name": "La Revista del Sureste Mx",
"logo": {
"@type": "ImageObject",
"url": "https://larevistadelsureste.com/wp-content/uploads/2026/03/Logo-La-Revista-del-Sureste.png",
"width": 600,
"height": 60
}
},
"datePublished": "<?php echo $date_published; ?>",
"dateModified": "<?php echo $date_modified; ?>",
"keywords": ["Tabasco", "Chiapas", "Campeche", "Veracruz", "Sureste Mexicano"],
"isAccessibleForFree": "True"
}
</script>
<?php
}
});
Hace tan solo unos cincuenta años que el ser humano pisó la Luna por primera vez. No ha pasado mucho tiempo, pero, desde entonces, la tecnología se ha acelerado cada vez






