Skip to content

Commit

Permalink
Merge pull request #303 from boostcampwm-2024/perf/seo-enhance
Browse files Browse the repository at this point in the history
⚡️ perf: SEO 메타태그 및 robots.txt 추가
  • Loading branch information
jungmyunggi authored Dec 30, 2024
2 parents 0f34a04 + 4913ad6 commit 761cf0f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 13 additions & 2 deletions client/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,24 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="src/assets/logo-denamu-title.svg" />
<link
rel="stylesheet"
rel="preload"
as="style"
crossorigin
href="https://cdn.jsdelivr.net/gh/orioncactus/[email protected]/dist/web/variable/pretendardvariable.css"
/>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/gh/orioncactus/[email protected]/dist/web/variable/pretendardvariable.css"
/>
<link rel="canonical" href="https://denamu.site" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Denamu</title>
<meta name="description" content="개발자들의 블로그허브 데나무" />
<meta name="keywords" content="블로그, 개발자, 데나무, 개발, 개발 블로그, 개발 허브" />
<meta property="og:title" content="Denamu" />
<meta property="og:description" content="개발자들의 블로그 허브 데나무" />
<meta property="og:image" content="src/assets/logo-denamu-title.svg" />
<meta property="og:url" content="https://your-website-url.com" />
<meta property="og:type" content="website" />
</head>
<body>
<div id="root"></div>
Expand Down
2 changes: 2 additions & 0 deletions client/public/robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
User-agent : *
Disallow: /forbidden/

0 comments on commit 761cf0f

Please sign in to comment.