I received the above error.
Top 2 new issues found, ordered by number of affected pages:
Text too small to read
Viewport not set
Could yoou assist?
I received the above error.
Top 2 new issues found, ordered by number of affected pages:
Text too small to read
Viewport not set
Could yoou assist?
Hi,
Thanks for writing in!
Did it specify the pages affected? I checked your site and the viewport is set and the text are not too small to read.

Thanks
seems like the first page ,
it looks good to me as well,
any thoughts?
Hi @wannid,
Do you have security from your hosting or site that blocks bot (especially google bot/crawler)? Because I checked it on my end and most of the resources (especially the CSS responsible for the look of your site) aren’t loading, or can’t be loaded by google.

The google’s user agent for the bot is Googlebot smartphone, please make sure it’s not being blocked by your site.
Thanks!
My hosting provider says googlebot is not being blocked.
Hey @wannid,
In your screenshot, it was indicated that the error is only on 1 page. Could you please provide which page is that so that we can investigate it further?
Thank you in advance.
The first page.
Hi @wannid,
You mean the homepage? Sorry but I don’t see issue on your homepage except this button.
Add this to Page > CSS to fix that button on mobile.
@media (max-width: 550px) {
.x-btn.x-btn-rounded.x-btn-jumbo {
font-size: 18px;
}
}
Thanks,
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.