Structured data Google Search Console

Posted in: Newspaper
Post count: 40

Hi!

I recently started to publish with Newspaper. Excellent experience. However I received a warning about a missed element/error by Google Search Console.

Every post I published report a missed update/ error in

Structured data: Markup:microformats.org missed:update

And this seems to belong to the function.php file that is incomplete.

Can you please help me with the missing code?

Thanks in advance

Post count: 22421

Hi,

You have that error because you have disabled the post date to be shown on posts. http://screencast.com/t/sZdRahexL

Just go to Theme panel and enable the post date http://screencast.com/t/dLGieHVUTN and if you want to hide it without having trouble with Google Structured Data, you can hide it via CSS, add this in Theme Panel -> Custom CSS

.single .td-post-date {
display:none!important;
}

Thanks.

Post count: 40

Dear Bogdan,
thank you first of all. I changed the settings and I added the code in this way to hidden the date but it’s not fixed.

.td-social-linkedin{
margin-left:8px;
background-color: 
#006699!important;;
}

.single .td-post-date {
display:none!important;
}

Can you check it pls

  • This reply was modified 10 years by claus.
Post count: 22421

Hi,
Please also check our demo with the structure data analysis and see if our demo also gets the error. Of it does not, then it’s something on your end causing it. Either a setting or a plugin that interferes with the post meta information. Please try to disable all plugins except visual composer, clear cache and reset cdn files.
https://search.google.com/structured-data/testing-tool?hl=EN#url=http%3A%2F%2Fdemo.tagdiv.com%2Fnewspaper%2Fwordpress-news-magazine-charts-the-most-fashionable-new-york-couples-in-2016%2F
(our demo does not get any errors)
Thanks.

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.