Skip to content

Commit 7e6f925

Browse files
authored
fix(seo): shorten title tag suffix to prevent truncation in search results (#2017)
1 parent ae904b4 commit 7e6f925

File tree

7 files changed

+7
-6
lines changed

7 files changed

+7
-6
lines changed

blog/en/docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const metadatas = [
2222
];
2323

2424
module.exports = {
25-
title: 'Apache APISIX® -- Cloud-Native API Gateway and AI Gateway',
25+
title: 'Apache APISIX',
2626
tagline:
2727
'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.',
2828
url: 'https://apisix.apache.org',

blog/zh/docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const metadatas = [
2323
];
2424

2525
module.exports = {
26-
title: 'Apache APISIX® -- Cloud-Native API Gateway and AI Gateway',
26+
title: 'Apache APISIX',
2727
tagline:
2828
'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.',
2929
url: 'https://apisix.apache.org',

doc/docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const getEditUrl = (props) => {
1515
};
1616

1717
module.exports = {
18-
title: 'Apache APISIX® -- Cloud-Native API Gateway and AI Gateway',
18+
title: 'Apache APISIX',
1919
tagline:
2020
'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.',
2121
url: 'https://apisix.apache.org',

website/docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const { ssrTemplate } = require('../config/ssrTemplate');
22

33
module.exports = {
4-
title: 'Apache APISIX® -- Cloud-Native API Gateway and AI Gateway',
4+
title: 'Apache APISIX',
55
tagline:
66
'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.',
77
url: 'https://apisix.apache.org',

website/src/pages/ai-gateway.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const ChakraTestPage: React.FC = () => (
2626
/>
2727
<meta
2828
property="og:site_name"
29-
content="Apache APISIX® -- Cloud-Native API Gateway and AI Gateway"
29+
content="Apache APISIX"
3030
/>
3131
<meta
3232
property="og:description"

website/src/pages/contribute.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ const Contribute: FC = () => {
4343
<Layout>
4444
<Head>
4545
<title>
46-
Good first issue - Apache APISIX® - Cloud-Native API Gateway and AI Gateway
46+
Good first issue | Apache APISIX
4747
</title>
4848

4949
<meta

website/src/pages/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ const Index: FC = () => (
4646
<Layout>
4747
<ThemeResetComponent />
4848
<Head>
49+
<title>Apache APISIX® -- Cloud-Native API Gateway and AI Gateway</title>
4950
<meta
5051
name="twitter:title"
5152
content="Apache APISIX® - Cloud-Native API Gateway and AI Gateway"

0 commit comments

Comments
 (0)