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: Next.js SEO(검색 엔진 최적화) 적용 #79

Closed
4 of 5 tasks
Choi-Jiwon-38 opened this issue Aug 24, 2024 · 2 comments · Fixed by #82
Closed
4 of 5 tasks

feat: Next.js SEO(검색 엔진 최적화) 적용 #79

Choi-Jiwon-38 opened this issue Aug 24, 2024 · 2 comments · Fixed by #82
Assignees
Labels
👏 enhancement 새로운 기능 및 요청
Milestone

Comments

@Choi-Jiwon-38
Copy link
Member

Choi-Jiwon-38 commented Aug 24, 2024

어떤 기능인가요?

Next.js에서 권장하는 SEO 방식을 적용하여 향후 웹사이트 검색 엔진 결과 페이지에서 높은 순위를 가질 수 있도록 합니다.

작업 상세 내용

  • meta 태그 추가
  • OG(Open Graph) 태그 추가
  • JSON-LD 스키마 이용
  • robots.txt 파일 추가
  • Sitemap(사이트맵) 추가 - next-sitenmap

참고할만한 자료(선택)

@Choi-Jiwon-38 Choi-Jiwon-38 added the 👏 enhancement 새로운 기능 및 요청 label Aug 24, 2024
@Choi-Jiwon-38 Choi-Jiwon-38 added this to the 영구 작업 milestone Aug 24, 2024
@Choi-Jiwon-38 Choi-Jiwon-38 self-assigned this Aug 24, 2024
@Choi-Jiwon-38 Choi-Jiwon-38 pinned this issue Aug 24, 2024
@Choi-Jiwon-38 Choi-Jiwon-38 linked a pull request Aug 26, 2024 that will close this issue
@Choi-Jiwon-38
Copy link
Member Author

SEO 작업 완료 후, 아래 레퍼런스를 참고하여 체킹하면 좋을 것으로 확인

https://seoblog.kr/posts/seo-checker/

@Choi-Jiwon-38
Copy link
Member Author

JSON-LD 추가는 현 프로젝트에 적용하여도 큰 이점이 없을 것으로 보임

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
👏 enhancement 새로운 기능 및 요청
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant