You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by ju...@apache.org on 2022/03/12 15:33:38 UTC

[apisix-website] branch master updated: feat: improve contribute page's seo (#958)

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

juzhiyuan 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 8be829e  feat: improve contribute page's seo (#958)
8be829e is described below

commit 8be829e9f0cff4bfa4fbd5bd1a2df427a894265f
Author: SkyeYoung <is...@outlook.com>
AuthorDate: Sat Mar 12 23:33:32 2022 +0800

    feat: improve contribute page's seo (#958)
---
 website/src/pages/contribute/index.js | 45 +++++++++++++++++++++++++++++++++++
 1 file changed, 45 insertions(+)

diff --git a/website/src/pages/contribute/index.js b/website/src/pages/contribute/index.js
index 614baee..42c1cdb 100644
--- a/website/src/pages/contribute/index.js
+++ b/website/src/pages/contribute/index.js
@@ -2,6 +2,7 @@ import React from "react";
 import styled from "styled-components";
 import Layout from "@theme/Layout";
 import ContributeCard from "./ContributeCard";
+import Head from "@docusaurus/Head";
 
 const Page = styled.div`
   max-width: var(--ifm-container-width);
@@ -42,6 +43,50 @@ const Contribute = () => {
 
   return (
     <Layout>
+      <Head>
+        <title>
+          Good first issue - Apache APISIX® - Cloud-Native API Gateway
+        </title>
+
+        <meta
+          name={"description"}
+          content={
+            "Help new partners to Apache APISIX Community and make first contribution."
+          }
+        />
+
+        <meta property={"og:type"} content={"website"} />
+        <meta
+          property={"og:title"}
+          content={
+            "Good first issue - Apache APISIX® - Cloud-Native API Gateway"
+          }
+        />
+        <meta
+          property={"og:site_name"}
+          content={"Apache APISIX® -- Cloud-Native API Gateway"}
+        />
+        <meta
+          property={"og:description"}
+          content={
+            "Help new partners to Apache APISIX Community and make first contribution."
+          }
+        />
+
+        <meta name={"twitter:card"} content={"summary"} />
+        <meta
+          name={"twitter:title"}
+          content={
+            "Good first issue - Apache APISIX® - Cloud-Native API Gateway"
+          }
+        />
+        <meta
+          name={"twitter:description"}
+          content={
+            "Help new partners to Apache APISIX Community and make first contribution."
+          }
+        />
+      </Head>
       <Page>
         <PageTitle>
           Good <PageTitleSpecial>first</PageTitleSpecial> issue