Auctollo
Forum Replies Created
-
@roam92 this issue was born of logic that existed in the project since before we took over it’s development, fixing the underlying bugs (that no one had noticed), improving performance and a variety of other improvements led to this issue.
Would you consider using this code as a workaround?
function sitemap_fix_rewrite_rules( $wp_rules ) {
unset($wp_rules['.*-sitemap(?:\d{1,4}(?!-misc)|-misc)?\.html$']);
return $wp_rules;
}
add_filter( 'rewrite_rules_array', 'sitemap_fix_rewrite_rules', 1, 1 );Forum: Plugins
In reply to: [XML Sitemap Generator for Google] Where is the images Sitemap?Thanks for choosing our plugins, and thanks for your question as well. We currently don’t support image sitemaps in our community edition; they are only available in our premium version. Please let us know if you’re interested in our Beta Program, where you can take a look!
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] Google unable to see sitemapNo, it’s sitemap.xml. Again the file is dynamically generated like the rest of WordPress. Do you have a staging area for testing?
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] Sitemap Redirects to HomepageTypically, this occurs whens some code in a theme or plugin is preventing our plugin from receiving the request or the rewrite rules in the server config are not correct. Based on a quick investigation, I think the latter may be the root cause.
We have this fixed in the current release @itapress. Thanks!
The latest release has some performance optimizations. Please let us know your feedback @humblearab.
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] Still Doesn’t Work With Custom TaxonomiesIt sounds like we agree. I thought you wanted taxonomies with no assigned posts to appear in sitemaps. That is unsupported.
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] Still Doesn’t Work With Custom TaxonomiesI meant mirroring directories, if empty, is not interesting to search engines. Search engines want a list of URLs, not a list of directories (assuming there’s no index document).
- This reply was modified 1 year, 11 months ago by Auctollo.
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] Still Doesn’t Work With Custom TaxonomiesI don’t, it’s worth a try. Search engines expect to discover URLs in sitemaps, not taxonomies or a mirror of the website structure.
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] Google unable to see sitemapUnless you use caching, sitemap files are dynamically generated like the rest of WordPress. However, looking at your website quickly, this behavior doesn’t seem to be “standard” WordPress; in particular how 404 errors are handled.
Forum: Reviews
In reply to: [XML Sitemap Generator for Google] really goodThanks for choosing us!
Forum: Reviews
In reply to: [XML Sitemap Generator for Google] Perfect!Thanks for choosing us!
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] Sitemap videoUnfortunately, I’m not aware of any quality plugin that support video sistemas for free (including ours).
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] Couldn’t Fetch Sitemap ErrorWhy insult us? Did you pay for something we failed to deliver?
There are no other reports of this issue in recent topics. If you’re running the latest release, have resubmitted your sitemaps, and still have this issue we would happy to investigate. However we’ve made numerous related changes since the last reports.
Further unproductive comments and presumptions will be flagged for moderators.
Glad everything is sorted!