Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⚡️ perf: SEO 메타태그 및 robots.txt 추가 #303

Merged
merged 1 commit into from
Dec 30, 2024

Conversation

jungmyunggi
Copy link
Collaborator

🔨 테스크

Issue

📋 작업 내용

  • meta tag추가
 <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" />
  • 글꼴 preload
  <link
      rel="preload"
      as="style"
      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"
    />
  • robots.txt추가

📷 스크린 샷

image

@jungmyunggi jungmyunggi added the ⚡ Performance 성능 개선 label Dec 26, 2024
@jungmyunggi jungmyunggi requested a review from junyeokk December 26, 2024 13:24
@jungmyunggi jungmyunggi self-assigned this Dec 26, 2024
@jungmyunggi jungmyunggi changed the title ⚡️ perf: sEO 메타태그 및 robots.txt 추가 ⚡️ perf: SEO 메타태그 및 robots.txt 추가 Dec 28, 2024
Copy link
Collaborator

@junyeokk junyeokk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

오 정말 간단하게 SEO 개선이 되는군요.. 신기합니다.

관련 내용들 정리 해주시면 열심히 학습해보겠습니다. 고생 많으셨습니다!

@jungmyunggi jungmyunggi merged commit 761cf0f into main Dec 30, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⚡ Performance 성능 개선
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FE] SEO최적화
2 participants