Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter animusphonix2

    (@animusphonix2)

    A friend of mine helped me put the code in the functions.php file.

    add_filter( ‘edd_add_schema_microdata’, ‘__return_false’ );

    Is this the right thing to do?
    Doesn’t that hurt my SEO store?

    Hi @animusphonix2

    Thanks for the info.

    It looks like that your site have some security which is blocking to render from IP. Not an issue.

    Easy Digital Downloads have built-in schema property for download products. Some theme also have built-in schema property so they conflict which each other or misplace of property generates some schema error.

    This code only disable the EDD schema property. If your theme have built schema then there will be no hurt in SEO.

    add_filter( ‘edd_add_schema_microdata’, ‘__return_false’ );

    You can validate schema property at here https://search.google.com/structured-data/testing-tool

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘error in my google search console’ is closed to new replies.