Skip to content

Commit 8d83c37

Browse files
Docs; put noindex in params key
1 parent 10a27a5 commit 8d83c37

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

exampleSite/content/docs/guide/configuration.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,8 @@ To [block Google Search](https://developers.google.com/search/docs/crawling-inde
309309

310310
```yaml
311311
title: Configuration (archive version)
312-
noindex: true
312+
params:
313+
noindex: true
313314
```
314315

315316
To exclude an entire directory, use the [`cascade`](https://gohugo.io/configuration/cascade/) key in the parent `_index.md` file.

0 commit comments

Comments
 (0)