Commit 51561e0
authored
Add "noIndex" property to /next/ versioned docs (#54)
The "noIndex" property here adds `<meta name="robots" content="noindex,
nofollow">` to all `/next/` pages, instructing search engines not to
index or follow links on future documentation.
https://docusaurus.io/docs/api/docusaurus-config#noIndex
Note that version options are `current`, `0.11`, `0.12`
* /0.11/ is mapped to `0.11`
* /next/ is mapped to `current`
* / is mapped to `0.12` via lastVersion1 parent f222d61 commit 51561e0
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
89 | 92 | | |
90 | 93 | | |
91 | 94 | | |
| |||
0 commit comments