Arne
Forum Replies Created
-
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] Search engines haven't been notified yetYes, just wait a little bite, the indexing can take some time. If the sitemap doesn’t have any errors, it is fine.
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] Search engines haven't been notified yetYou’re welcome!
Anything which is a normal WordPress post or taxonomy can be included in the sitemap. You have to check if the post-type / taxonomy is activated on the sitemaps setting page. If it is not listed there, than it is probably something Woocommerce specific. In this case Woocommerce could add a filter to include their content in the sitemap.
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] Search engines haven't been notified yetSure, that’s what the resubmit link is for! Also the sitemaps include the last modified fields, so Google can easily check if something has changed or not.
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] Search engines haven't been notified yetHi Andrew,
The sitemap is now dynamically generated, so there is no need for building or rebuilding the sitemaps anymore. That’s why all the options at the top of the page are gone 🙂
Could you please right click somewhere in the document and click “View Source”? It should start like this:
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="http://www.arnebrachhold.de/wp-content/plugins/google-sitemap-generator/sitemap.xsl"?><!-- generator="wordpress/3.5.1" --> <!-- sitemap-generator-url="http://www.arnebrachhold.de" sitemap-generator-version="4.0" --> <!-- generated-on="March 30, 2014 18:11" --> <sitemapindex xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi...If there is anything before the <?xml, please let mew know.
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] Search engines haven't been notified yetThe way how the status is being saved has changed, so until the next ping, the plugin will say that search engines haven’t been notified yet.
Just edit a post and wait a few seconds, the notification should happen in the background.
But you can also resubmit the sitemap manually in Google Webmaster Tools to get a feedback if everything is alright immediately.
Yes, that release took a while…
Since the actual URL shouldn’t have changed (sitemap.xml), Google will automatically pick up the new one. And if not, the plugin will ping Google automatically with the new URL. So everything should be fine 🙂
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] Strange permalink issue after updateFixed in the current version, I didn’t change the version number. Now the rules are flushed in “wp_loaded”, so all the plugins should be finished with their init phase.
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] Strange permalink issue after updateThanks for the note. The plugin “flushes” the rewrite rules during the init phase. Maybe the Simple-URL plugin didn’t register the permalinks at that stage yet. I will change the behavior to flush them later.
Forum: Fixing WordPress
In reply to: [XML Sitemap Generator for Google] Problem with a encyclopedia mapAre you using a category for the articles or a custom post type? You can enable to include custom post types in the options screen (version 4 of the plugin).
Can you send me the links to your blog by email? himself [at] arnebrachhold [dot] de
Thanks!
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] Fatal Error After Running Plugin UpdateHi,
did the update complete? This function does not exist anymore and has been removed some versions ago. It looks like you still have some old files. Can you try to delete the plugin and install it again? Thanks!
Please update to version 4.0, thanks!