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

✨feat: 네이버 검색엔진 최적화 시도 #232

Merged
merged 3 commits into from
Jan 21, 2025

Conversation

rkdcodus
Copy link
Collaborator

✅ 체크리스트

  • meta description 태그 추가
  • 오픈 그래프 태그 추가
  • 네이버 서치어드바이저 사이트 등록을 위한 태그 추가

📝 작업 상세 내용

현재 구글에서는 잔디 일기가 잘 검색되지만 네이버에서는 잘 되지 않습니다.
네이버 검색 엔진 최적화를 시도해보려 합니다!
Naver Search Advisor 에서 SEO 최적화 방법 확인할 수 있습니다.

  • 네이버 서치어드바이저 검색 엔진 진단 결과
    image

  • index.html head 태그 내 아래 내용 추가

<title>잔디 일기</title>
    <meta
      name="description"
      content="매일 꾸준한 기록으로 내적 성장을 도모하는 일기장, 다른 사람들의 일상을 공유하고 싶다면 잔디 일기에서 만나요"
    />
    <meta property="og:type" content="website" />
    <meta property="og:title" content="잔디 일기" />
    <meta
      property="og:description"
      content="매일 꾸준한 기록으로 내적 성장을 도모하는 일기장, 다른 사람들의 일상을 공유하고 싶다면 잔디 일기에서 만나요"
    />
    <meta property="og:url" content="https://grassdiary.site" />

메타 태그로 사이트 설명, 오픈 그래프 제목 및 설명을 추가

🚨 버그 발생 이유 (선택 사항)

🔎 후속 작업 (선택 사항)

🤔 질문 사항 (선택 사항)

📚 참고 자료 (선택 사항)

추가적인 참고 사항이나 관련된 문서, 링크 등을 제공해주세요.

📸 스크린샷 (선택 사항)

변경 사항에 대한 스크린샷이 있다면 첨부해주세요.

✅ 셀프 체크리스트

  • 브랜치 확인하기
  • 불필요한 코드가 들어가지 않았는지 재확인하기
  • issue 닫기
  • reiewers, assignees, Lables 등록 확인하기

이슈 번호: #[이슈 번호]

@rkdcodus rkdcodus added ✨feature 구현, 개선 사항 관련 부분 👩🏻‍💻frontend 프론트엔드 작업 labels Jan 21, 2025
@rkdcodus rkdcodus requested review from KKYHH and ccconac January 21, 2025 05:33
@rkdcodus rkdcodus self-assigned this Jan 21, 2025
@rkdcodus rkdcodus merged commit 0f1fb5a into JECT-Study:dev Jan 21, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨feature 구현, 개선 사항 관련 부분 👩🏻‍💻frontend 프론트엔드 작업
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant