Hi,
have mod but don’t work:
add_filter( 'generate_page_hero_post_author', function() {
global $post;
$author_id = $post->post_author;
return sprintf( '<span class="author vcard" itemtype="http://schema.org/Person" itemscope="itemscope" itemprop="author"><a class="url fn n" href="https://www.nomesito.it/author/alessandro/" title="Scopri chi sono" rel="author" itemprop="url"><span class="author-name" itemprop="name">Alessandro</span></a></span>',
esc_html( get_the_author_meta( 'display_name', $author_id ) )
);
} );