• Resolved WebNut

    (@healthy-lawn-dude)


    I am so frustrated. Been a paying customer for years.
    I need to know where to go to change the data that Yoast has applied incorrectly. I will not pay for a SchemaLocalBusiness plugin.
    Below is info from your site:

    If you want to change the output of a certain piece, hook into our wpseo_schema_<class>

    how do I hook into the above? Is there an easier way.

    These changes should be allowed to be made on your site or ours easily

    the alternative being
    add_filter( ‘wpseo_json_ld_output’, ‘__return_false’ );

    Where specifically please do I add this above filtre

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support devnihil

    (@devnihil)

    @healthy-lawn-dude If you have purchased a premium plugin from us and require support you would need to contact us directly at [email protected] for assistance as this forum is reserved for support of the free version of Yoast SEO. This limitation is per the www.ads-software.com guidelines.

    Regarding the filter to disable schema output from the Yoast SEO plugin, where in your functions.php file you add the line:

    add_filter( ‘wpseo_json_ld_output’, ‘__return_false’ );

    can depend on the theme and what is already contained in it’s functions.php file. Unfortunately we can’t offer support on custom code. Since we don’t want to take the risk that we break your website by suggesting incorrect or incomplete code, we cannot advise you on how to make such changes. If you have questions about editing your theme, we would recommend contacting your theme’s developers directly.

    Plugin Support devnihil

    (@devnihil)

    We are going ahead and marking this issue as resolved due to inactivity. If you require any further assistance please create a new issue.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Schema Date incorrect’ is closed to new replies.