Skip to content

Commit 31d2366

Browse files
authored
Merge pull request #620 from gaurav-nelson/seo-mods
feat: SEO enhancements
2 parents 8c7ad07 + 701d6b0 commit 31d2366

37 files changed

+944
-3
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ Gemfile.lock
1616
.idea
1717
.vale
1818
modules/.vale.ini
19-
.vale.ini
19+
.vale.ini

assets/images/og-template-base.svg

Lines changed: 32 additions & 0 deletions
Loading

config.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ paginate: 6
77
timeout: 300
88
params:
99
site_logo: /images/validated-patterns.png
10+
# SEO and Social Media Settings
11+
description: "Validated Patterns are GitOps-driven, automated, and rigorously tested application stacks for hybrid cloud deployments on Red Hat OpenShift. Deploy complex solutions with unprecedented speed and confidence."
12+
default_share_image: /images/validated-patterns.png
13+
twitter_handle: "@RedHat"
14+
github_repo: "validatedpatterns/docs"
15+
github_branch: "main"
1016
security:
1117
exec:
1218
allow: ["^dart-sass-embedded$", "^go$", "^npx$", "^postcss$", "^asciidoctor$"]
@@ -45,3 +51,8 @@ menus:
4551
- name: Workshop
4652
url: https://play.validatedpatterns.io
4753
weight: 25
54+
sitemap:
55+
changeFreq: monthly
56+
priority: 0.5
57+
filename: sitemap.xml
58+
enableRobotsTXT: true

content/blog/2021-12-31-medical-diagnosis.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@ blog_tags:
88
- xray
99
- validated-pattern
1010
aliases: /2021/12/31/medical-diagnosis/
11+
keywords:
12+
- medical diagnosis
13+
- ai machine learning
14+
- xray analysis
15+
- healthcare
16+
- validated patterns
17+
- pneumonia detection
18+
- knative
19+
- kafka
1120
---
1221

1322
# Validated Pattern: Medical Diagnosis

content/blog/2022-03-23-acm-mustonlyhave.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ author: Michele Baldessari
66
blog_tags:
77
- acm
88
aliases: /2022/03/23/acm-mustonlyhave/
9+
keywords:
10+
- rhacm
11+
- policy enforcement
12+
- musthave
13+
- mustonlyhave
14+
- validated patterns
15+
- cluster governance
16+
- openshift
917
---
1018

1119
Recently a user reported an issue when using the multicloud-gitops pattern: Namely, after testing changes in a feature branch (adding a helm application), said changes were not appearing on the remote clusters.

content/blog/2022-03-30-multicloud-gitops.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@ blog_tags:
88
- xray
99
- validated-pattern
1010
aliases: /2022/03/30/multicloud-gitops/
11+
keywords:
12+
- multicloud
13+
- gitops
14+
- argocd
15+
- rhacm
16+
- kubernetes
17+
- openshift
18+
- validated patterns
19+
- cluster management
1120
---
1221

1322
# Validated Pattern: Multi-Cloud GitOps

content/blog/2022-06-30-ansible-edge-gitops.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ blog_tags:
77
- ansible-edge-gitops
88
- patterns
99
aliases: /2022/06/30/ansible-edge-gitops/
10+
keywords:
11+
- ansible automation
12+
- edge computing
13+
- gitops
14+
- openshift virtualization
15+
- validated patterns
16+
- hybrid cloud
1017
---
1118

1219
# Validated Pattern: Ansible Edge GitOps

content/blog/2022-07-15-push-vs-pull.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ blog_tags:
88
- patterns
99
- GitOps
1010
aliases: /2022/07/15/push-vs-pull/
11+
keywords:
12+
- push vs pull
13+
- change management
14+
- gitops
15+
- ansible
16+
- validated patterns
17+
- edge computing
18+
- deployment strategies
1119
---
1220

1321
# Push or Pull? Strategies for Large Scale Technology Change Management on the Edge

content/blog/2022-08-24-clustergroups.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ author: Martin Jackson
66
blog_tags:
77
- validated-pattern
88
aliases: /2022/08/24/clustergroups/
9+
keywords:
10+
- clustergroups
11+
- multicluster
12+
- validated patterns
13+
- kubernetes
14+
- openshift
15+
- cluster management
16+
- gitops
917
---
1018

1119
# What Is a clusterGroup?

content/blog/2022-09-02-route.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ blog_tags:
88
- openshift
99
- route
1010
aliases: /2022/09/02/route/
11+
keywords:
12+
- openshift routes
13+
- subdomain
14+
- kubernetes ingress
15+
- networking
16+
- validated patterns
17+
- dns
1118
---
1219

1320
# What Is a route in OpenShift?

0 commit comments

Comments
 (0)