Viewing 15 replies - 1 through 15 (of 18 total)
  • Thread Starter eltuti89

    (@eltuti89)

    Deactivated W3 total cache until some fix come up, if i find it will post as soon as i can….

    Hi eltuti89,

    Not a fix for wordpress seo as such but have you tried excluding the sitemap from w3 total cache? (your sitemap would preferably not be cached)

    https://wordpress.stackexchange.com/questions/61838/exclude-content-from-w3-total-cache

    Regards,

    Mike

    excluded sitemap from w3tc – didn’t help
    deactivated w3tc – helped
    re-activated w3tc – problem back again

    Thread Starter eltuti89

    (@eltuti89)

    I do but no changes, the only solution that i found is leave database and object cache activate and deactivate page, minify and browser cache.

    When i activate page cache it show the sitemap but in text format only no links you cant click it.

    I think the problem could be w3 total cache, i will ask in their support forum also.

    posting back if i find the solution…

    Curious if you have found any solution to this problem

    Thread Starter eltuti89

    (@eltuti89)

    No i deactivated w3tc, using database and object cache only.

    I have W3TC active, for page and browser cache, no database and object since I am on a shared server. No problem at all with the latest Yoast 1.4.15 …

    I have this ever since under Page Cache’s “Non-Trailing Slash Pages” “

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

    I also have this code related to sitemap in .htaccess ever since, I don’t know which plugin put it there, probably W3TC :

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_URI} !(robots\.txt|sitemap(_index)?\.xml(\.gz)?|[a-z0-9_\-]+-sitemap([0-9]+)?\.xml(\.gz)?)
    RewriteCond %{REQUEST_FILENAME} \.(css|htc|js|js2|js3|js4|html|htm|rtf|rtx|svg|svgz|txt|xsd|xsl|xml|asf|asx|wax|wmv|wmx|avi|bmp|class|divx|doc|docx|eot|exe|gif|gz|gzip|ico|jpg|jpeg|jpe|json|mdb|mid|midi|mov|qt|mp3|m4a|mp4|m4v|mpeg|mpg|mpe|mpp|otf|odb|odc|odf|odg|odp|ods|odt|ogg|pdf|png|pot|pps|ppt|pptx|ra|ram|svg|svgz|swf|tar|tif|tiff|ttf|ttc|wav|wma|wri|xla|xls|xlsx|xlt|xlw|zip)$ [NC]
    RewriteRule .* - [L]
    </IfModule>

    I minify only css and html in W3TC, I use BWP-Minify to minify js, avoids a lot of headaches with js of various plugins.

    Same problem here, too.
    I need both WTC and yoast sitemap, but they seem repelling each other!
    What to do?

    I encounter same problem couponcodeSG https://www.couponcodesg.com/sitemap_index.xml. I usse w3total cache and wordpress yoast. I try to disable w3total cache then my sitemap dont encounter error.

    Same Problem here too…. Any update/fix on this?

    I have the same problem.. Generation of Sitemap with Yoast WordPress SEO only works when W3Total Cache is disabled.. Hope anybody will find a solution for this problem..

    Thanks in advance..

    Same here, when W3 Total Cache is active, the site map generated by Yoast WordPress SEO don’t work (blank page!).

    Matthias

    (@matthiasseelig)

    Exclusion of main-sitemap\.xsl in the minify settings of w3tc helped me (in addition to the page cache settings astrasuite mentioned).

    I have disabled W3TC and also tried exclusion of the XSL and XML files as mentioned above and no luck… I think this has nothing to do with W3TC.

    In the meantime I added a symbolic link to the XSL like explained here as a workaround while I figure this out:
    https://kx.cloudingenium.com/technologies/wordpress/quick-fix-wordpress-seo-yoast-sitemap_index-xml-giving-blank-page/

    Found the solution. Check: https://www.youtube.com/watch?v=EZxoXXanxWI

Viewing 15 replies - 1 through 15 (of 18 total)
  • The topic ‘Seo plugin show blank page in sitemap when activate w3 total cache’ is closed to new replies.