You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(seo): normalize Pulumi language lists on gads landing pages, templates, and remaining brand-consistency surfaces
Follow-up to #20770, #20917, and #20918's site-wide language-list sweep, tier 3 of 3 (lowest SEO/AEO value, brand consistency only): content/gads (32 paid-ads landing pages), content/templates (16 template meta descriptions), and remaining misc surfaces.
Canonical set (per content/docs/iac/languages-sdks/_index.md front matter): Python, TypeScript, JavaScript, Go, .NET, Java, plus YAML and HCL.
gads pages carry three near-identical boilerplate sentences (Class A full-set claims); all three were normalized to the complete canonical set across every page that carries them, including a third boilerplate sentence discovered during this pass that already used .NET correctly but was missing HCL.
templates/*/index.md meta descriptions are Class B (scoped to what each specific template actually supports); each was cross-checked against its own front-matter languages list before a naming-only C# to .NET fix, with no additions beyond what the template itself declares.
Misc fixes: BUILD-AND-DEPLOY.md's internal supported-languages list and the seo-analyze AEO checklist's own comparison table (Pulumi column only) were completed to the canonical set; case-studies/fauna.md, the KubeCon page, and the events page were completed as full-set claims; the terraform-state-backend-modules-hcl.md release note and data/resource_options.yaml's typed-SDK comment and the superintelligence-infrastructure.md card bullet received naming-only or minimally-scoped fixes per their narrower context.
Copy file name to clipboardExpand all lines: archetypes/gads.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,11 +28,11 @@ key_features_above:
28
28
- title: "Author in any language, deploy to any cloud"
29
29
sub_title: "Pulumi Infrastructure as Code Engine"
30
30
description:
31
-
Author infrastructure as code (IaC) using programming languages you know and love – including TypeScript/JavaScript, Python, Go, C#, Java, and YAML. Deploy to 170+ providers like AWS, Azure, Google Cloud, and Kubernetes.
31
+
Author infrastructure as code (IaC) using programming languages you know and love – including TypeScript, JavaScript, Python, Go, .NET, Java, YAML, and HCL. Deploy to 170+ providers like AWS, Azure, Google Cloud, and Kubernetes.
32
32
features:
33
33
- title: Code faster
34
34
description: |
35
-
Write infrastructure code in TypeScript, JavaScript, Python, Go, .NET, Java, and YAML using your IDE and any language ecosystem tools.
35
+
Write infrastructure code in TypeScript, JavaScript, Python, Go, .NET, Java, YAML, and HCL using your IDE and any language ecosystem tools.
36
36
icon: code
37
37
- title: Ship infrastructure with AI
38
38
description: |
@@ -192,7 +192,7 @@ key_features_below:
192
192
- title: Pulumi IaC
193
193
icon: code
194
194
description: |
195
-
Utilize open-source IaC in TypeScript, Python, Go, C#, Javaand YAML. Build and distribute reusable components for 170+ cloud & SaaS providers.
195
+
Utilize open-source IaC in TypeScript, Python, Go, .NET, Java, YAML, and HCL. Build and distribute reusable components for 170+ cloud & SaaS providers.
Copy file name to clipboardExpand all lines: content/case-studies/fauna.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ Fauna’s engineers needed a modern, cloud engineering solution that would meet
49
49
50
50
### Why Pulumi?
51
51
52
-
Fauna chose Pulumi because it would allow its developers to adopt modern, [cloud engineering](/cloud-engineering/) practices out-of-the-box and increase velocity. With Pulumi, developers can build infrastructure as code with standard languages they already know, such as Python, TypeScript/JavaScript, Go, and C#. They can deploy infrastructure changes through existing CI/CD pipelines, just like application code. Finally, they can manage cloud infrastructure and applications with full visibility into every resource, access controls, and Policy as Code.
52
+
Fauna chose Pulumi because it would allow its developers to adopt modern, [cloud engineering](/cloud-engineering/) practices out-of-the-box and increase velocity. With Pulumi, developers can build infrastructure as code with standard languages they already know, such as Python, TypeScript, JavaScript, Go, .NET, Java, YAML, and HCL. They can deploy infrastructure changes through existing CI/CD pipelines, just like application code. Finally, they can manage cloud infrastructure and applications with full visibility into every resource, access controls, and Policy as Code.
53
53
54
54
### How Fauna built region groups with Pulumi
55
55
@@ -83,7 +83,7 @@ Fauna is using Pulumi's [Automation API](/automation/) to manage its quality ass
83
83
84
84
Pulumi enabled Fauna to develop a crucial new feature, Region Groups, by giving developers the capabilities they needed to build and deploy quickly and safely. The benefits were:
85
85
86
-
- Reduced time-to-market from weeks to days in spite of a small team because developers could build infrastructure as code with standard languages (Python, TypeScript, Go, C#).
86
+
- Reduced time-to-market from weeks to days in spite of a small team because developers could build infrastructure as code with standard languages (Python, TypeScript, JavaScript, Go, .NET, Java, YAML, and HCL).
87
87
- Increased velocity because developers were more productive building cloud applications with software engineering practices and tools they were already using.
88
88
- Improved the reliability of infrastructure because developers could use safety mechanisms such as unit tests and code reviews against changes.
89
89
- Maintained the security of infrastructure that handled customer data using Pulumi’s security, encryption, and access control features.
Copy file name to clipboardExpand all lines: content/events/build-infrastructure-as-code-just-60-seconds-modern-infrastructure/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ location: virtual
42
42
43
43
# Description of the event.
44
44
description: |
45
-
Imagine the power of creating Infrastructure as Code effortlessly. With Pulumi AI, you use natural-language prompts to generate infrastructure as code (IaC) programs in the language of your choice, such as TypeScript, Python, Go, C#, Java, or YAML. Pulumi AI will create all the necessary parts, from the instance itself to the security groups that will allow access.
45
+
Imagine the power of creating Infrastructure as Code effortlessly. With Pulumi AI, you use natural-language prompts to generate infrastructure as code (IaC) programs in the language of your choice, such as TypeScript, JavaScript, Python, Go, .NET, Java, YAML, or HCL. Pulumi AI will create all the necessary parts, from the instance itself to the security groups that will allow access.
46
46
47
47
🤖 [Try Pulumi Neo now](https://www.pulumi.com/product/neo/) and see the magic unfold!
Copy file name to clipboardExpand all lines: content/gads/backstage/index.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,11 +19,11 @@ key_features_above:
19
19
- title: "Author in any language, deploy to any cloud"
20
20
sub_title: "Pulumi Infrastructure as Code Engine"
21
21
description:
22
-
Author infrastructure as code (IaC) using programming languages you know and love – including TypeScript/JavaScript, Python, Go, C#, Java, and YAML. Deploy to 170+ providers like AWS, Azure, Google Cloud, and Kubernetes.
22
+
Author infrastructure as code (IaC) using programming languages you know and love – including TypeScript, JavaScript, Python, Go, .NET, Java, YAML, and HCL. Deploy to 170+ providers like AWS, Azure, Google Cloud, and Kubernetes.
23
23
features:
24
24
- title: Code faster
25
25
description: |
26
-
Write infrastructure code in TypeScript, JavaScript, Python, Go, .NET, Java, and YAML using your IDE and any language ecosystem tools.
26
+
Write infrastructure code in TypeScript, JavaScript, Python, Go, .NET, Java, YAML, and HCL using your IDE and any language ecosystem tools.
27
27
icon: code
28
28
- title: Ship infrastructure with AI
29
29
description: |
@@ -183,7 +183,7 @@ key_features_below:
183
183
- title: Pulumi IaC
184
184
icon: code
185
185
description: |
186
-
Utilize open-source IaC in TypeScript, Python, Go, C#, Javaand YAML. Build and distribute reusable components for 170+ cloud & SaaS providers.
186
+
Utilize open-source IaC in TypeScript, Python, Go, .NET, Java, YAML, and HCL. Build and distribute reusable components for 170+ cloud & SaaS providers.
Copy file name to clipboardExpand all lines: content/gads/crossplane/index.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ block_external_search_index: true
6
6
7
7
heading: "Crossplane Alternative"
8
8
subheading: |
9
-
Manage cloud and Kubernetes infrastructure in TypeScript, Python, Go, or C# — with no control
9
+
Manage cloud and Kubernetes infrastructure in TypeScript, JavaScript, Python, Go, or .NET — with no control
10
10
plane to install and no compositions or XRDs to author in YAML.
11
11
12
12
customer_quote:
@@ -26,11 +26,11 @@ key_features_above:
26
26
- title: "Author in any language, deploy to any cloud"
27
27
sub_title: "Pulumi Infrastructure as Code Engine"
28
28
description:
29
-
Author infrastructure as code (IaC) using programming languages you know and love – including TypeScript/JavaScript, Python, Go, C#, Java, and YAML. Deploy to 170+ providers like AWS, Azure, Google Cloud, and Kubernetes.
29
+
Author infrastructure as code (IaC) using programming languages you know and love – including TypeScript, JavaScript, Python, Go, .NET, Java, YAML, and HCL. Deploy to 170+ providers like AWS, Azure, Google Cloud, and Kubernetes.
30
30
features:
31
31
- title: Code faster
32
32
description: |
33
-
Write infrastructure code in TypeScript, JavaScript, Python, Go, .NET, Java, and YAML using your IDE and any language ecosystem tools.
33
+
Write infrastructure code in TypeScript, JavaScript, Python, Go, .NET, Java, YAML, and HCL using your IDE and any language ecosystem tools.
Copy file name to clipboardExpand all lines: content/gads/infrastructure-as-code/index.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
title: "Infrastructure as Code | Pulumi"
3
-
meta_desc: "Modern infrastructure as code in Python, TypeScript, Go, or C#. 170+ cloud providers, policy as code, secrets management. Open source. Free tier."
3
+
meta_desc: "Modern infrastructure as code in Python, TypeScript, JavaScript, Go, or .NET. 170+ cloud providers, policy as code, secrets management. Open source. Free tier."
4
4
layout: gads-template
5
5
block_external_search_index: true
6
6
@@ -22,14 +22,14 @@ customer_quote:
22
22
overview:
23
23
title: Infrastructure as Code<br/>in Real Programming Languages
24
24
description: |
25
-
Looking for <span id="dki-placeholder" style="font-weight: bold;">an infrastructure as code tool</span>? Pulumi lets you define cloud infrastructure in Python, TypeScript, Go, C#, Java, or YAML — with full IDE support, testing, and package management. Deploy to 170+ providers including AWS, Azure, Google Cloud, and Kubernetes. Free and open source.
25
+
Looking for <span id="dki-placeholder" style="font-weight: bold;">an infrastructure as code tool</span>? Pulumi lets you define cloud infrastructure in Python, TypeScript, Go, .NET, Java, YAML, or HCL — with full IDE support, testing, and package management. Deploy to 170+ providers including AWS, Azure, Google Cloud, and Kubernetes. Free and open source.
26
26
27
27
key_features_above:
28
28
items:
29
29
- title: "Author in any language, deploy to any cloud"
30
30
sub_title: "Pulumi Infrastructure as Code Engine"
31
31
description:
32
-
Stop learning DSLs. Author infrastructure as code using programming languages you already know — Python, TypeScript, Go, C#, Java, and YAML. Get auto-completion, type checking, and refactoring from your IDE. Deploy to 170+ providers.
32
+
Stop learning DSLs. Author infrastructure as code using programming languages you already know — Python, TypeScript, Go, .NET, Java, YAML, and HCL. Get auto-completion, type checking, and refactoring from your IDE. Deploy to 170+ providers.
Copy file name to clipboardExpand all lines: content/gads/terraform/index.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
title: "Terraform Alternative | Pulumi"
3
-
meta_desc: "Use Python, TypeScript, Go, or C# — or HCL — for infrastructure as code. Free migration tools, no resource caps on the free tier, 170+ cloud providers."
3
+
meta_desc: "Use Python, TypeScript, Go, or .NET — or HCL — for infrastructure as code. Free migration tools, no resource caps on the free tier, 170+ cloud providers."
4
4
layout: gads-template
5
5
block_external_search_index: true
6
6
@@ -20,18 +20,18 @@ customer_quote:
20
20
overview:
21
21
title: Your Choice of Language. No Resource Caps.<br/>Migrate at Your Pace.
22
22
description: |
23
-
Looking for <span id="dki-placeholder" style="font-weight: bold;">a Terraform alternative</span>? HCP Terraform's free tier caps you at 500 managed resources per organization. Pulumi Cloud has no resource caps. Write infrastructure in Python, TypeScript, Go, or C# with full IDE support, testing, and 170+ cloud providers. Free migration tooling included: convert your existing Terraform with the Pulumi CLI.
23
+
Looking for <span id="dki-placeholder" style="font-weight: bold;">a Terraform alternative</span>? HCP Terraform's free tier caps you at 500 managed resources per organization. Pulumi Cloud has no resource caps. Write infrastructure in Python, TypeScript, JavaScript, Go, or .NET with full IDE support, testing, and 170+ cloud providers. Free migration tooling included: convert your existing Terraform with the Pulumi CLI.
24
24
25
25
key_features_above:
26
26
items:
27
27
- title: "Author infrastructure in the language you prefer"
28
28
sub_title: "Pulumi Infrastructure as Code Engine"
29
29
description:
30
-
Author infrastructure as code using programming languages you already know, including Python, TypeScript, Go, C#, Java, and YAML. Use `pulumi convert`, the free converter built into the Pulumi CLI, to migrate your existing Terraform files. Deploy to 170+ providers.
30
+
Author infrastructure as code using programming languages you already know, including Python, TypeScript, JavaScript, Go, .NET, Java, YAML, and HCL. Use `pulumi convert`, the free converter built into the Pulumi CLI, to migrate your existing Terraform files. Deploy to 170+ providers.
31
31
features:
32
32
- title: Code faster
33
33
description: |
34
-
Write infrastructure code in TypeScript, JavaScript, Python, Go, .NET, Java, and YAML using your IDE and any language ecosystem tools.
34
+
Write infrastructure code in TypeScript, JavaScript, Python, Go, .NET, Java, YAML, and HCL using your IDE and any language ecosystem tools.
35
35
icon: code
36
36
- title: Build on any cloud
37
37
description: |
@@ -48,7 +48,7 @@ key_features:
48
48
- title: "Migrate from Terraform in minutes"
49
49
sub_title: "Free Migration Tools"
50
50
description: |
51
-
Use `pulumi convert` to turn your existing Terraform HCL into Python, TypeScript, Go, or C#. Import existing state with `pulumi import`. Keep your current infrastructure running while you migrate at your own pace. No forced deadlines. No resource caps.
51
+
Use `pulumi convert` to turn your existing Terraform HCL into Python, TypeScript, JavaScript, Go, or .NET. Import existing state with `pulumi import`. Keep your current infrastructure running while you migrate at your own pace. No forced deadlines. No resource caps.
52
52
image: "/images/product/pulumi-iac-code.png"
53
53
features:
54
54
- title: Convert HCL to a general-purpose language
Copy file name to clipboardExpand all lines: content/kubecon/_index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ sections:
51
51
- icon: code
52
52
title: Cloud-native infrastructure as code
53
53
description: |
54
-
Define your apps and infrastructure in your language of choice: TypeScript, Python, Go, C#, or Java. Then deploy to any cloud, with built-in policy enforcement and secrets management.
54
+
Define your apps and infrastructure in your language of choice: TypeScript, JavaScript, Python, Go, .NET, Java, YAML, or HCL. Then deploy to any cloud, with built-in policy enforcement and secrets management.
0 commit comments