Re: [PR] fix(seo): optimize titles and descriptions for 50 blog posts (batch 2) [apisix-website]

2026-04-13 Thread via GitHub


Baoyuantop merged PR #2021:
URL: https://github.com/apache/apisix-website/pull/2021


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



Re: [PR] fix(seo): optimize titles and descriptions for 50 blog posts (batch 2) [apisix-website]

2026-04-12 Thread via GitHub


Yilialinn commented on code in PR #2021:
URL: https://github.com/apache/apisix-website/pull/2021#discussion_r3070768650


##
blog/en/blog/2020/12/16/another-way-to-implement-envoy-filter.md:
##
@@ -9,7 +9,7 @@ keywords:
 - Apache APISIX
 - Envoy
 - Envoy filter
-description: This article describes extending Envoy with new functionality and 
concrete examples using the base library of the cloud-native API gateway Apache 
APISIX.
+description: Run APISIX Lua plugins as Envoy filters using apisix-seed. Extend 
Envoy with dynamic capabilities without writing C++ code.

Review Comment:
   fixed @Baoyuantop 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



Re: [PR] fix(seo): optimize titles and descriptions for 50 blog posts (batch 2) [apisix-website]

2026-04-12 Thread via GitHub


Yilialinn commented on code in PR #2021:
URL: https://github.com/apache/apisix-website/pull/2021#discussion_r3069493268


##
blog/en/blog/2020/12/16/another-way-to-implement-envoy-filter.md:
##
@@ -9,7 +9,7 @@ keywords:
 - Apache APISIX
 - Envoy
 - Envoy filter
-description: This article describes extending Envoy with new functionality and 
concrete examples using the base library of the cloud-native API gateway Apache 
APISIX.
+description: Run APISIX Lua plugins as Envoy filters using apisix-seed. Extend 
Envoy with dynamic capabilities without writing C++ code.

Review Comment:
   @copilot fix it



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



Re: [PR] fix(seo): optimize titles and descriptions for 50 blog posts (batch 2) [apisix-website]

2026-04-12 Thread via GitHub


Yilialinn commented on code in PR #2021:
URL: https://github.com/apache/apisix-website/pull/2021#discussion_r3069493268


##
blog/en/blog/2020/12/16/another-way-to-implement-envoy-filter.md:
##
@@ -9,7 +9,7 @@ keywords:
 - Apache APISIX
 - Envoy
 - Envoy filter
-description: This article describes extending Envoy with new functionality and 
concrete examples using the base library of the cloud-native API gateway Apache 
APISIX.
+description: Run APISIX Lua plugins as Envoy filters using apisix-seed. Extend 
Envoy with dynamic capabilities without writing C++ code.

Review Comment:
   @copilot fix it



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



Re: [PR] fix(seo): optimize titles and descriptions for 50 blog posts (batch 2) [apisix-website]

2026-04-12 Thread via GitHub


Copilot commented on code in PR #2021:
URL: https://github.com/apache/apisix-website/pull/2021#discussion_r3069498627


##
blog/en/blog/2022/02/25/consul-api-gateway.md:
##
@@ -13,8 +13,8 @@ keywords:
 - API Gateway
 - Consul
 - Service Discovery
-- Servici Register
-description: Apache APISIX supports the Consul KV-based service discovery 
registry. This article will walk you through the process of implementing 
service discovery and service registry in APISIX.
+- Service Register
+description: Integrate Consul KV with APISIX for service discovery and 
registration. Configure upstream resolution with health checks.

Review Comment:
   The new meta description mentions "health checks", but this article doesn’t 
appear to cover health checks anywhere else (only occurrence is in this 
frontmatter). This makes the description inaccurate; consider removing the 
health-checks claim or updating the article content to match.
   ```suggestion
   description: Integrate Consul KV with APISIX for service discovery and 
registration.
   ```



##
blog/en/blog/2020/12/16/another-way-to-implement-envoy-filter.md:
##
@@ -9,7 +9,7 @@ keywords:
 - Apache APISIX
 - Envoy
 - Envoy filter
-description: This article describes extending Envoy with new functionality and 
concrete examples using the base library of the cloud-native API gateway Apache 
APISIX.
+description: Run APISIX Lua plugins as Envoy filters using apisix-seed. Extend 
Envoy with dynamic capabilities without writing C++ code.

Review Comment:
   Frontmatter description references "apisix-seed", but the post body links to 
and discusses the `api7/envoy-apisix` repo and doesn’t mention apisix-seed 
elsewhere. This makes the description misleading; align it with the actual 
project name used in the article.
   ```suggestion
   description: Run APISIX Lua plugins as Envoy filters using envoy-apisix. 
Extend Envoy with dynamic capabilities without writing C++ code.
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



Re: [PR] fix(seo): optimize titles and descriptions for 50 blog posts (batch 2) [apisix-website]

2026-04-10 Thread via GitHub


Baoyuantop commented on code in PR #2021:
URL: https://github.com/apache/apisix-website/pull/2021#discussion_r3063317281


##
blog/en/blog/2020/12/16/another-way-to-implement-envoy-filter.md:
##
@@ -9,7 +9,7 @@ keywords:
 - Apache APISIX
 - Envoy
 - Envoy filter
-description: This article describes extending Envoy with new functionality and 
concrete examples using the base library of the cloud-native API gateway Apache 
APISIX.
+description: Run APISIX Lua plugins as Envoy filters using apisix-seed. Extend 
Envoy with dynamic capabilities without writing C++ code.

Review Comment:
   The article did not mention apisix-seed.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



Re: [PR] fix(seo): optimize titles and descriptions for 50 blog posts (batch 2) [apisix-website]

2026-04-09 Thread via GitHub


Copilot commented on code in PR #2021:
URL: https://github.com/apache/apisix-website/pull/2021#discussion_r3061463771


##
blog/en/blog/2021/11/30/use-apisix-ingress-in-kubesphere.md:
##
@@ -10,7 +10,7 @@ keywords:
 - Kubenetes

Review Comment:
   The keywords include a misspelling ("Kubenetes"). This should be corrected 
to "Kubernetes" to avoid SEO/tagging issues.
   ```suggestion
   - Kubernetes
   ```



##
blog/en/blog/2022/02/25/consul-api-gateway.md:
##
@@ -14,7 +14,7 @@ keywords:
 - Consul
 - Service Discovery
 - Servici Register

Review Comment:
   The keyword list contains a typo: "Servici Register". Since this PR is 
already editing frontmatter for SEO, it’s worth correcting this to "Service 
Register" (or the intended phrasing) to avoid indexing the misspelling.
   ```suggestion
   - Service Register
   ```



##
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:
##
@@ -1,5 +1,5 @@
 ---
-title: Apache APISIX Contributor Interview | Pengcheng Wang from 
PricewaterhouseCoopers 
+title: "APISIX CVE-2020-13945: Admin API Token Flaw"

Review Comment:
   The updated title reads like a CVE advisory, but the article content is 
primarily an interview (the slug also includes "interview"). Consider revising 
the title to reflect the interview format while still including the CVE ID, to 
avoid a mismatch between title and page content/search intent.
   ```suggestion
   title: "Interview: Pengcheng Wang on APISIX CVE-2020-13945"
   ```



##
blog/en/blog/2021/07/14/the-road-to-customization-of-Sina-Weibo-API-gateway-based-on-Apache-APISIX.md:
##
@@ -8,7 +8,7 @@ keywords:
 - Weibo
 - Usser Case

Review Comment:
   The keywords include a misspelling ("Usser Case"). Since the frontmatter is 
being updated here, please correct it (e.g., "User Case" or "Use Case", 
whichever is intended) so the tag/keyword is consistent and searchable.
   ```suggestion
   - Use Case
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]