mirror of
https://github.com/baptisteArno/typebot.io.git
synced 2026-06-19 21:04:33 +08:00
# Configure the robots meta tag to allow search and link crawlers ## Description Closes #1123 This PR adds the "Allow indexing" metadata option. This feature allows users to control whether search engines like Google and LinkedIn can index their Typebot content by removing the `noindex` meta tag when enabled. ## Changes - Updated `MetadataForm.tsx` to include a new switch toggle to allow indexing - Updated `Seo.tsx` to remove the `noindex` tag when indexing is enabled - Made the appropriate changes for the typebot settings schema to include the allow indexing option - Added translations for the following keys to `en.json`, `fr.json`, `pt-BR.json`, `pt.json` language files: - `settings.sideMenu.metadata.allowIndexing.label`: "Allow search engines to index" - `settings.sideMenu.metadata.allowIndexing.tooltip`: "When enabled, the noindex meta tag will be removed, allowing search engines like Google and LinkedIn to index your typebot." ## Screenshots  |
||
|---|---|---|
| .. | ||
| src | ||
| package.json | ||
| tsconfig.json | ||