caymanhost
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Google WebMaster ToolsI had to do some troubleshooting on these issues and published my findings on this thread:
Forum: Fixing WordPress
In reply to: .htaccess & robots.txt problemI’ll throw a few things into the ring here as I recently had this infuriating problem too.
Firstly I thought it was a problem with the Google XML sitemap generator plugin, then suspected Bad Behavior, and finally that it was a server security setting or similar.
As someone already mentioned, make sure first of all that your privacy settings from within WP-admin have been changes to allow search engines or you will get nowhere ??
I eventually solved it with a combination of things, although I’m still not sure exactly why it happened, it’s fixed and at least the crawlers can reach my sites again: here is what I had to do:
1) Deleted my robots.txt files from the root (not ideal but for now they are gone)
2) Ensured that the option to add sitemap to robots.txt in the XML sitemaps plugin was turned off.
3) Check your .htaccess files
(for some reason there were some lines in my htaccess file that I certainly did not add manually and must have been generated by either a plugin or something I changed via Cpanel – I have no ideas but if anyone can suggest the likely culprit I’d love to know. Here is a sample of one of those lines:RewriteEngine On RewriteCond %{HTTP_USER_AGENT} ^.*(bot|urp|msn|google\.|oogle\.|msn\.|live\.com|yahoo\.|altavista\.com|looksmart\.com).* [NC] RewriteRule ^(.*) /2.html [NS,NC,L]
If you have anything similar delete it. I deleted them all and they seem to have been the major culprit.
4) Rebuild your sitemap manually in the Google XML Sitemap plugin configuration.
5) Try resubmitting your sitemaps to Google via Webmaster tools. It may take a couple of attempts.You can check GoogleBot’s responses to your site as well as Yahoo Slurp and Bing by using the following tools and setting the appropriate user agent:
https://www.seoconsultants.com/tools/headers/
and
I was getting 500 internal server errors when checking the root domain as well as my sitemaps and robots.txt files. If you are getting the same, you still have work to do but once you get a 200 success result you should be close to getting the crawlers to come back.
As well as submitting your site maps to Google it is probably a good idea to use the webmaster tools at Bing and Yahoo to make sure they come back again too – there are links to both within the sitemaps plugin.
Hope this helps someone out.
Maurice
Forum: Fixing WordPress
In reply to: XML Sitemap Generator for WordPress 3.1.5You’re welcome, glad you solved it too.
I only ran into the problem following investigation into a sudden and complete lack of search engine robots visiting my sites which made me start playing around with the settings.
After a couple of days I realized that it wasn’t an issue with this plugin (at least I’m pretty sure it wasn’t) but during the course of my testing I caused the error. Anyway, glad I was able to help ??
Forum: Fixing WordPress
In reply to: XML Sitemap Generator for WordPress 3.1.5I think you need to check the zipped file and make sure that it exists along with the straight xml file. It could be all that is causing you to see the error.
I just unchecked it and the error returned – the zipped file was still in the root. As soon as I checked it again the error disappeared.
Can’t think of anything else to suggest, sorry.
Forum: Fixing WordPress
In reply to: XML Sitemap Generator for WordPress 3.1.5Do you have both the xml and the zipped sitemap options checked in the configuration panel? If not, try checking them both and rebuilding the sitemaps.
Make sure that both files exist on your server of course.
Forum: Fixing WordPress
In reply to: XML Sitemap Generator for WordPress 3.1.5I’ve solved it.
Go into the plugin configuration settings and click on the question mark next to “Enable manual sitemap building via GET Request”
Click on the link it provides – it should take you to your blog.
Then, go back to the plugin configuration settings and tick the check box next to “Enable manual sitemap building via GET request” and save your settings.
Once you’ve done that, click on the “rebuild the site map manually” link and you should find the error has gone away ??
Forum: Fixing WordPress
In reply to: XML Sitemap Generator for WordPress 3.1.5I have the same problem. I did delete the two xml files from my root directory when I uninstalled the plugin, but restored them. Now uninstalling and reinstalling the plugin continues to generate this error message, whether or not the two files are present.
Forum: Fixing WordPress
In reply to: WP 2.1 Insert/Edit image box won’t go away (firefox)For the record – I’ve suddenly run into this problem as well. The only thing I had changed recently was the inclusion of a social bookmarking add-on for FF.
I deleted that, cleared the cache and rebooted for good measure. Nothing changed and like Tom I’m now having to use the editor within an IE tab.
Looking at the FireFox error console it seems to be CSS commands called within TinyMCE that Firefox doesn’t like, but why it happened overnight like this I have no idea. It used to work just fine.
I’d love to hear if anyone ever finds the solution.
Forum: Fixing WordPress
In reply to: Making Changes After Fantastico InstallHi Guys,
Thanks for the quick and very helpful replies. I’d just completed a manual upgrade to 2.2.1 moshu, and that was what brought the matter to my attention – F showing me a warning that my WP version was not up to date, which, obviously it was and is.
whooami, I edited the .fantastico file as suggested and that seems to have got things sorted just fine with C-Panel and F now recognizing my up to date version of WP installed in the root. Problem solved – brilliant!
Thanks again guys.
Mo