LPH
Well-known member
Hi,
 
I have multisite WP enabled, with different domains mapped. Now, all of the domains need to use /community to login because the XenScripts bridge is used. However, this is leading to duplicate content being seen by search engines.
 
Will I block the duplicate content issues if I put a robots.txt file with the following disallow?
 
	
	
	
		
 
Etc. ... for all the domains ...
 
Is there a better way? The user must be able to login using XenScripts bridge but the content must be seen as unique under one domain ... in other words .. I cannot do a redirect to a particular domain or else people cannot log into the WordPress.
				
			I have multisite WP enabled, with different domains mapped. Now, all of the domains need to use /community to login because the XenScripts bridge is used. However, this is leading to duplicate content being seen by search engines.
Will I block the duplicate content issues if I put a robots.txt file with the following disallow?
		Code:
	
	User-agent:*
Disallow:
Disallow: /http://www.tabletquestions.com/community/
Disallow: /http://www.amdviews.com/community/
Disallow: /http://www.insanepolitics.com/community/
	Etc. ... for all the domains ...
Is there a better way? The user must be able to login using XenScripts bridge but the content must be seen as unique under one domain ... in other words .. I cannot do a redirect to a particular domain or else people cannot log into the WordPress.