diff --git a/js/src/admin/components/Forms/SeoSettings.js b/js/src/admin/components/Forms/SeoSettings.js index 91d8502..4bd6de4 100644 --- a/js/src/admin/components/Forms/SeoSettings.js +++ b/js/src/admin/components/Forms/SeoSettings.js @@ -181,7 +181,7 @@ export default class SeoSettings extends Component { Switch.component({ state: this.allowBotsValue, onchange: (value) => this.saveAllowBots(value), - }, 'Allow all bots & crawl full site directory'), + }, 'Allow all bots & crawl full site directory (if you enable this Profile Pages will also get Indexed)'),
,
{Button.component({ @@ -295,4 +295,4 @@ export default class SeoSettings extends Component { m.redraw(); }); } -} \ No newline at end of file +}