-
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
Merged
Merged
Changes from 6 commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
5af6c98
feat : change description
f0rever0 eee957b
feat : add title tag
f0rever0 7786881
feat : og tag
f0rever0 042a502
feat : html lang, dir attribute
f0rever0 e339a12
feat : add meta tag
f0rever0 c5d53a5
refactor : change into self closed tag
f0rever0 5cd1ea6
refactor : change alt description english to korean
f0rever0 799d9f4
refactor : parsePartToKorean 공용 utils 로 이동
f0rever0 f328801
Merge branch 'develop' into feat/#180-meta-tag
f0rever0 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
ko 로 설정하신 이유가 있나요??
korean 으로 설정하면 스크린리더가 한국말에 맞춰 코드들을 읽게 돼요.
그러면 alt="hello" 를 "에이치 디 엘 엘 오" 라고 읽을 것 같아요
코드 한 줄 한 줄 적을 때도 블로그 그대로 따라하는 게 아니라 다른 사이드 이펙트가 생길지, 이걸 꼭 해야하는 건지 고민하는 게 중요해요!
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.
솝트 지원자 중에 외국인은 없을 것이라고 생각했어요! 코드에서 alt 태그로 해당 img의 타이틀로 지정해둔 경우가 대부분이라서 한글로 읽히는 것이 더 적절할 것 같았어요.
다시 확인해보니까 영어로 두루뭉실하게 적혀있는 코드들도 있어서 해당 코드들은 리팩토으로 추가로 작업하겠습니다!
리뷰 감사합니다!!
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.
만약 영어와 한글을 혼재하게 사용한다면 lang 속성을 지정하지 않는것이 나을까요?
하나의 언어를 통일적으로 사용하는게 좋을까요?
의견이 궁금합니다...!
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.
어떻게 생각하시나요??? 어떤 장단점이 있을 것 같으세요??
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.
저는 하나의 언어로 통일하는게 더 좋다고 생각해요!
하나의 언어로 통일할수록 해당 속성에 대해 자세하게 명명할 수 있어서요.
다른 분들의 의견도 궁금해서 물어봅니다~