Skip to content

Commit 66423ad

Browse files
committed
feat: add keywords
1 parent 0563e0f commit 66423ad

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/components/Seo.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,10 @@ export default function Seo(props: SeoProps) {
121121
<title>{`${meta.title} - HelloGitHub`}</title>
122122
<meta name='robots' content={meta.robots} />
123123
<meta content={meta.description} name='description' />
124+
<meta
125+
name='keywords'
126+
content='开源,open source,开源社区,开源项目,open source projects,programming,程序员社区,beginner-friendly projects,新手友好项目'
127+
/>
124128
<meta property='og:url' content={`${meta.url}${router.asPath}`} />
125129
<link rel='canonical' href={`${meta.url}${router.asPath}`} />
126130
{/* Open Graph */}

src/components/layout/Footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ const Footer = ({ t, isLite }: FooterProps) => {
4949

5050
<FooterLink
5151
className='mt-2'
52-
href='https://www.ucloud.cn/site/active/gpu.html?utm_term=logo&utm_campaign=hellogithub&utm_source=otherdsp&utm_medium=display&ytag=logo_hellogithub_otherdsp_display'
52+
href='https://www.ucloud.cn/site/active/kuaijiesale.html?utm_term=logo&utm_campaign=hellogithub&utm_source=otherdsp&utm_medium=display&ytag=logo_hellogithub_otherdsp_display'
5353
>
5454
<span>{t('footer.server_sponsor')}</span>
5555
<span className='mx-0.5 align-[1px]'>

0 commit comments

Comments
 (0)