© 2026 Hashnode
맡은 기능이랑 반응형 오류를 이미 다 잡아서,,! SEO 100점을 목표로 리팩토링을 진행했다. 6월 25일 기준으로 우리 웹사이트를 검색 했을 때 전혀 안 나오는 걸 확인할 수 있었다🧐 라이트 하우스 측정 결과 저번 프로젝트와 마찬가지로 robots.txt가 문제였다…👿 🥸 robot.txt가 뭔데? 검색 엔진 크롤러에게 특정 파일이나 디렉토리에 대한 접근 권한을 부여하거나 제한하는 역할이다. 🥸 엥?? 이게 무슨 말이야 ro...

이번 프로젝트에서는 react-helmet을 활용해 메타 태그를 설정하고 구글에 '북잡'을 검색했을 때 상위에 노출되는 것을 목표로 하고 있다. 🙌🏻 일단 React-Helmet을 무엇인지 + 사용하는 이유에 대해 알아보는 것이 좋을 것 같아서 정리해봤다 ✨ React-Helmet이 뭔데 ? 🧐 react-helmet은 React 앱에서 <head> 태그의 내용을 동적으로 변경할 수 있게 도와주는 라이브러리이다. 즉 HTML 문서의 <...

Developers using the Create React App (CRA) or any other basic React framework using Client Side Rendering(CSR) often face a challenge when it comes to implementing dynamic SEO for different pages. The common advice suggests migrating to a Server-Sid...

With more and more web applications being built using React, it is crucial to ensure that they are optimized for search engines. However, setting up SEO for React applications can be challenging due to the dynamic nature of client-side rendering. In ...

When building modern web applications, it is crucial to work on the <head> section of your pages. The <head> section of an HTML document contains metadata like <title> and other important information that helps search engines, social media platforms ...
