This is an automated email from the ASF dual-hosted git repository.

yilialin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 7e6f925118b fix(seo): shorten title tag suffix to prevent truncation 
in search results (#2017)
7e6f925118b is described below

commit 7e6f925118ba0d2382a23ed4834d495db4bf672e
Author: Ming Wen <[email protected]>
AuthorDate: Sun Apr 12 20:49:31 2026 +0800

    fix(seo): shorten title tag suffix to prevent truncation in search results 
(#2017)
---
 blog/en/docusaurus.config.js     | 2 +-
 blog/zh/docusaurus.config.js     | 2 +-
 doc/docusaurus.config.js         | 2 +-
 website/docusaurus.config.js     | 2 +-
 website/src/pages/ai-gateway.tsx | 2 +-
 website/src/pages/contribute.tsx | 2 +-
 website/src/pages/index.tsx      | 1 +
 7 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/blog/en/docusaurus.config.js b/blog/en/docusaurus.config.js
index d41cc9287a1..f07832c66e1 100644
--- a/blog/en/docusaurus.config.js
+++ b/blog/en/docusaurus.config.js
@@ -22,7 +22,7 @@ const metadatas = [
 ];
 
 module.exports = {
-  title: 'Apache APISIX® -- Cloud-Native API Gateway and AI Gateway',
+  title: 'Apache APISIX',
   tagline:
     'APISIX is a dynamic, high-performance API Gateway with features like load 
balancing, canary release, authentication, and observability. As an AI Gateway, 
it enables AI proxying, LLM load balancing, retries, fallbacks, token-based 
rate limiting, and security to enhance AI agent efficiency and reliability.',
   url: 'https://apisix.apache.org',
diff --git a/blog/zh/docusaurus.config.js b/blog/zh/docusaurus.config.js
index 6d3ef1b9916..3af01760c79 100644
--- a/blog/zh/docusaurus.config.js
+++ b/blog/zh/docusaurus.config.js
@@ -23,7 +23,7 @@ const metadatas = [
 ];
 
 module.exports = {
-  title: 'Apache APISIX® -- Cloud-Native API Gateway and AI Gateway',
+  title: 'Apache APISIX',
   tagline:
     'APISIX is a dynamic, high-performance API Gateway with features like load 
balancing, canary release, authentication, and observability. As an AI Gateway, 
it enables AI proxying, LLM load balancing, retries, fallbacks, token-based 
rate limiting, and security to enhance AI agent efficiency and reliability.',
   url: 'https://apisix.apache.org',
diff --git a/doc/docusaurus.config.js b/doc/docusaurus.config.js
index 18727090b52..009a71bfbe2 100644
--- a/doc/docusaurus.config.js
+++ b/doc/docusaurus.config.js
@@ -15,7 +15,7 @@ const getEditUrl = (props) => {
 };
 
 module.exports = {
-  title: 'Apache APISIX® -- Cloud-Native API Gateway and AI Gateway',
+  title: 'Apache APISIX',
   tagline:
     'APISIX is a dynamic, high-performance API Gateway with features like load 
balancing, canary release, authentication, and observability. As an AI Gateway, 
it enables AI proxying, LLM load balancing, retries, fallbacks, token-based 
rate limiting, and security to enhance AI agent efficiency and reliability.',
   url: 'https://apisix.apache.org',
diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js
index d7b5cb3b39c..5cb908525a7 100644
--- a/website/docusaurus.config.js
+++ b/website/docusaurus.config.js
@@ -1,7 +1,7 @@
 const { ssrTemplate } = require('../config/ssrTemplate');
 
 module.exports = {
-  title: 'Apache APISIX® -- Cloud-Native API Gateway and AI Gateway',
+  title: 'Apache APISIX',
   tagline:
     'APISIX is a dynamic, high-performance API Gateway with features like load 
balancing, canary release, authentication, and observability. As an AI Gateway, 
it enables AI proxying, LLM load balancing, retries, fallbacks, token-based 
rate limiting, and security to enhance AI agent efficiency and reliability.',
   url: 'https://apisix.apache.org',
diff --git a/website/src/pages/ai-gateway.tsx b/website/src/pages/ai-gateway.tsx
index 68bf68f9c6a..4ec3fb975b9 100644
--- a/website/src/pages/ai-gateway.tsx
+++ b/website/src/pages/ai-gateway.tsx
@@ -26,7 +26,7 @@ const ChakraTestPage: React.FC = () => (
       />
       <meta
         property="og:site_name"
-        content="Apache APISIX® -- Cloud-Native API Gateway and AI Gateway"
+        content="Apache APISIX"
       />
       <meta
         property="og:description"
diff --git a/website/src/pages/contribute.tsx b/website/src/pages/contribute.tsx
index f05e9d49fb4..d59962d1cc0 100644
--- a/website/src/pages/contribute.tsx
+++ b/website/src/pages/contribute.tsx
@@ -43,7 +43,7 @@ const Contribute: FC = () => {
     <Layout>
       <Head>
         <title>
-          Good first issue - Apache APISIX® - Cloud-Native API Gateway and AI 
Gateway
+          Good first issue | Apache APISIX
         </title>
 
         <meta
diff --git a/website/src/pages/index.tsx b/website/src/pages/index.tsx
index 9c9f3c6b54d..42dc49ec6cb 100644
--- a/website/src/pages/index.tsx
+++ b/website/src/pages/index.tsx
@@ -46,6 +46,7 @@ const Index: FC = () => (
   <Layout>
     <ThemeResetComponent />
     <Head>
+      <title>Apache APISIX® -- Cloud-Native API Gateway and AI Gateway</title>
       <meta
         name="twitter:title"
         content="Apache APISIX® - Cloud-Native API Gateway and AI Gateway"

Reply via email to