Tuesday, April 30, 2019

How I took care of a Google indexed dev site

I’ve had a couple of dev sites that were indexed by Google. Doing a change of address on GC didn’t work, so I blocked any referral traffic from Google with this:

RewriteEngine on RewriteCond %{HTTP_REFERER} https?://([.]+.)*google.com [NC] RewriteRule .* - [F,L]

submitted by /u/tombnguyen
[link] [comments]

from Search Engine Optimization: The Latest SEO News https://www.reddit.com/r/SEO/comments/bjc9ds/how_i_took_care_of_a_google_indexed_dev_site/>

No comments:

Post a Comment