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

React SEO: Best Practices to Make It SEO-Friendly #139

Open
gloriaJun opened this issue Mar 7, 2022 · 0 comments
Open

React SEO: Best Practices to Make It SEO-Friendly #139

gloriaJun opened this issue Mar 7, 2022 · 0 comments
Labels

Comments

@gloriaJun
Copy link
Owner

====

  • 구글의 페이지 처리 프로세스 소개 및 React의 SEO 이슈들과 대처 방안
  • SSR / SSG 적용은 필수 : 최초 렌더링 빠르게 & 검색 크롤러의 렌더링에 의존하지 않기
  • HTTP 상태코드 제대로 사용할 것
  • Hashed URL은 피하기
  • 링크는 꼭 < a href >로 (div 나 button 말고)
  • 주요 HTML의 Lazy Loading 피하기
  • 기본 요소들은 다 챙길 것
    • Canonicalization
    • Structured data
    • XML sitemaps
    • Mobile-first
    • Website structure
    • HTTPS
    • Title tags
    • Semantic HTML
@gloriaJun gloriaJun added the react label Mar 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant