Copilot commented on code in PR #2017:
URL: https://github.com/apache/apisix-website/pull/2017#discussion_r3061227019
##########
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>
Review Comment:
The document `<title>` was shortened, but this page’s other social meta
titles in the same `<Head>` block (`og:title`, `twitter:title`, and
`og:site_name`) still use the old long site title suffix. Update those meta
values as well so social previews don’t conflict with the new title strategy.
##########
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"
Review Comment:
Within this `<Head>` block, the Open Graph description tag later in the file
uses `name="og:description"`. Open Graph tags should use the `property`
attribute (e.g., `property="og:description"`) or they may be ignored by
crawlers.
--
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]