-
Notifications
You must be signed in to change notification settings - Fork 6
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: SEO 개선 작업 진행 (metadata, sitemap, robots.txt) #243
Conversation
@ParkSohyunee is attempting to deploy a commit to the Eujin Ahn's projects Team on Vercel. A member of the Team first needs to authorize it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
이제 저희 리스티웨이브 치면 바로 상단에 나오는건가요!! 대박 ㅎㅎ 소현님 덕분에 SEO 어떻게 더 최적화할 수 있는지 배워갑니다..! 👍
images: [`${items[0].imageUrl}`, ...previousImages], | ||
}, | ||
}; | ||
} | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
이렇게 페이지마다 설정해주면 SEO가 되는거군요..! 🤩
return { | ||
title: { | ||
absolute: `${data.nickname}'s Mylist`, | ||
}, | ||
authors: [{ name: `${data.nickname}` }], | ||
description: METADATA.description.mylist, | ||
openGraph: { | ||
description: `${data.description || METADATA.description.mylist}`, | ||
url: `${METADATA.url}/user/${userId}/mylist`, | ||
images: [`${data.profileImageUrl}`, ...previousImages], | ||
}, | ||
}; | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
웅와........
* Refactor: SEO 개선 작업 진행 (metadata, sitemap, robots.txt) (#243) * feat: layout 컴포넌트의 metadata 수정 - 리스티웨이브 한글 타이틀 추가 및 description 수정 * Feat: 마이리스트, 콜라보리스트 페이지에 Dynamic 메타데이터 설정 * Feat: 리스트 상세 페이지에 Dynamic 메타데이터 설정 * Refactor: 메타데이터 별도 상수로 분리 * Feat: sitemap 설정 및 도메인 url 별도 상수로 분리 * Feat: 트렌딩리스트에 해당하는 리스트의 상세페이지가 sitemap에 추가되도록 설정 * Feat: robots.txt 설정 * Fix: sitemap.ts 트랜딩리스트 호출 방법을 fetch API로 수정 * Fix: sitemap.ts 트랜딩리스트 호출 로직 제거 * Feat: 라벨, 카테고리 클릭시 검색페이지로 이동 (#248) * feat: 라벨 및 카테고리 클릭시 검색페이지로 이동 * fix: 리스트 상세조회, 카테고리 전체조회 API 수정에 따라 타입 변경 --------- Co-authored-by: Sohyun Park <[email protected]> Co-authored-by: 강현지 <[email protected]>
개요
작업 사항
스크린샷
리뷰어에게