Skip to content

Commit

Permalink
Merge pull request #10 from boostcampwm-2024/refactor/FE/seo
Browse files Browse the repository at this point in the history
[FE] - Light House SEO 개선
  • Loading branch information
dooohun authored Jan 15, 2025
2 parents 58da6ba + 725cfc9 commit c95c3fa
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 8 additions & 1 deletion packages/client/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,15 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/you-quiz.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="실시간 소통하며 즐기는 참여형 퀴즈"/>

<!-- Open Graph for Social Media -->
<meta property="og:title" content="You-Quiz 실시간 퀴즈 플랫폼">
<meta property="og:description" content="실시간 소통하며 즐기는 참여형 퀴즈">
<meta property="og:url" content="https://www.you-quiz.site/">

<link rel="icon" type="image/svg+xml" href="/you-quiz.svg" />
<title>You-Quiz 실시간 퀴즈 플랫폼</title>
<link
rel="preload"
Expand Down
2 changes: 2 additions & 0 deletions packages/client/public/robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
User-agent: *
Disallow:

0 comments on commit c95c3fa

Please sign in to comment.