Skip to content

Commit 6dd85b0

Browse files
RaginiSharma01@RaginiSharma01xmulligan
authored
fix: add missing metadata for homepage (#676) (#677)
* fix: add missing metadata for homepage (#676) Signed-off-by: @RaginiSharma01 <[email protected]> ~ # * Apply suggestion from @xmulligan Co-authored-by: Bill Mulligan <[email protected]> Signed-off-by: Ragini Sharma <[email protected]> * Apply suggestion from @xmulligan Co-authored-by: Bill Mulligan <[email protected]> Signed-off-by: Ragini Sharma <[email protected]> * Apply suggestion from @xmulligan Co-authored-by: Bill Mulligan <[email protected]> Signed-off-by: Ragini Sharma <[email protected]> --------- Signed-off-by: Ragini Sharma <[email protected]> Co-authored-by: @RaginiSharma01 <[email protected]> Co-authored-by: Bill Mulligan <[email protected]>
1 parent d5d8fdc commit 6dd85b0

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

src/utils/seo-metadata.js

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
const enterprise = {
2-
// title: 'Cilium - Enterprise Distributions & Training',
2+
title: 'Cilium - Enterprise Distributions & Training Partners',
33
description:
44
'Learn how to get enterprise level support and training for Cilium from different vendors in the ecosystem',
55
};
6+
const homepage = {
7+
title: 'Cilium - eBPF-based Networking, Observability, and Security for Kubernetes',
8+
description: 'Cilium provides eBPF-based networking, observability, and security for Kubernetes and beyond. Trusted by all major cloud providers and cloud native platforms worldwide.',
9+
};
610
const learn = {
7-
// title: 'Cilium - What is Cilium?',
11+
title: 'Cilium - What is Cilium?',
812
description:
913
'Cilium is an open source project to provide networking, security, and observability for cloud native environments such as Kubernetes clusters and other container orchestration platforms.',
1014
};
@@ -42,4 +46,4 @@ const newsletter = {
4246
'If you want to keep up on the latest in cloud native networking, observability, and security this is your source',
4347
};
4448

45-
export { enterprise, learn, adopters, getHelp, getInvolved, tellingStory, newsletter, brand };
49+
export { enterprise, learn, adopters, getHelp, getInvolved, tellingStory, newsletter, brand, homepage };

0 commit comments

Comments
 (0)