Crazy code made site invisible to Google
-
We sustained a traffic hit just as we were migrating over to wpengine and wanted to see if anyone could help us figure out what happened and why. Our traffic still isn’t back to its pre-migration levels and we are wanting to solve the problem and grow again.
So a number of things happened along the way.
#1 – we were getting brute force attacks at our old host.
#2 – we decided to switch to wpengine
#3 – the migration began
#4 – we switched from all-in-one SEO pack to WordPress SEO by Yoast
#5 – we hired an SEO consultant to ramp us up on the WordPress SEO by YoastAND then our traffic tanked. We went down to like 3 hits a day – it was brutal. We couldn’t find anything on webmaster tools – and when I searched for my own posts on google – using the title, my name, site name, all keywords – both logged in and out of google – no results at all. The posts were invisible to google – even though they had been trafficked heavily before. Or at the very least FINDABLE.
Then we went through the site with a fine tooth comb and found this code – copied here – actually on the page for the WordPress SEO by Yoast plugin on our site – and once we removed this code we could be found again. We have no idea how it got there.
Yet now we still don’t have the traffic we once did – we’re at about 1/2 to 2/3 of what we had in mid-September.
So any help anyone can give with what this code is, where it might have come from, and how to crawl back up in traffic – would all be appreciated.
Thanks!
code: ErrorDocument 503 “Site temporarily disabled for crawling”
RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} ^.*(bot|crawl|spider|80legs).*$ [NC]
RewriteCond %{REQUEST_URI} !^/robots\.txt$
RewriteRule .* – [R=503,L]
The topic ‘Crazy code made site invisible to Google’ is closed to new replies.