Set sitemap priority for key pages
The very key pages get 1.0 priority; other good landing pages get 0.9 and the remaining pages have a default priority, 0.75.
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
---
|
||||
linktitle: Kubernetes Documentation
|
||||
title: Documentation
|
||||
sitemap:
|
||||
priority: 1.0
|
||||
---
|
||||
|
||||
@@ -2,4 +2,6 @@
|
||||
title: "Overview"
|
||||
weight: 20
|
||||
description: Get a high-level outline of Kubernetes and the components it is built from.
|
||||
sitemap:
|
||||
priority: 0.9
|
||||
---
|
||||
|
||||
@@ -10,6 +10,8 @@ weight: 10
|
||||
card:
|
||||
name: concepts
|
||||
weight: 10
|
||||
sitemap:
|
||||
priority: 0.9
|
||||
---
|
||||
|
||||
<!-- overview -->
|
||||
|
||||
Reference in New Issue
Block a user