Skip to content

Commit

Permalink
core(seo): support korean in link-text audit (#9804)
Browse files Browse the repository at this point in the history
  • Loading branch information
yeonjuan authored and brendankenny committed Oct 8, 2019
1 parent ceb6499 commit f4b4223
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions lighthouse-core/audits/seo/link-text.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,16 @@ const BLOCKLIST = new Set([
'mais informações',
'mais',
'veja mais',
// Korean
'여기',
'여기를 클릭',
'클릭',
'링크',
'자세히',
'자세히 보기',
'계속',
'이동',
'전체 보기',
]);
const i18n = require('../../lib/i18n/i18n.js');

Expand Down

0 comments on commit f4b4223

Please sign in to comment.