Skip to content

Commit 9783b44

Browse files
committed
fix(content): restore three blank article titles and tighten home description
Three migrated 2012-2014 posts had an empty `title:`, so they shipped with no <title>, <h1>, og:title, or Article schema headline. Restore titles from slug and body. Also replace the home description with keyword-rich copy under the ~155-char SERP cutoff.
1 parent ab548d0 commit 9783b44

4 files changed

Lines changed: 4 additions & 4 deletions

content/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Welcome Automaters!"
3-
description: "PowerShell.org is the community hub for PowerShell enthusiasts, automaters, and professionals."
3+
description: "PowerShell.org is the community hub for PowerShell pros and automators — the podcast, the annual Summit, learning resources, and active community forums."
44
---
55

66
PowerShell.org serves as the central hub for the PowerShell community worldwide.

content/articles/2012-09-09-powershell-summit-im-feeling-lucky-tickets-on-sale-400-each.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title:
2+
title: "PowerShell Summit: 'I'm Feeling Lucky' Tickets on Sale, $400 Each"
33
authors:
44
- Don Jones
55
date: "2012-09-09T22:55:29+00:00"

content/articles/2012-10-26-powershell-v3s-new-simplified-syntax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title:
2+
title: "PowerShell v3's New Simplified Syntax"
33
authors:
44
- Don Jones
55
date: "2012-10-26T18:02:31+00:00"

content/articles/2014-05-14-why-puppet-vs-dsc-isnt-even-a-thing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title:
2+
title: "Why Puppet vs. DSC Isn't Even a Thing"
33
authors:
44
- Don Jones
55
date: "2014-05-14T13:06:15+00:00"

0 commit comments

Comments
 (0)