View Single Post
Old 06-29-2017, 02:43 AM  
Zeiss
Confirmed User
 
Industry Role:
Join Date: May 2012
Location: With your mom
Posts: 5,189
I have got another idea. Will wildcard Disallow from robots.txt on main domain work? Has anyone tried this? Something like this:

User-agent: *
Disallow: *.domain.tld

Also added 301 redirect in nginx config like so:

server{
listen XX.XX.XX.XX:80;
server_name *.domain.tld;
return 301 http://domain.tld$request_uri;
}

Hope Google is smart enough. Has anyone had any similar experience? Care to share how it worked for them? Thank you!
__________________


Adult Webmasters Guides
Zeiss is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote