This is an automated email from the ASF dual-hosted git repository.
guoqqqi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git
The following commit(s) were added to refs/heads/master by this push:
new 924ee2303 docs: add SEO metadata for HTTP/3 guide (#13730)
924ee2303 is described below
commit 924ee230399c48bc8d374769b7c35fea6c24f83b
Author: Yilia Lin <[email protected]>
AuthorDate: Thu Jul 23 16:33:09 2026 +0800
docs: add SEO metadata for HTTP/3 guide (#13730)
---
docs/en/latest/http3.md | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/docs/en/latest/http3.md b/docs/en/latest/http3.md
index f25a2e5db..adc0101df 100644
--- a/docs/en/latest/http3.md
+++ b/docs/en/latest/http3.md
@@ -1,5 +1,12 @@
---
title: HTTP/3 Protocol
+keywords:
+ - Apache APISIX
+ - API Gateway
+ - HTTP/3
+ - HTTP 3
+ - QUIC
+description: Learn how to enable experimental HTTP/3 support in Apache APISIX
for downstream client connections over QUIC.
---
<!--