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

[REFACTOR] meta tag 추가 및 SEO 개선 #426

Merged
merged 2 commits into from
Dec 6, 2024
Merged

Conversation

rbgksqkr
Copy link
Contributor

@rbgksqkr rbgksqkr commented Dec 4, 2024

Issue Number

#409

As-Is

  • 구글에서 검색이 되지 않음
  • 개발 서버 도메인이 검색됨

To-Be

  • 검색 엔진 최적화(SEO) 개선 (실제로 개선될지나 얼마나 개선될지는 지켜봐야할듯!)
    • 색인 추가
    • canonical 설정
    • keywords 설정
  • 개발 서버 도메인 색인 제거

Check List

  • 테스트가 전부 통과되었나요?
  • 모든 commit이 push 되었나요?
  • merge할 branch를 확인했나요?
  • Assignee를 지정했나요?
  • Label을 지정했나요?

Test Screenshot

(Optional) Additional Description

google search console 등록

파일이나 태그를 추가하는 것이 내키지 않아서, 가비아에 CNAME을 추가하여 등록하였습니다. 캡쳐 이미지는 보안상 앞부분만 자른 부분입니다!

search console을 통해 구글에 색인 요청 완료하였습니다.

개발 서버 도메인 검색 제거 (추후 확인 필요)

dev.ddangkong.kr 이 검색엔진에 노출되는 게 보안상 위험하다 생각하여 색인 제거 요청하였습니다.

canonical 설정

중복된 페이지가 크롤링될 경우 production 도메인인 ddangkong.kr을 바라보도록 설정하는 태그입니다.

https://developers.google.com/search/docs/crawling-indexing/consolidate-duplicate-urls?hl=ko&visit_id=638688919630059777-2879257224&rd=1

<link rel="canonical" href="https://ddangkong.kr" />

다양한 keywords 추가

keywords 를 설정하면 검색할 때 keywords와 연관된 페이지를 노출하므로 더 노출되는 데 유리하다고 합니다.

🌸 Storybook 배포 주소

https://woowacourse-teams.github.io/2024-ddangkong/storybook/

@rbgksqkr rbgksqkr added ♻️ refactor 리팩토링 🫧 FE front end D-3 3일 안에 리뷰 부탁드려요:) labels Dec 4, 2024
@rbgksqkr rbgksqkr requested review from useon and novice0840 December 4, 2024 07:01
@rbgksqkr rbgksqkr self-assigned this Dec 4, 2024
@rbgksqkr rbgksqkr linked an issue Dec 4, 2024 that may be closed by this pull request
@github-actions github-actions bot added D-2 2일 안에 리뷰 부탁드려요:) and removed D-3 3일 안에 리뷰 부탁드려요:) labels Dec 4, 2024
Copy link
Contributor

@novice0840 novice0840 left a comment

Choose a reason for hiding this comment

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

이제 검색 엔진에서 좀 더 쉽게 우리 서비스를 찾을 수 있을 것 같네요!

@github-actions github-actions bot added D-1 1일 안에 리뷰 부탁드려요:) and removed D-2 2일 안에 리뷰 부탁드려요:) labels Dec 5, 2024
Copy link
Contributor

@useon useon left a comment

Choose a reason for hiding this comment

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

야무지게 컨텐츠 추가했네요 !!!! 원래 dev가 떠서 깜짝 놀랐는데 이제 제대로 뜨다니 기쁩니다 고마워요 마루 !!!!!!!!!!!!!
image
크으 멋지다 ! 근데 혹시 대화주제 땅콩만 가장 상위에 뜨는 건가요? !

@rbgksqkr
Copy link
Contributor Author

rbgksqkr commented Dec 6, 2024

현재는 구글 검색에 영향이 없습니다 ㅎㅎ PR이 main에 머지되어야 production 도메인에 반영되어 SEO가 개선되지 않을까 싶네용

@rbgksqkr rbgksqkr merged commit ecfe201 into develop Dec 6, 2024
2 checks passed
@GIVEN53 GIVEN53 deleted the refactor/#409 branch December 10, 2024 11:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
D-1 1일 안에 리뷰 부탁드려요:) 🫧 FE front end ♻️ refactor 리팩토링
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[REFACTOR] meta tag 추가 및 SEO 개선
3 participants