• hello –

    in this file:

    /wp-content/plugins/fancybox-for-wordpress/fancybox.php

    i see this line:

    <script src=”//ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js”></script>

    and this line is getting flagged for “above-the-fold” SEO issues. i tried including ‘defer’ and ‘async’ like so:

    <script src=”//ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js” async></script>
    <script src=”//ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js” defer></script>

    but both caused a jQuery issue: Uncaught ReferenceError: jQuery not defined

    any suggestions?

Viewing 1 replies (of 1 total)
  • Thread Starter edwardsmark

    (@edwardsmark)

    update – i have tried several plugins that supposedly address this sort of thing, but it appears that fancybox MUST have the jQuery statement first.

    i found this too under misc tab:

    Loads JavaScript at the end of the blog’s HTML (experimental) (default: off)

    but this did not seem to do anything.

Viewing 1 replies (of 1 total)

The topic ‘fancybox SEO’ is closed to new replies.