Arne
Forum Replies Created
-
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] Images not being indexed by Google@moxie, thanks for the note. I will have a look!
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] Empty link in sitemapHi,
I’ve checked your sitemap and can’t see the entry. Did you solve this issue? Thanks!
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] Robots.txt not foundHi,
the robots.txt file is generated by WordPress, not the plugin. If WordPress generates this file, the plugin will add one line to it. But for this, the basic process has to work.
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] Removing IDs from sitemapHi,
So you have entered the IDs on the admin page of the plugin and the sitemap is empty, but still listed on the sitemap index?
Are you using an caching plugin and maybe looking at an outdated sitemap? The plugin looks in the database for all posts which are published (so no drafts, trash etc..) and not password protected. Anything which is listed is somewhere in your database.
Can you use a database tool like phpMyAdmin and see if you can find them?
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] Conflict With W3 Total cacheHi,
It is hard to generalize it, it always depends on the environment. At the end the difference is probably quite small.
Enhanced page disk completely passes php, since the cached files are static files served by apache. The drawback is that some things like additional headers can not be stored.
So Disk Basic and APC are the ones with the best compatibility, depending on the environment disk enhanced could be a little bit faster. But I don’t think it’s worth the issues.
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] Error in sitemap with 4.0.6There must be still a blank line somewhere 🙁
You can also try this fix if you find the the problematic file:
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] Conflict With W3 Total cacheI think I reported this already long time ago and they said it is a technical limitation. Is APC not available on your system? That should be faster than the file cache.
Yes, the products can be included by actiavting the products custom post type.
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] Error in sitemap with 4.0.6Forum: Plugins
In reply to: [XML Sitemap Generator for Google] Missing XML Tag Error@rionoskae: Can you post a link to your sitemap?
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] Exclude categories is not working in 4.0.5@tschied: Which one was it? I would like to know I can make my plugin resistant against it.
Hi,
can you try to deactivate the checkbox “Try to automatically compress the sitemap if the requesting client supports it.” on the sitemap options page?
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] Missing XML Tag ErrorAs I wrote before it should be fixed in 4.0.5. Since then I didn’t hear from anybody regarding this issue anymore 🙂
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] ImagesCurrently they are not listed in the sitemap, but Google will index them if they index the post. I will add this to the todo list.