Auctollo
Forum Replies Created
-
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] Custom Taxonomy sitemap not createdAre you able to send a screenshot of your plugin settings page and debug tool output to our support email @barbccfl?
I’m not sure why you’re assuming a negative intent. We have created and supported our product for free; I thought we could be trusted. Over time, the plugin has been changed for many reasons, and of course, changes have consequences, which we aim to resolve. That’s the reason for asking for the plugin: to investigate as deeply as possible and learn as much as we can to avoid unintended consequences. Sorry that this approach is troublesome from your perspective.
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] Adding pages to CPT sitemapHi, I’m sorry your ask is not clear to me: do you want to display some pages (post_type=page) that are currently displayed on the /page-sitemap.xml page on the sitemap page for a different custom post type, for example /news-sitemap.xml?
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] Custom Taxonomy sitemap not created@barbccfl, apologies for the trouble. Our next release has a fix for this kind of issue. If you would like to use it right now, it’s available on GitHub already. If not we’re working to get the next release out ASAP.
Thank you for digging into the code and trying to solve it yourself, it helps us a lot, but to fix it properly and not break the rest, we need more information.
If you need to add new rules to this file, you can use the ‘robots_txt’ filter with a priority of 100 in your theme’s functions.php file
Here is an example:
add_filter( 'robots_txt', function( $robots ) { $robots .= ' User-agent: SEO Bot Allow: /shop/ Allow: /blog/ Allow: /help/ Disallow: / '; return $robots; }, 100 );If that doesn’t help in your case, can you provide information on exactly what is not displayed in the robots.txt file and how you add the new rules to it? We need to reproduce it to understand exactly how to fix it.
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] Failed to ping $service_idThanks, this is fixed in the next release. If you’d like to test, it’s available on GitHub.
@roam92, which plugin were you using to generate the HTML sitemap? We would like to test with it to consider an alternative approach.
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] Failed to ping $service_id@treibstoff, I just wanted to confirm that you’re using the latest release?
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] Exclude File TypesHi, do you have an example sitemap that currently shows the files?
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] EMPTY category-sitemap.xmlYes @manishthriveworks, would you like to preview the next release? It’s available on GitHub.
Hello, the page/post and HTML sitemaps are supported in the community version.
However, the RSS, news, video, and other sitemaps are only available in the premium version.
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] Taxonomy-sitemap missing in sitemap-indexWe’ve finally identified the issue. The cause is our check for taxonomies before others were added. This issue will finally be resolved in the next release.
Thanks for reporting this and being patient while we got to the bottom of it.
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] Categories not showing in sitemapWe’ve finally identified the issue. The cause is our check for taxonomies before others were added. This issue will finally be resolved in the next release.
Thanks for reporting this and being patient while we got to the bottom of it.
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] EMPTY category-sitemap.xmlWe’ve finally identified the issue. The cause is our check for taxonomies before others were added. This issue will finally be resolved in the next release.
Thanks for reporting this and being patient while we got to the bottom of it.
Forum: Reviews
In reply to: [XML Sitemap Generator for Google] Ridiculously buggyWe have recently found the source of that issue. What other bugs have you found?