// ============================================================ // GOOGLE NEWS – SCHEMA NewsArticle (compatível com Yoast SEO) // ============================================================ add_action('wp_head', function () { if (!is_single() || get_post_type() !== 'post') { return; } $post_id = get_the_ID(); $title = get_the_title($post_id); $excerpt = wp_strip_all_tags(get_the_excerpt($post_id), true); $image_url = get_the_post_thumbnail_url($post_id, 'full'); // Fallback caso o post não tenha imagem destacada if (empty($image_url)) { $image_url = 'http://moneyinvest.com.br/wp-content/uploads/2025/04/moneyinvest.webp'; } // Monta estrutura JSON-LD conforme padrão Google News $schema = [ '@context' => 'https://schema.org', '@type' => 'NewsArticle', 'headline' => esc_html($title), 'image' => [esc_url($image_url)], 'datePublished' => get_the_date(DATE_W3C, $post_id), 'dateModified' => get_the_modified_date(DATE_W3C, $post_id), 'author' => [ '@type' => 'Person', 'name' => esc_html(get_the_author_meta('display_name', get_post_field('post_author', $post_id))), ], 'publisher' => [ '@type' => 'Organization', 'name' => 'Money Invest', 'logo' => [ '@type' => 'ImageObject', 'url' => 'http://moneyinvest.com.br/wp-content/uploads/2019/09/favv.png', ], ], 'description' => esc_html($excerpt), 'mainEntityOfPage' => esc_url(get_permalink($post_id)), ]; // Saída segura do JSON-LD no echo "\n\n"; }, 99); ?> Confira as ações do Ibovespa que mais subiram nesta quinta-feira (05) | Money Invest
Connect with us

Mercado de Ações

Confira as ações do Ibovespa que mais subiram nesta quinta-feira (05)

Publicado

em

Estamos no

Siga Money Invest no Google News

Acompanhe

Assunto do Momento

Tendência


As publicações no site Money Invest têm um caráter meramente informativo, servindo como boletins de divulgação, e não devem ser interpretadas como recomendações de investimento. Leia mais

Mercado de Criptomoedas, Bolsa de Valores. Money Invest: O futuro do dinheiro.

2018 - 2025 - Money Invest - Todos os direitos reservados