핵심
A good site should tell browsers and crawlers which language it is, how it adapts to mobile screens, and whether it behaves like an installable app.
어떻게 동작하나요
FixWeb checks rendered viewport metadata, hreflang links, manifest links, and language declarations captured by the crawler.
피해 범위
Weak mobile configuration hurts usability; broken hreflang confuses locale targeting; missing manifest metadata limits app-like experiences.
// fixweb가 어떻게 테스트하나요
FixWeb가 어떻게 테스트하나요
The rendered snapshot records viewport, html lang, rel=alternate hreflang links, and rel=manifest references.
확실한 방어
Set a mobile viewport, keep hreflang complete and reciprocal, set html lang for each locale, and add a manifest when the site should be installable.
