Site logo

Archived topic

Mobile Usability Error

15 replies · Started by Pooja on June 17, 2021

Viewing posts 1–15 of 16

My website https://cultfeeds.com/pushpam-priya-choudhary/ page and many other pages showing mobile usability error. Under mobile usability three-issue is showing that mention below:-
1. Text too small to read
2. Clickable elements too close together
3. Content wider than screen

Please help me to solve this issue. I have already clear the cache and deactivate the plugin but this issue is still present.

Yes, I already cleared

Hi there,

this document covers why this error can occur:

https://docs.generatepress.com/article/text-too-small-to-read-and-clickable-elements-too-close-together/

i ran a mobile friendly test on your site here:

https://search.google.com/test/mobile-friendly?utm_source=gws&utm_medium=onebox&utm_campaign=suit&id=PhNowa-0PxYhE8yu44tQ7g

And it passed but with some issues. There are some resources with the Other Error. This generally happens because your site needs optimizing to ensure it does not make more requests then google is willing to accept at the time of testing.

So next step is to run a PSI report:

https://developers.google.com/speed/pagespeed/insights/?url=https%3A%2F%2Fcultfeeds.com%2Fpushpam-priya-choudhary%2F

You can see your site has very low PSI scores. Optimizing the site for better performance will reduce the changes your site fails these tests. The PSI report lists the opportunities and provides diagnostics for improvement. The main issues i see are:

1. Improve initial server response time - you should address this issue with your host.
2. Reduce the impact of third-party code - these are all advert codes, you should defer loading advert scripts, try the Flying Scripts plugin whose support should be able to help you set it up to defer advert scripts.

For other improvements you may want to look at loading Fonts Locally:

https://docs.generatepress.com/article/adding-local-fonts/

hey, I am facing a mobile usability error on https://gbapps.info/ when I changed my theme from sparkling to GP. My ranking is continuously decreasing please help me to solve this error as soon as possible.

You can run the same optimizations you did for https://cultfeeds.com on this site, assuming the setup and plugins used are pretty similar. :)

I have done but didn't get the result. My ranking is decreasing day by day.

I just tested gbapps.info and it didn't return any error flag - https://search.google.com/test/mobile-friendly/result?id=7LZ0SdVreUAinAsgEK3NWA

As for cultfeed, it's not using GeneratePress.

But to help out for the errors: You can try adjusting the font size and text spacing of fonts.

And address the resource errors David mentioned. It's flagging various resource errors from different sources like ad-invalid-click-protector, the current theme it uses (sparkling) and some ad scripts.

Try installing optimization plugins like WP Rocket or Autoptimize to improve on this.

I have deleted the plugin on https://gbapps.info/ and now the size of the image is not responsive when I tested for mobile.

Your featured images are only 300px wide - if you want them to fill the space available to them then add this CSS:

.featured-image img,
.post-image img {
    width: 100%
}

for any more questions please raise a new topic so this one can be resolved

We have set featured images 300px wide because with this most of our articles do not show an image that is wider than the screen. Please check our site and solve the problem as soon as possible.

There isn't anything we can do to make Google load those missing resources. The site loads fine on any device we test it on, so its Googles servers that are not able to make them load.

All i can recommend is that you Optimize your site. I ran a PageSpeed Insights test on your latest URL and its performance is not great.

The major issue i see is the advert scripts. You should use a plugin like Flying Scripts or PerfMatters to defer the loading of advert and 3rd party scripts so they DO NOT bottleneck the loading of your site.

This archived topic is closed to new replies.