couponoasis
Forum Replies Created
-
Interesting. I increased the number of entries per sitemap to 10,000 and it generated the sitemap files. If I leave it at the stock 5000 it times out generating the files.
I installed Better WordPress Google XML Sitemaps and it generates the sitemap without trouble just like yoast 1.7.4 does. Hate to say it but it looks like 2.01 has a serious issue with sitemaps and larger sites.
I’m using Zen Cache Pro not W3 and I’ve turned off all other plugins except Yoast … still get the same problem.
It would appear it has a problem with custom post types. When I tell it to NOT include the custom post type it generates the sitemaps fine. This sucks because the custom post type is what I need the sitemaps for.
Not using W3, but did turn off all plugins except yoast, still get the same error, so it’s definitely something between the theme and yoast. Frustrating.
Vegastriguy…
I tried that myself, my problem is it won’t generate the sitemap_index.xml file at all. When you or any of the bots try to access it, it throws an Error 504 Gateway Timeout error. I’ve narrowed it down to a compatibility issue between my theme and wordpress seo.
I shot the maker of the theme I use an email to see if they have a solution.
Thanks for the input.
V2.01 and still sitemap_index.xml not accessible.
Pretty sure this is not a server-side issue. Switching back to v1.7.4 (again)
Anybody else have this issue?
Still getting
Gateway Time-out
The gateway did not receive a timely response from the upstream server or application.This only happens when trying to access the sitemaps with v2.0. When on version 1.7.4 this does not occur.
FIXED
Line 1:
<?php get_header(); http_response_code( 404 ); //var_dump( http_response_code() ); ?>Changed to:
<?php get_header(); ?>