Reputation: 1
Our website got a "Page isn't usable on mobile" error on Google Search Console but the screenshot rendered by Googlebot smartphone is totally inaccurate from the actual mobile view. It said "Clickable elements too close together," and "Content wider than screen"
This is taken by Googlebot: https://prnt.sc/8hrffemsqqaW But these are the actual mobile views: https://prnt.sc/-lnaoWh34FQZ, https://prnt.sc/tkOBAEKuoVlj
How can we possibly take some actions if what Google is seeing is inaccurate?
Upvotes: 0
Views: 311
Reputation: 1
you may use this code to setup font-size on css.
<style>
body {
font-size: 20px;
}
</style>
You may choose font-size from 20 px and higher
Learn more on gsa indexing Click Here
Upvotes: 0