Skip to content

Commit 225d855

Browse files
rachelwhittonjazzsequencestevector
authored
Fix meta descriptions (#9399)
* Fix meta desc for cert pages and update meta desc for release note pages * Apply Prettier formatting * use node.excerpt * pull excerpt from gatsby and use that to create meta description - adds `excerpt` to the GraphQL query - uses this excerpt to create a contextual meta description - falls back to "A summary of changes to the Pantheon Platform" if excerpt could not be extracted. * Apply Prettier formatting * Update source/content/certification/study-guide-cms/10-custom-upstreams.md Co-authored-by: Steve Persch <[email protected]> * Update source/content/certification/study-guide-cms/09-automate.md Co-authored-by: Steve Persch <[email protected]> * Update source/content/certification/study-guide-cms/07-people.md Co-authored-by: Steve Persch <[email protected]> * Update source/content/certification/study-guide-cms/08-extend.md Co-authored-by: Steve Persch <[email protected]> * Update source/content/certification/study-guide-cms/06-deploy.md Co-authored-by: Steve Persch <[email protected]> * Update source/content/certification/study-guide-cms/05-cms.md Co-authored-by: Steve Persch <[email protected]> * Update source/content/certification/study-guide-cms/04-cdn.md Co-authored-by: Steve Persch <[email protected]> * Update source/content/certification/study-guide-cms/03-create.md Co-authored-by: Steve Persch <[email protected]> --------- Co-authored-by: Chris Reynolds <[email protected]> Co-authored-by: Steve Persch <[email protected]>
1 parent 9d3e33a commit 225d855

File tree

13 files changed

+20
-2
lines changed

13 files changed

+20
-2
lines changed

source/content/certification/study-guide-cms/00-intro.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: WebOps Certification
33
subtitle: Study Guide Introduction
4+
description: Learn about the three failure modes of website operations.
45
certificationpage: true
56
type: certificationpage
67
layout: certificationpage

source/content/certification/study-guide-cms/01-webops.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: WebOps Certification
33
subtitle: "Chapter 1: WebOps"
4+
description: Learn about the principles and benefits of WebOps.
45
certificationpage: true
56
showtoc: true
67
type: certificationpage

source/content/certification/study-guide-cms/02-platform.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: WebOps Certification
33
subtitle: "Chapter 2: Pantheon Platform"
4+
description: Understand the layers of Pantheon's platform and how it can be used to solve problems using WebOps best practicies.
45
certificationpage: true
56
showtoc: true
67
type: certificationpage

source/content/certification/study-guide-cms/03-create.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: WebOps Certification
33
subtitle: "Chapter 3: Site Creation"
4+
description: Learn how to create a site on Pantheon.
45
certificationpage: true
56
showtoc: true
67
type: certificationpage

source/content/certification/study-guide-cms/04-cdn.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: WebOps Certification
33
subtitle: "Chapter 4: Content Delivery Network"
4+
description: Pantheon's edge layer increases the speed and scalability of all sites on the platform. The Advanced Global CDN can be customized for tailored usage.
45
certificationpage: true
56
type: certificationpage
67
layout: certificationpage

source/content/certification/study-guide-cms/05-cms.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: WebOps Certification
33
subtitle: "Chapter 5: CMS Infrastructure"
4+
description: Pantheon's containerized infrastructure makes CMS applications faster, more scalable, and more secure.
45
certificationpage: true
56
type: certificationpage
67
layout: certificationpage

source/content/certification/study-guide-cms/06-deploy.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: WebOps Certification
33
subtitle: "Chapter 6: The Deployment Pipeline"
4+
description: Learn about the deployment pipeline for CMS Sites on Pantheon as it relates to code, files, and databases.
45
certificationpage: true
56
type: certificationpage
67
layout: certificationpage

source/content/certification/study-guide-cms/07-people.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: WebOps Certification
33
subtitle: "Chapter 7: Connecting People"
4+
description: Learn how to manage teams, workspaces and permissions before connecting DNS.
45
certificationpage: true
56
type: certificationpage
67
layout: certificationpage

source/content/certification/study-guide-cms/08-extend.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: WebOps Certification
33
subtitle: "Chapter 8: Extend with CLI and Hooks"
4+
description: "Terminus and Quicksilver can work together to help facilitate complex WebOps workflows"
45
certificationpage: true
56
type: certificationpage
67
layout: certificationpage

source/content/certification/study-guide-cms/09-automate.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: WebOps Certification
33
subtitle: "Chapter 9: Additional Automation"
4+
description: "Learn how to leverage Integrated Composer and Autopilot"
45
certificationpage: true
56
type: certificationpage
67
layout: certificationpage

0 commit comments

Comments
 (0)