• Resolved Sneakyman

    (@sneakyman)


    Hi,

    I’m searching for a solution for stopping Google to add the published date of my blog posts. Is there some way to remove these out of my meta source code?

    meta property=”article:published_time
    article:modified_time
    og:updated_time

    I fix it now with only creating pages instead of posts. But missing so much of this great theme if i keep doing that. Hope u have a fix for this.

Viewing 2 replies - 1 through 2 (of 2 total)
  • hannah

    (@hannahritner)

    Hi,
    Sorry for the delay. You can remove the posts dates using css. You would just paste this into your custom css box in Theme Options > Advanced Settings:

    .postdate {
        display: none;
    }

    Does that work for you?

    Hannah

    Thread Starter Sneakyman

    (@sneakyman)

    Didn’t work, but removed it in the og itself. So it’s fixed

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove article:published_time’ is closed to new replies.