Skip to content

Commit 2287f9d

Browse files
slayerjainnehagupclaude
authored
fix: GSC audit — descriptions, redirects, titles, breadcrumbs, headers (#825)
* fix: GSC audit — descriptions, redirects, titles, breadcrumbs, headers - Added descriptions to 51 docs pages missing them in v4.0.0 - Standardized keyword: -> keywords: across 37 files - Fixed 16 duplicate page titles to be unique - Removed breadcrumb microdata, keeping only JSON-LD - Added OG image and standardized Organization logo - Added security headers to netlify.toml - Added soft 404 redirects (vercel.json + _redirects + client-redirect) - Added Docusaurus client redirect for /keploy-explained/faq Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Neha Gupta <gneha21@yahoo.in> * fix: align descriptions and H1s with frontmatter titles per Copilot review Update generic "What is API testing" descriptions in test-run-reports.md and test-generate.md to match their actual page titles. Sync in-page H1 headings with frontmatter titles in installation.md, unit-testing-faq.md, and integration-testing-faq.md. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Neha Gupta <gneha21@yahoo.in> * fix: align H1 headings with frontmatter titles per Copilot review For 5 pages, changed the in-page H1 to match the frontmatter title exactly (unit-test-architecture, api-test-architecture, integrations-vscode, integrations-pr-agent, test-generate). For 2 pages with embedded InstallationGuide components (server/installation, quickstart/samples-node-mongo), added hide_title: true to prevent duplicate H1 rendering. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Neha Gupta <gneha21@yahoo.in> --------- Signed-off-by: Neha Gupta <gneha21@yahoo.in> Co-authored-by: Neha Gupta <gneha21@yahoo.in> Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent fc0f25e commit 2287f9d

16 files changed

Lines changed: 30 additions & 28 deletions

versioned_docs/version-4.0.0/concepts/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
id: installation
3-
title: Keploy Installation
3+
title: Installation Overview
44
sidebar_label: Installation
55
description: "Install Keploy using the CLI or manually — quick setup guide with platform requirements for Linux, macOS, and Windows."
66
tags:
@@ -25,7 +25,7 @@ import PlatformRequirements from '../concepts/platform-requirements.md'
2525

2626
<PlatformRequirements/>
2727

28-
# Keploy Installation
28+
# Installation Overview
2929

3030
## Quick Installation Using CLI
3131

versioned_docs/version-4.0.0/keploy-explained/integration-testing-faq.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
---
22
id: integration-testing-faq
3-
title: Frequently Asked Questions
3+
title: Integration Testing FAQ
44
sidebar_label: FAQs
55
description: "Frequently asked questions about Keploy integration testing — how it works, mocking support, CI/CD integration, and microservices."
66
tags:
77
- explanation
88
- faq
99
---
1010

11-
# Got Questions? We’ve Got Answers! 🚀
11+
# Integration Testing FAQ
1212

13-
Let’s get to the heart of Keploy with some fun Q&A!
13+
Frequently asked questions about Keploy’s integration testing platform.
1414

1515
### 1. What is Keploy?
1616

versioned_docs/version-4.0.0/keploy-explained/integrations-pr-agent.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
id: integrations-pr-agent
3-
title: Integrations & Connected Tools
3+
title: SCM Integrations — PR Agent
44
sidebar_label: Integrations & Connected Tools
55
description: See which platforms Keploy integrates with for automated PR testing.
66
tags:
@@ -9,7 +9,7 @@ tags:
99
- PR agent
1010
---
1111

12-
# 🔗 Integrations with SCM
12+
# 🔗 SCM Integrations — PR Agent
1313

1414
Keploy’s PR Agent helps automate code reviews, testing, and feedback—right where you work.
1515

versioned_docs/version-4.0.0/keploy-explained/integrations-vscode.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
id: integrations-vscode
3-
title: Integrations & Connected Tools
3+
title: IDE Integrations — VS Code
44
sidebar_label: Integrations & Connected Tools
55
description: Learn about IDE integrations for Keploy’s AI-powered unit testing.
66
tags:
@@ -9,7 +9,7 @@ tags:
99
- unit testing
1010
---
1111

12-
# 🔌 Integrations with IDEs
12+
# 🔌 IDE Integrations — VS Code
1313

1414
Keploy aims to make AI-powered unit testing as seamless as possible—right inside your favorite tools.
1515

versioned_docs/version-4.0.0/keploy-explained/unit-testing-faq.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
---
22
id: unit-testing-faq
3-
title: Frequently Asked Questions
3+
title: Unit Testing FAQ
44
sidebar_label: FAQs
55
description: "Frequently asked questions about Keploy Unit Test Generator — privacy, supported AI models, languages, and how UTG works."
66
tags:
77
- explanation
88
- faq
99
---
1010

11-
# Got Questions? We’ve Got Answers! 🚀
11+
# Unit Testing FAQ
1212

13-
Let’s get to the heart of Keploy Unit Testing with some fun Q&A!
13+
Frequently asked questions about Keploy’s Unit Test Generator.
1414

1515
### 1. What is Keploy's Unit Test Generator (UTG)?
1616

versioned_docs/version-4.0.0/quickstart/node-express-mongoose.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
id: samples-nodejs
3-
title: NodeJS Sample Application
3+
title: Node.js Express Mongoose Sample
44
sidebar_label: NodeJS - Express + Mongoose
55
description: The following sample app showcases how to use NodeJS framework and the Keploy Platform.
66
tags:

versioned_docs/version-4.0.0/quickstart/samples-node-mongo.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
id: crud-nodejs
3-
title: NodeJS Sample Application
3+
title: Node.js MongoDB Sample
44
sidebar_label: NodeJS - Express + Mongoose
5+
hide_title: true
56
description: The following sample app showcases how to use NodeJS framework and the Keploy Platform.
67
tags:
78
- javascript

versioned_docs/version-4.0.0/running-keploy/api-test-architecture.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
id: api-test-architecture
3-
title: Behind the Scenes
3+
title: API Test Architecture
44
sidebar_label: Behind the Scenes
55
description: How Keploy turns your schema and API requests into edge-case API tests—instantly.
66
tags:
@@ -10,7 +10,7 @@ tags:
1010
- curl
1111
---
1212

13-
# 🛠️ API Testing Architecture
13+
# 🛠️ API Test Architecture
1414

1515
With Keploy, go from API specs to real, production-grade API tests—**instantly!**
1616
Here’s how our architecture works under the hood.

versioned_docs/version-4.0.0/running-keploy/test-generate.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
id: test-generate
3-
title: What is API testing?
3+
title: AI-Powered API Test Generation
44
sidebar_label: Generate Tests
5-
description: This section documents what is API Testing and why we need it
5+
description: "Generate comprehensive API test suites automatically using AI — powered by live requests, API schemas, and documentation in Keploy."
66
tags:
77
- API testing
88
- API mocks
@@ -18,7 +18,7 @@ keywords:
1818
- OpenAI
1919
---
2020

21-
# 🧪 AI-Powered API Test Suite Generation
21+
# 🧪 AI-Powered API Test Generation
2222

2323
Keploy enables you to automatically generate **comprehensive API test suites** for your application using AI, based on live requests, API schemas, and supporting documentation.
2424

versioned_docs/version-4.0.0/running-keploy/test-run-reports.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
id: test-run-reports
3-
title: What is API testing?
3+
title: Keploy Test Run Reports
44
sidebar_label: Test Report generation
5-
description: This section documents what is API Testing and why we need it
5+
description: "Track and manage API test run outcomes with detailed reporting on test executions, results, and creators in Keploy."
66
tags:
77
- API testing
88
- API mocks

0 commit comments

Comments
 (0)