Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter MichaelKalo

    (@michaelkalo)

    Hi Joost,

    I updated to the most current version of your plugin and I am using WP 3.3.2 with the Headway theme 2.0.13 I am also using two cache plugins; W3 Total Cache 0.9.2.4 and WP Super Cache 1.1. When I deactivated W3 Total cache, I was able to see 4 xml sitemaps. However, I was trying to improve site speed and http://www.webpagetest.org/ mentioned the W3 plugin.

    W3 Total Cache
    I followed your steps in a prior post post and added the following even though I didn’t have the “Do not process 404 errors for static objects” selected.

    sitemap(_index)?\.xml(\.gz)?
    [a-z0-9_\-]+-sitemap([0-9]+)?\.xml(\.gz)?

    I had Browser Cache>>HTML & XML>> HTML Minify settings “inline CSS minification and Inline JS minification selected” and deselected those two. Whether I have the “Do not process 404 errors for static objects with WordPress” selected or not, I still cannot view your sitemaps when W3 is activated.

    I am keeping this plugin deactivated so Google can begin indexing your sitemaps. Would that help out at with the canonicals? Any ideas why this plugin doesn’t seem to want to work with yours? Overall, I haven’t seen any real site speed improvement using W3, has anyone else?

    Thank you,

    Michael Kaloudis

    I found I have a similar issue, except the GA code is in two spots, but not duplicated. I guessing this is okay, since its not tracking Pageviews twice..

    <script type=”text/javascript”>

    var _gaq = _gaq || [];

    _gaq.push([‘_setAccount’, ‘UA-xxxxxxxx’]);

    _gaq.push([‘_trackPageview’]);

    (function() {

    var ga = document.createElement(‘script’); ga.type = ‘text/javascript’; ga.async = true;

    ga.src = (‘https:’ == document.location.protocol ? ‘https://ssl&#8217; : ‘http://www&#8217;) + ‘.google-analytics.com/ga.js’;

    var s = document.getElementsByTagName(‘script’)[0]; s.parentNode.insertBefore(ga, s);

    })();

    </script>

    <script type=”text/javascript”>//<![CDATA[

    // Google Analytics for WordPress by Yoast v4.2.3 | http://yoast.com/wordpress/google-analytics/

    var _gaq = _gaq || [];

    _gaq.push([‘_setAccount’,’UA-xxxxxxxx’]);

    _gaq.push([‘_setCustomVar’,2,’post_type’,’page’,3],[‘_setCustomVar’,3,’author’,’jasmine’,3],[‘_trackPageview’]);

    (function() {

    var ga = document.createElement(‘script’); ga.type = ‘text/javascript’; ga.async = true;

    ga.src = (‘https:’ == document.location.protocol ? ‘https://ssl&#8217; : ‘http://www&#8217;) + ‘.google-analytics.com/ga.js’;

    var s = document.getElementsByTagName(‘script’)[0]; s.parentNode.insertBefore(ga, s);

    })();

    //]]></script>

Viewing 2 replies - 1 through 2 (of 2 total)