Skip to content

Commit f02644b

Browse files
authored
fix(seo): optimize titles and descriptions for 50 blog posts (batch 2) (#2021)
1 parent 3925efe commit f02644b

File tree

50 files changed

+92
-99
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+92
-99
lines changed

blog/en/blog/2020/12/16/another-way-to-implement-envoy-filter.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Envoy and Apache APISIX: Another way to implement the Envoy filter"
2+
title: "Run APISIX Plugins in Envoy as Filters"
33
author: "Junxu Chen"
44
authorURL: "https://github.com/nic-chen"
55
authorImageURL: "https://avatars.githubusercontent.com/u/33000667?v=4"
@@ -9,7 +9,7 @@ keywords:
99
- Apache APISIX
1010
- Envoy
1111
- Envoy filter
12-
description: This article describes extending Envoy with new functionality and concrete examples using the base library of the cloud-native API gateway Apache APISIX.
12+
description: Run APISIX Lua plugins as Envoy filters using envoy-apisix. Extend Envoy with dynamic capabilities without writing C++ code.
1313
tags: [Ecosystem]
1414
---
1515

blog/en/blog/2021/01/11/interview-Apache-APISIX-contributor-Wang-Pengcheng-Senior-Security-Advisor-of-PwC-South-China-Data-Security-and-Privacy-Protection-Team.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Apache APISIX Contributor Interview | Pengcheng Wang from PricewaterhouseCoopers
2+
title: "APISIX CVE-2020-13945: Admin API Token Flaw"
33
slug: 2021/01/11/interview-apache-apisix-contributor-wang-pengcheng-senior-security-advisor-of-pwc-south-china-data-security-and-privacy-protection-team
44
author: Ming Wen
55
authorURL: "https://github.com/moonming"
@@ -10,7 +10,7 @@ keywords:
1010
- Apache APISIX
1111
- PricewaterhouseCoopers
1212
- CVE
13-
description: PricewaterhouseCoopers reported a vulnerability in the Admin API default token of the API gateway Apache APISIX.
13+
description: PwC security advisor Pengcheng Wang reported CVE-2020-13945, an Admin API default token vulnerability in APISIX. Read the full interview.
1414
tags: [Vulnerabilities]
1515
image: https://static.apiseven.com/2022/blog/0818/cve/CVE-2020-13945.png
1616
---

blog/en/blog/2021/02/08/stable-product-delivery-with-cypress.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ keywords:
88
- APISIX
99
- Apache APISIX
1010
- Helm Chart
11-
description: This article describes what E2E testing is and why the API Gateway Apache APISIX dashboard uses Cypress for stable product delivery.
11+
description: Why APISIX Dashboard uses Cypress for E2E testing. Learn the setup, configuration, and best practices for stable product delivery.
1212
tags: [Ecosystem]
1313
---
1414

blog/en/blog/2021/03/02/get-front-end-test-coverage-with-cypress.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Get Front-End Test Coverage with Cypress"
2+
title: "Get E2E Test Coverage with Cypress"
33
author: "Yi Sun"
44
authorURL: "https://github.com/LiteSun"
55
authorImageURL: "https://avatars.githubusercontent.com/u/31329157?s=400&u=e81b4bb4db2be162c1fcac6d188f5b0f82f71920&v=4"
@@ -8,7 +8,7 @@ keywords:
88
- Apache APISIX
99
- API Gateway
1010
- Cypress
11-
description: This article will explain how to use Cypress to get API Gateway Apache APISIX Dashboard front-end E2E coverage and what is code coverage.
11+
description: Collect front-end E2E test coverage with Cypress and Istanbul. Measure code coverage for APISIX Dashboard UI testing.
1212
tags: [Ecosystem]
1313
---
1414

blog/en/blog/2021/07/14/the-road-to-customization-of-Sina-Weibo-API-gateway-based-on-Apache-APISIX.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
---
2-
title: "The Road to Customized Development of Sina Weibo API Gateway"
2+
title: "Sina Weibo: Migrating from NGINX to APISIX"
33
slug: 2021/07/06/the-road-to-customization-of-sina-weibo-api-gateway-based-on-apache-apisix
44
author: "Yong Nie"
55
keywords:
66
- Apache APISIX
77
- Sina
88
- Weibo
9-
- Usser Case
9+
- Use Case
1010
- API Gateway
11-
description: This article analyzes the pain points of NGINX Sina Weibo when using NGINX, and why the cloud-native API gateway Apache APISIX was chosen as the company's API gateway.
11+
description: Sina Weibo replaced their NGINX-based API gateway with APISIX for dynamic routing, hot reloading, and DevOps-friendly management.
1212
tags: [Case Studies]
1313
image: https://static.apiseven.com/2022/blog/0817/weibo.png
1414
---
1515

16-
> Sina Weibos previous HTTP API gateway was built based on Nginx, which brought up a series of problems. After some research, we chose Apache APISIX, which is dynamic, efficient and stable to meet the fast response requirements of the business.
16+
> Sina Weibo's previous HTTP API gateway was built based on Nginx, which brought up a series of problems. After some research, we chose Apache APISIX, which is dynamic, efficient and stable to meet the fast response requirements of the business.
1717
1818
<!--truncate-->
1919

blog/en/blog/2021/07/27/use-of-plugin-orchestration-in-Apache-APISIX.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Apply Plugin Orchestration in Apache APISIX"
2+
title: "APISIX Plugin Orchestration: Low-Code Guide"
33
slug: 2021/07/27/use-of-plugin-orchestration-in-apache-apisix
44
author: "Zhiyuan Ju"
55
authorURL: "https://github.com/juzhiyuan"
@@ -9,7 +9,7 @@ keywords:
99
- Plugin Orchestration
1010
- Apache APISIX Dashboard
1111
- API Gateway
12-
description: Read this article to learn about Apache APISIX and basic usage scenarios, and how Apache APISIX integrates "drag and drop" plugin orchestration capabilities in a low-code trend.
12+
description: Build API processing pipelines with drag-and-drop plugin orchestration in APISIX Dashboard. Low-code configuration tutorial.
1313
tags: [Ecosystem]
1414
---
1515

blog/en/blog/2021/08/10/apisix-nginx.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "APISIX Architecture: How to Dynamically Manage NGINX Cluster?"
2+
title: "APISIX: Dynamic Management for NGINX Clusters"
33
author: Hui Tao
44
keywords:
55
- API Gateway
@@ -8,7 +8,7 @@ keywords:
88
- Lua
99
- Dynamic Management
1010
date: "2021-08-10"
11-
description: This article mainly introduces the principle of APISIX to implement REST API remote control of Nginx cluster based on APISIX 2.8, OpenResty 1.19.3.2 and Nginx 1.19.3.
11+
description: Learn how APISIX dynamically manages NGINX clusters via REST API and etcd, enabling hot reloading without downtime.
1212
tags: [Ecosystem]
1313
---
1414

blog/en/blog/2021/08/18/Auth-with-Casbin-in-Apache-APISIX.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Licensing with Casbin in Apache APISIX
2+
title: RBAC with Casbin in APISIX
33
slug: 2021/08/18/auth-with-casbin-in-apache-apisix
44
author: Casbin & Apache APISIX
55
keywords:
@@ -8,7 +8,7 @@ keywords:
88
- Apache APISIX
99
- Casbin
1010
- RBAC
11-
description: When we are using API Gateway Apache APISIX, we may need to add complex authorization logic. we can implement RBAC using APISIX's built-in Casbin plugin (authz-casbin).
11+
description: Implement role-based access control in APISIX using the authz-casbin plugin. Step-by-step RBAC configuration guide.
1212
tags: [Ecosystem, Plugins]
1313
image: https://static.apiseven.com/2022/blog/0818/plugins/casbin.png
1414
---

blog/en/blog/2021/09/07/how-to-use-apisix-auth.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Centralized Authentication with Apache APISIX and Advanced Tricks
2+
title: Centralized Authentication with APISIX
33
author: Xinxin Zhu
44
authorURL: "https://github.com/starsz"
55
authorImageURL: "https://avatars.githubusercontent.com/u/25628854?v=4"
@@ -8,7 +8,7 @@ keywords:
88
- Casbin
99
- Authorization
1010
- Practical Case
11-
description: This article introduces the authentication function of the cloud native API gateway Apache APISIX, and introduces the importance and usage in detail.
11+
description: Centralize API authentication with APISIX using key-auth, JWT, and OpenID Connect plugins. Reduce backend complexity and improve security.
1212
tags: [Authentication, Ecosystem]
1313
---
1414

blog/en/blog/2021/09/14/youzan.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
2-
title: "Youzanyun PaaS for comprehensive micro-service governance with APISX"
2+
title: "Youzan PaaS: Microservice Governance with APISIX"
33
author: "Nuojing Dai"
44
keywords:
55
- Apache APISIX
66
- Youzan
77
- API Gateway
88
- Microservice
99
- Cloud native
10-
description: This article introduces how Youzan cloud-native PaaS platform uses cloud-native API gateway Apache APISIX as a product traffic gateway and the benefits it brings.
10+
description: Learn how Youzan uses APISIX as a traffic gateway in their cloud-native PaaS platform for microservice governance and canary releases.
1111
tags: [Case Studies]
1212
image: https://static.apiseven.com/2022/blog/0817/%E6%9C%89%E8%B5%9E%E4%BA%91.png
1313
---

0 commit comments

Comments
 (0)