By using seoforum’s services you agree to our Cookies Use and Data Transfer outside the EU.
We and our partners operate globally and use cookies, including for analytics, personalisation, ads and Newsletters.

  • Join the best UK dedicated SEO Forum

    Provide or get advice on everything SEO, ask questions, gain confirmation or just become apart of a friendly, like minded community who love SEO and Online Marketing.


    Join 50,000 members!

Monthly Google Mobile Friendly Test

Colin

Colin

Active Member
Established Memeber
I do a ‘Google Mobile Friendly Test’ usually once a month, this time it has come up with these problems:

seo.jpg
 
Community

Community

Administrator
Staff member
Established Memeber
Agreed, Looks like you are caching, minifying, combining scripts which have different priorities or priorities not set by your theme and plugins , there for your scripts are executing before jquery.

( at least thats the most common cause ). That said, these would likely be warnings ? not an actual alert that the page is NOT mobile friendly correct ?
 
Colin

Colin

Active Member
Established Memeber
It looks like it's just one error over and over: jquery is not defined. You might find a solution here: https://www.bugsnag.com/blog/jquery-is-not-defined-cause-solution

On the link you posted it said:

// First try loading jQuery from Google's CDN

<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>

// Fall back to a local copy of jQuery if the CDN fails

<script>
window.jQuery || document.write('<script src="http://mysite.com/jquery.min.js"><\/script>'))
</script>

How/where do I download this?
 
Community

Community

Administrator
Staff member
Established Memeber
Don't do that you would be adding scripts to your site which are not required, jquery is included in your site already. As explained above its because it's not loading in the correct order so Jquery isnt executing in time for the scripts to load.

You will need to rebug your caching,minifying and performance options. Possibly making sure your theme's enquied scripts have highest priority. It's not an answer someone will be able to give you on the forum unless they have access to your site.
 

Latest Products

  • [Rivmedia] Lazy Loader XF2
    [Rivmedia] Lazy Loader XF2
    Load images asynchronously on your forum, allowing images to be loaded only when they are in view
    • Rivmedia
    • Updated:
  • [Rivmedia] Guest Redirect & Profile unlink
    [Rivmedia] Guest Redirect & Profile unlink
    Forums which prevent member profile access for guests, redirction and unlinking for profiles
    • Rivmedia
    • Updated:
  • [Rivmedia] Simple Redirects
    [Rivmedia] Simple Redirects
    Simple redirects allows forum admins to make simple 301 or 302 redirects via their admin panel
    • Rivmedia
    • Updated:
  • [Rivmedia] Minimum Message Length
    [Rivmedia] Minimum Message Length
    Eradicate short, pointless posts with a minimum message length and improving content worth on a thre
    • Rivmedia
    • Updated:
Top