Hi,
I have some errors in search console that i need to solve.
The page is mensandbeauty.com
Hi,
I check again and didn’t see any errors.
Why this
Or this
Hi,
Sorry, I don’t understand spanish.
May I know what specific tool are you using to check
Thanks
I am using search console. The images are from the structured data section.
Hi There,
Could you please try following this.
https://theme.co/apex/forum/t/hentry-errors-in-google-webmaster-tools/13008
Yes, but when I add it to my child theme, the author link disappears.
Hi there,
Integrity stack doesn’t have author URLs in its post meta by default, but if you wish to add the link then replace this block
$author = sprintf( '<span><i class="x-icon-pencil" data-x-icon=""></i> %s</span>',
'<span class="author vcard"><span class="fn">'. get_the_author() .'</span></span>'
);
With this new block of code
$author = sprintf( '<span><i class="x-icon-pencil" data-x-icon=""></i> %s</span>',
'<a href="'.get_author_posts_url( get_the_author_meta( 'ID' ), get_the_author_meta( 'user_nicename' ) ).'"><span class="author vcard"><span class="fn">'. get_the_author() .'</span></span></a>'
);
Hope this helps.
Thanks!
That worked
But the errors still there
Hi There,
Please check this: https://moz.com/community/q/when-is-the-last-time-google-crawled-my-site
It might be because google might not able to crawl your site yet after you have implemented the update.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.