Skip to content

Commit 63de992

Browse files
authored
Add "noIndex" property to /0.11/ versioned docs (#53)
The "noIndex" property here adds `<meta name="robots" content="noindex, nofollow">` to all `/0.11/` pages, instructing search engines not to index or follow links on outdated documentation. https://docusaurus.io/docs/api/docusaurus-config#noIndex
1 parent b420e61 commit 63de992

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docusaurus.config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@ const config: Config = {
8686
[LATEST_DEVVIT_VERSION]: {
8787
badge: false,
8888
},
89+
"0.11": {
90+
noIndex: true,
91+
},
8992
},
9093
},
9194
blog: {

0 commit comments

Comments
 (0)