-
'sitemap_to_robots',
'value' => $settings->sitemap_to_robots,
'label' => esc_html__( 'Add Sitemap Output URLs to site "robots.txt" file', 'xml-sitemap-generator-for-google' ),
'class' => 'grim-section-label',
)
);
?>
-
'enable_indexnow',
'value' => $settings->enable_indexnow,
'label' => esc_html__( 'Enable IndexNow Protocol (Microsoft Bing, Seznam.cz, Naver, Yandex)', 'xml-sitemap-generator-for-google' ),
'class' => 'grim-section-label has-dependency',
'data' => array( 'target' => 'indexnow' ),
)
);
?>