I should of course have put my site which is http://neilshealthymeals.com
Hi Neil,
It sounds like Google’s crawler is not getting properly identified. You might want to check what devices you have enabled support for in the WPtouch admin (make sure Android is on).
If you have a cache system set up, make sure that it is not set to have a single cache for ‘Googlebot’, as that string is present with all of Google’s crawlers, including mobile-friendly.
Google Chrome offers a ‘view as mobile’ mode which can help with debugging this type of issue. To access your site as if you were the Google crawler, simply add a custom mobile device type for Googlebot Mobile with the following User Agent String:
Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)
With that done, you can make adjustments to the configuration and simply reload the site in your browser to check the effect in real-time rather than relying on Google’s likely cached results.
Thanks,
The WPtouch Team
Thanks for getting back to me WPtouch Team.
I did some investigation as per your details above and found out there is an issue with the caching plugin I’ve been using, WP Super Cache.
I’ve now de-activated that plugin and I show up again as “Mobile Friendly” in google searches.
Thanks again. I’ll investigate further the issues with WP Super Cache, but as this is not the first time I’ve had issues with them, it’s likely I’ll change caching plugin to W3 Total Cache, unless you recommend an alternative that’s compatible too?
Good to hear that did the trick. You might want to give this KB article a read – it has steps for configuring most major cache plugins to work with WPtouch: https://support.wptouch.com/support/solutions/articles/5000537668-configuring-cache-plugins-for-wptouch
I followed the directions on the support page referenced above for Comet Cache, and then I typed in Googlebot as an additional line item in the User-Agent Exclusions. This seemed to do the trick for me as it bypasses the cache for the Googlebot and has it pull a fresh image. Now the website looks right on my mobile phone (iPhone) and it passes the Google Mobile Friendly test.