/**
* Theme Name: SINGO Child
* Description: This is a child theme of SINGO.
* Author: <a href="http://singo.li">Ninetheme</a>
* Template: goldsmith
* Version: 1.2.5
*/

add_filter('wp_robots', 'fanly_basic_robots_remove_noindex', 999);function fanly_basic_robots_remove_noindex( $robots ){	return get_option('blog_public') ? [] : $robots;}