Disable robots.txt override
-
I am using other robots.txt plugin ‘wp-robots-txt’. It just does default
add_filter('robots_txt', 'cd_rdte_filter_robots', 10, 2);
In your code I see
init_front_end_filters()
:\add_filter( 'robots_txt', [ $this, 'robots_txt' ], 10, 2 );
Could you please add a filter (would be common sense to make an admin interface checkbox, but just filter is ok for me) to disable your robots.txt override?
I am looking into using your TSF instead of yoast seo since they have too many ads I don’t like it, but you are currently missing this kind of common sense filter. Let’s see if TSF could be a good choice ??
Or you could just straight swallow wp-robots-txt, all it has is a textbox with robots.txt content I’d like to have: https://4.stefantsov.com/s/2021.02.17_10.08.12_qa1gs10s.png
Thank you.
- The topic ‘Disable robots.txt override’ is closed to new replies.