// Ensure all required AMP tags are present function add_mandatory_amp_tags() { if (function_exists('amp_is_request') && amp_is_request()) { // Remove existing title tag to avoid duplicates remove_action('wp_head', '_wp_render_title_tag', 1); ?>

<?php echo wp_get_document_title(); ?> 'https://schema.org', '@type' => 'Article', 'headline' => get_the_title(), 'datePublished' => get_the_date('c'), 'dateModified' => get_the_modified_date('c'), 'mainEntityOfPage' => [ '@type' => 'WebPage', '@id' => $current_url ] ]; } return $data; }, 99, 2);
Thursday May 15, 2025