• HI,

    I have recently changed to the ‘twenty ten’ theme and now I have over 100 errors in structured data for missing:updated.

    I have spent hours searching how to fix, but can find nothing to help with this theme.

    ??

Viewing 1 replies (of 1 total)
  • I was wondering if you ever received a fix for the missing updated errors. I was told to add the word “updated” to my functions file of TwentyTen here:

    sprintf( '<a href="%1$s" title="%2$s" rel="bookmark"><span class="entry-date updated">%3$s</span></a>',
    			get_permalink(),
    			esc_attr( get_the_time() ),
    			get_the_date()
    		),

    Though this works, Google shows this as the original published date, not the actual updated date. Does anyone know how I could list both the published date as well as the updated date?

    Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘structured data errors’ is closed to new replies.