-
Notifications
You must be signed in to change notification settings - Fork 7
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
[SP1] SEO 향상을 위한 meta tag, open graph #188
Changes from 5 commits
5af6c98
eee957b
7786881
042a502
e339a12
c5d53a5
5cd1ea6
799d9f4
f328801
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ import { Head, Html, Main, NextScript } from 'next/document'; | |
|
||
export default function Document() { | ||
return ( | ||
<Html> | ||
<Html lang="ko" dir="ltr"> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ko 로 설정하신 이유가 있나요?? 코드 한 줄 한 줄 적을 때도 블로그 그대로 따라하는 게 아니라 다른 사이드 이펙트가 생길지, 이걸 꼭 해야하는 건지 고민하는 게 중요해요! There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 솝트 지원자 중에 외국인은 없을 것이라고 생각했어요! 코드에서 alt 태그로 해당 img의 타이틀로 지정해둔 경우가 대부분이라서 한글로 읽히는 것이 더 적절할 것 같았어요. 리뷰 감사합니다!! There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 만약 영어와 한글을 혼재하게 사용한다면 lang 속성을 지정하지 않는것이 나을까요? 의견이 궁금합니다...! There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 어떻게 생각하시나요??? 어떤 장단점이 있을 것 같으세요?? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 저는 하나의 언어로 통일하는게 더 좋다고 생각해요! 다른 분들의 의견도 궁금해서 물어봅니다~ |
||
<Head> | ||
<link | ||
rel="preload" | ||
|
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.
이 친구도 self closed 태그 형식이면 좋을 것 같아요 .!!
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.
네! 알려줘서 고마워요~