• Resolved jacquesfresco

    (@jacquesfresco)


    How can I remove the DC.date.issued property and content from showing up in the source code on the home age of my site? I don’t want the date it displays from showing.
    But if it does need to show I want the date pushed forward a few months. How?

    All-In-One SEO does not have this issue, even the free version.
    Seems odd.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support amboutwe

    (@amboutwe)

    You or your developer can use the following snippet to remove this feature.

    add_action('wpseo_dc_'.'DC.date.issued', '__return_false');

    Thread Starter jacquesfresco

    (@jacquesfresco)

    Thanks but add it where?

    I paid for the premium version of Yoast and Yoast News. Surely if this is not a necessary feature and is causing so many issues you guys can remove it from the plugin?

    Plugin Support amboutwe

    (@amboutwe)

    Code snippets are usually added to your theme’s functions.php file which may be overwritten when the theme updates. Some themes have a custom area to add these code snippets so they aren’t overwritten. If your theme doesn’t offer a seperate file, you can either use a plugin or create a site specific plugin.

    If you have trouble adding the snippet, please review this article.

    This date output is included only in the premium version. There is one open issue regarding a Facebook message about the tag being extraneous or irrelevant to Facebook. This doesn’t prevent Facebook sharing and should not negatively impact SEO. If you have more information, please report the issue to our premium support team for further investigation.

    How can I get premium support?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘DC.date.issued how to remove’ is closed to new replies.