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: SEO 최적화 기본 작업 #385

Merged
merged 23 commits into from
Jul 12, 2024
Merged

feat: SEO 최적화 기본 작업 #385

merged 23 commits into from
Jul 12, 2024

Conversation

im-na0
Copy link
Contributor

@im-na0 im-na0 commented Jul 12, 2024

Issue Number

close #382
SEO 최적화를 위해 기본적인 작업을 합니다.

메인페이지 기준 seo 보고서 #382 (comment)

⛳️ Task

SEO 최적화 작업

  • search console 등록
  • title 위치 수정
    기존 {title} | 도메인도메인 | {title}
  • descrption: 디스크립션 수정
  • 페이지 별 json-ld 추가
  • og:img 추가
  • og 태그 수정
  • helmet tag 위치를 페이지 컴포넌트로 변경
    • 동적으로 스키마 데이터 업데이트 하는 경우가 많기 때문에, 기존의 router 계층에서 page 컴포넌트로 이동시켰습니다.
    • page 컴포넌트를 데이터 fetching, 데이터 스키마 생성 / UI 렌더링으로 관심사를 분리했습니다.

공통 수정 사항

✍️ Note

남은 최적화 작업!!!

  • h1 태그 너무 많음 → h1는 타이틀로만 사용하도록 수정
  • 상세 achor 추가하기 → div 태그 대신 앵커태그 추가

📸 Screenshot

📎 Reference

@im-na0 im-na0 self-assigned this Jul 12, 2024
@im-na0 im-na0 added the FEAT FEAT label Jul 12, 2024
Copy link

Visit the preview URL for this PR (updated for commit 6e47f60):

https://percenthotel--pr385-feature-382-perf-se-o24al1qq.web.app

(expires Fri, 19 Jul 2024 10:40:00 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: 5f3aee9d8d8535dbb552ad12361bc813c5a90573

@im-na0 im-na0 merged commit c90a8df into main Jul 12, 2024
2 checks passed
@im-na0 im-na0 deleted the feature/#382-perf-seo branch July 12, 2024 10:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FEAT FEAT
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SEO 최적화 meta, open graph 수정
1 participant