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

[#641] 메타데이터를 dev.dadok.app 도메인 기준으로 수정 #642

Merged
merged 4 commits into from
Jun 23, 2024

Conversation

hanyugeon
Copy link
Member

@hanyugeon hanyugeon commented Jun 23, 2024

구현 내용

사이트 소유권 value값 수정

  • 도메인 주소를 dadok.app에서 dev.dadok.app으로 fix하면서 사이트 소유권 value값이 변경됐어요

sitemap.ts에 잘못 기입된 env값 수정

  • 몇몇 sitemap.ts에서 환경변수가 잘못 기입되어있던 부분을 수정했어요

metadata에서 keywords 제거

  • 더 이상 구글, 네이버와 같은 검색엔진에서는 metadata의 keywords를 검색 대상에 반영하고 있지않다. 라는 점을 참고했어요
    해당 내용은 불필요하다고 판단하여 삭제하였습니다.

메타 키워드는 과거에 웹 페이지를 구별하기 위한 요소로 사용되었으나, 여러 사이트 운영자가 이 점을 악용하여 검색되는 내용과 실제 내용이 다른 페이지가 검색되는 일이 빈번하게 발생하기 시작했습니다.
이 같은 문제로 현재는 거의 모든 검색엔진에서 메타 키워드를 검색 대상에 반영하지 않고 있으며, 반영하더라도 그 비중은 매우 낮을 것으로 추정됩니다. 본문 링크

관련 이슈

@hanyugeon hanyugeon added 🐥 프론트 필수! 🐛 fix Something isn't working 🔥 v.1.0 New feature for releasing v.1.0 labels Jun 23, 2024
@hanyugeon hanyugeon requested a review from gxxrxn June 23, 2024 06:08
@hanyugeon hanyugeon self-assigned this Jun 23, 2024
Copy link

vercel bot commented Jun 23, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
dadok ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 23, 2024 11:15am

Copy link

github-actions bot commented Jun 23, 2024

Copy link

github-actions bot commented Jun 23, 2024

⚡️ Lighthouse Average Scores Across Reports:

Category Score
🔴 performance 69
🟢 accessibility 91
🟢 best practices 98
🟢 seo 100
🟢 pwa 100

⚡️ Average Details Across All Reports:

Category Score
🟢 first contentful paint 0.8s
🔴 largest contentful paint 12.2s
🟠 interactive 5.3s
🟢 total blocking time 235.0ms
🟢 cumulative layout shift 0.0

Copy link
Member

@gxxrxn gxxrxn left a comment

Choose a reason for hiding this comment

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

👍🏻

@hanyugeon hanyugeon merged commit 77051d9 into main Jun 23, 2024
4 checks passed
@hanyugeon hanyugeon deleted the fix/#641 branch July 11, 2024 19:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 fix Something isn't working 🐥 프론트 필수! 🔥 v.1.0 New feature for releasing v.1.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

메타데이터를 dev.dadok.app 도메인 기준으로 수정
2 participants