• Hi,

    A few weeks ago we tried to have the Last Updated Date show up in SERPS. Unfortunately, it shows up on categories and pages in search results but not individual posts.

    The problem is that individual posts still show their original publish date in SERPS but when you click on the search result, it opens up and then you see the Last Updated Date of the post.

    So I have been asked to remove all dates from search results.

    Do I enter this CSS to achieve this? (We are using the free Virtue Child theme)

    .postdate {
    display: none;
    }

    or would it be this?

    .entry-date {
    display:none;
    }

    Or something else entirely?

    Thank you ??

    • This topic was modified 7 years, 3 months ago by Maggie96.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Remove Post Date from SERPS’ is closed to new replies.