Arne
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Google XML Sitemaps] Please add yandex search engineHi 1nSane,
the plugin already supports everything yandex supports 🙂 Yandes should find the sitemap file by itself using the robots.txt.
The ping function works with WordPress directly, just add it to the list of ping services as I wrote above. Yandex doesn’t support the sitemap ping like Google, Yahoo, Bing and Ask.com do so there is nothing more for the plugin todo.
Greetings,
Arne
Forum: Plugins
In reply to: [Plugin: Google XML Sitemaps] Blank Settings pageHi,
Great, thats a good hint! Maybe its a PHP4 problem. I’ve tested only with PHP 4.4.9, so could somebody of you find out which PHP version is installed on your server?
Forum: Plugins
In reply to: [Plugin: Google XML Sitemaps] Please add yandex search engineHi,
you can just go in your WP admin panel > Settings > Writing > and enter http://ping.blogs.yandex.ru/RPC2 in the “Update Services” list. This will tell WordPress to ping Yandex after you wrote something.
The ping function for XML sitemaps is something different, and it doesn’t look like Yandex supports it. For example, thats how the URL looks for Google:
http://www.google.com/webmasters/sitemaps/ping?sitemap=http:%3A//www.domain.com/sitemap.xml
Forum: Plugins
In reply to: [Plugin: Google XML Sitemaps] Cannot exclude outbound linkAre you using any special plugin for these links? You can also try to enter the ID in the list of posts / pages to exclude.
Thats a problem with your server configuration. You can ask your webhost to fix it or try this:
http://wordpress.org/support/topic/260467?replies=3
BTW, even if you’re not able to change the configurations, its no problem. The stylesheet is only for humans, Google doesn’t care about it 🙂
Forum: Plugins
In reply to: [Plugin: Google XML Sitemaps] Please add yandex search engineHi,
that looks like the “normal” blog ping, which you can already use from WordPress itself 🙂
I didn’t find any information about the sitemaps protocol there…
Forum: Plugins
In reply to: [Plugin: Google XML Sitemaps] Please add yandex search engineHi,
I think that this was requested before, but I’ve checked their site and didn’t find any option to “ping” them. Maybe they support the sitemaps protocol but not the notification, so there is nothing more to do for the plugin.
In this case enable the “robots.txt” feature and Yandex should be able to discover the sitemap by itself.
Hi,
the plugin itself doesn’t use so much memory if the MySQL Standard mode is NOT checked. Enabling the standard mode uses more memory and should be only activated if you get MySQL errors from other plugins during the build process.
The main cause of high memory usage are often plugins which hook in the functions for generating the permalinks and performing additional mysql queries there.
Forum: Plugins
In reply to: [Plugin: Google XML Sitemaps] How to change virtual.txtSince this was the problem many times, the sitemaps plugin will warn you in the administration page if the privacy setting of WP is enabled since version 3.1.8 🙂
Forum: Plugins
In reply to: [Plugin: Google XML Sitemaps] Error during Publish with latest versionSince more people complained about that, I decided to release a quick-fix version which only corrects this bug. So you can just auto-update 🙂
Forum: Plugins
In reply to: [Plugin: Google XML Sitemaps] new error in logs –Please see here: http://wordpress.org/support/topic/329771
Forum: Plugins
In reply to: [Plugin: Google XML Sitemaps] Error during Publish with latest versionProbably at the end of the week, there some more changes which are currently tested by some beta users and I want to wait for their feedback before releasing it.
In the meantime, you could change the line in the PHP file by yourself 🙂
Just search for p.user_nicename in sitemap-core.php and replace it with u.user_nicename
Thanks,
Arne
Forum: Plugins
In reply to: [Plugin: Google XML Sitemaps] Cannot access sitemap.xmlWhat happens if you click on the link to your sitemap on the admin interface? Same result?
Forum: Plugins
In reply to: [Plugin: Google XML Sitemaps] Add sitemap to siteHi,
you don’t need to. The sitemap is a special file for search engines only, your visitors don’t need to see it. You can have a look at the sitemap by opening yourblog.com/sitemap.xml
The search engines will be notified about your sitemap, so you also don’t need to link it anywhere.
Best regards,
Arne
The response from YAHOO is “400 Bad Request”. It could be that the application key is invalid or that there was a problem on YAHOO’s side.