Skip to content

Commit

Permalink
Fix meta description clash (#41913)
Browse files Browse the repository at this point in the history
Two Workload Identity pages have the same meta description, which can be
harmful for SEO. This change gives each page a different meta
description.
  • Loading branch information
ptgott authored May 22, 2024
1 parent 1ff524d commit 4ffddda
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/pages/machine-id/workload-identity.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Workload Identity
description: Teleport's Workload Identity for SPIFFE
description: Describes Teleport Workload Identity, which issues flexible, short-lived identities to secure workload-to-workload communications.
---

<Admonition type="tip" title="Preview">
Expand Down Expand Up @@ -152,4 +152,4 @@ Teleport's Workload Identity currently only supports issuing X.509-SVIDs.
### Other resources

- [SPIFFE Specification](https://github.com/spiffe/spiffe/blob/main/standards/SPIFFE.md): The official SPIFFE specification. Useful for understanding the SPIFFE ID and SVID formats.
- [Solving The Bottom Turtle](https://spiffe.io/pdf/Solving-the-bottom-turtle-SPIFFE-SPIRE-Book.pdf): A book covering the fundamentals and details of SPIFFE.
- [Solving The Bottom Turtle](https://spiffe.io/pdf/Solving-the-bottom-turtle-SPIFFE-SPIRE-Book.pdf): A book covering the fundamentals and details of SPIFFE.
2 changes: 1 addition & 1 deletion docs/pages/machine-id/workload-identity/best-practices.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Best Practices for Teleport Workload Identity
description: Teleport's Workload Identity for SPIFFE
description: Answers common questions and describes best practices for using Teleport Workload Identity in production.
---

This page covers common questions and best practices for using Teleport's
Expand Down

0 comments on commit 4ffddda

Please sign in to comment.