fix(seo): rewrite titles and descriptions for 30 high-value blog posts#2020
Merged
Yilialinn merged 1 commit intoapache:masterfrom Apr 12, 2026
Merged
Conversation
Optimize frontmatter title and description tags for the top 30 blog
articles by SEO impact score. Changes improve search visibility by:
- Shortening all titles to ≤55 chars (was 58-89 chars)
- Adding primary keywords (API gateway, APISIX, plugin names)
- Rewriting descriptions to ≤155 chars with clear value propositions
- Matching search intent (how-to, guide, benchmark framing)
- Removing non-evergreen language ('Coming soon!', 'Announcing')
- Fixing typos in existing metadata ('OKat' → 'Okta', 'APISX' → 'APISIX')
Articles cover: integrations (Keycloak, Vault, Kafka, Splunk, Dapr,
OpenTelemetry, ClickHouse, gRPC-Web, OpenWhisk, open-appsec, Ory Hydra),
security (mTLS, API security practices, CVE advisory), performance
benchmarks (APISIX vs Envoy, ARM servers, Google Cloud T2A), AI/ML load
balancing, Ingress Controller, Rust/WebAssembly plugins, geo-routing,
API monetization, and user case studies.
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates blog post frontmatter to improve SEO for 30 high-impact English posts by rewriting title and description fields to better fit SERP length limits and improve keyword/value-proposition clarity.
Changes:
- Updated
titlefrontmatter for selected posts to be shorter and more keyword-focused. - Rewrote
descriptionfrontmatter to be more concise and snippet-friendly. - Fixed a few typos/inconsistencies as part of the rewrites.
Reviewed changes
Copilot reviewed 30 out of 30 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| blog/en/blog/2025/07/31/load-balancing-between-ai-ml-api-with-apisix.md | Shortened/reframed meta description for the AI/ML traffic splitting guide |
| blog/en/blog/2024/10/22/apisix-integrates-with-open-appsec.md | Rewrote title + description for open-appsec WAF integration post |
| blog/en/blog/2024/02/27/secure-api-practices-apisix-2.md | Rewrote title + condensed description for API security practices (part 2) |
| blog/en/blog/2024/02/20/secure-api-practices-apisix-1.md | Rewrote title + condensed description for API security practices (part 1) |
| blog/en/blog/2023/12/26/zhengcaiyun-uses-apisix.md | Rewrote title + description for Zhengcaiyun case study |
| blog/en/blog/2023/12/26/access-kafka-by-apisix.md | Rewrote meta description for Kafka proxy + auth plugin post |
| blog/en/blog/2023/03/23/mtls-everywhere.md | Rewrote title + description for mTLS configuration post |
| blog/en/blog/2023/01/02/accessing_apisix-dashboard_from_everywhere_with_keycloak_authentication.md | Rewrote title + description for APISIX Dashboard + Keycloak post |
| blog/en/blog/2022/11/09/georouting-apisix.md | Rewrote meta description for geo-routing/GeoIP post |
| blog/en/blog/2022/10/05/rust-apisix.md | Rewrote title + description for Rust/Wasm plugin rewrite post |
| blog/en/blog/2022/09/08/api-monetization-using-stack.md | Rewrote title + meta description for API monetization post |
| blog/en/blog/2022/08/12/arm-performance-google-aws-azure-with-apisix.md | Rewrote title + meta description for ARM server benchmark post |
| blog/en/blog/2022/07/22/how-is-google-cloud-tau-t2a-performing.md | Rewrote title + meta description for Google Cloud T2A/T2D benchmark post |
| blog/en/blog/2022/07/04/apisix-integrates-with-hydra.md | Rewrote meta description for Ory Hydra / OIDC integration post |
| blog/en/blog/2022/03/04/apigateway-clickhouse-makes-logging-easier.md | Rewrote meta description for ClickHouse logging plugin post |
| blog/en/blog/2022/02/28/apisix-integration-opentelemetry-plugin.md | Rewrote title + meta description for OpenTelemetry tracing plugin post |
| blog/en/blog/2022/02/10/splunk-apisix-integration.md | Rewrote title + meta description for Splunk HEC logging integration post |
| blog/en/blog/2022/01/25/apisix-grpc-web-integration.md | Rewrote meta description for gRPC-Web proxying post |
| blog/en/blog/2022/01/21/apisix-hashicorp-vault-integration.md | Rewrote title + meta description for HashiCorp Vault integration post |
| blog/en/blog/2022/01/17/apisix-kafka-integration.md | Rewrote title + meta description for Kafka real-time logging post |
| blog/en/blog/2021/12/24/apisix-integrate-openwhisk-plugin.md | Rewrote title + meta description for OpenWhisk plugin post |
| blog/en/blog/2021/12/10/integrate-keycloak-auth-in-apisix.md | Rewrote title + meta description for Keycloak OIDC integration post |
| blog/en/blog/2021/11/17/dapr-with-apisix.md | Rewrote title + meta description for Dapr + APISIX Ingress integration post |
| blog/en/blog/2021/10/09/apisix-ingress-techblog.md | Rewrote title + meta description for APISIX Ingress concepts/practice post |
| blog/en/blog/2021/08/25/Using-the-Apache-APISIX-OpenID-Connect-Plugin-for-Centralized-Authentication.md | Rewrote title + meta description for centralized auth post |
| blog/en/blog/2021/08/16/Using-the-Apache-APISIX-OpenID-Connect-Plugin-for-Centralized-Authentication.md | Rewrote title + meta description for Okta + OIDC post |
| blog/en/blog/2021/08/06/using-apache-apisix-to-improve-the-observability-of-nginx.md | Rewrote title + meta description for Nginx observability post |
| blog/en/blog/2021/06/21/use-Java-to-write-Apache-APISIX-plugins.md | Rewrote meta description for Java plugin runner post |
| blog/en/blog/2021/06/17/Apache-APISIX-Dashboard-Access-Control-Bypass-Vulnerability-Announcement.md | Rewrote title + meta description for CVE-2021-33190 advisory |
| blog/en/blog/2021/06/10/Apache-APISIX-and-Envoy-performance-comparison.md | Rewrote title + meta description for APISIX vs Envoy benchmark post |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Baoyuantop
approved these changes
Apr 10, 2026
Yilialinn
approved these changes
Apr 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
titleanddescriptionfrontmatter for the 30 highest-impact blog posts based on SEO audit scoringWhy
From the SEO audit of all 320 English blog posts:
This PR addresses the top 30 articles by potential SEO impact — these are evergreen, high-search-volume topics.
What changed
SEO principles applied
| APISIXsuffix = ≤64 chars in SERPs