• Resolved Rookie

    (@alriksson)


    Filter to remove SearchAction from standard schema, if we don’t use search then this should not be added? Also makes it easier for attacks and negative SEO to find in the json-ld schema.

Viewing 1 replies (of 1 total)
  • Plugin Author Anh Tran

    (@rilwis)

    Please use this snippet:

    add_filter( 'slim_seo_schema_searchaction_enable', '__return_false' );

    For more details, please see the docs.

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.