Skip to content

Commit

Permalink
Fix up duplicate meta descriptions issues (#12610)
Browse files Browse the repository at this point in the history
* Fix up duplicate meta descriptions errors.

* fix
  • Loading branch information
sean1588 authored Aug 28, 2024
1 parent f893869 commit d5f1589
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion content/blog/advanced-aws-networking-part-1/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ date: 2023-04-05
# which is useful for targeting search results or social-media previews.
# This field is required or the build will fail the linter test.
# Max length is 160 characters.
meta_desc: Learn how to create a hub-and-spoke architecture in AWS in Python with Pulumi.
meta_desc: Learn how to create a hub-and-spoke architecture in AWS using Pulumi with Python. This is Part 1 of a 2 Part series.

# The meta_image appears in social-media previews and on the blog home page.
# A placeholder image representing the recommended format, dimensions and aspect ratio
Expand Down
2 changes: 1 addition & 1 deletion content/blog/advanced-aws-networking-part-2/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ date: 2023-04-20
# which is useful for targeting search results or social-media previews.
# This field is required or the build will fail the linter test.
# Max length is 160 characters.
meta_desc: Learn how to create a hub-and-spoke architecture in AWS in Python with Pulumi.
meta_desc: Learn how to create a hub-and-spoke architecture in AWS using Pulumi with Python. This is Part 2 of a 2 part series.

# The meta_image appears in social-media previews and on the blog home page.
# A placeholder image representing the recommended format, dimensions and aspect ratio
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "Introducing Pulumi ESC Support in Automation API and the Pulumi Service
allow_long_title: true
date: 2024-06-05T00:00:00-05:00
draft: false
meta_desc: "The new enhancements to Pulumi ESC Editor streamlines the authoring experience of environments for developers"
meta_desc: "Supercharge how you manage your infrastructure and application secrets and configurations using the Pulumi Service Provider and Automation API."
meta_image: "meta.png"
authors:
- arun-loganathan
Expand Down
2 changes: 1 addition & 1 deletion content/blog/esc-key-value-table-editor-launch/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Introducing the Key-Value Table Editor for Pulumi ESC"
date: 2024-03-26T00:00:00-07:00
draft: false
meta_desc: "The new enhancements to Pulumi ESC Editor streamlines the authoring experience of environments for developers"
meta_desc: "The Key-Value Table Editor introduces a new visual interface for managing configuration and secrets using Pulumi ESC."
meta_image: "meta.png"
authors:
- arun-loganathan
Expand Down
2 changes: 1 addition & 1 deletion content/blog/october-23-roundup/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "A recap of October 2023 - A big month at Pulumi!"
allow_long_title: True
authors: ["joe-duffy"]
tags: ["pulumi-news"]
meta_desc: "Today we announced a $41M Series C to build the best infrastructure as code and tackle more of our customers' toughest cloud challenges."
meta_desc: "In October 2023 we announced a $41M Series C to build the best infrastructure as code and tackle more of our customers' toughest cloud challenges."
date: "2023-10-16"
meta_image: "oct-23.png"
---
Expand Down

0 comments on commit d5f1589

Please sign in to comment.