I'm stuck in a situation where I'm being forced to park www.parking.com at www.lot.com. As much as I wish I could do a 301 redirect, it's just not possible.
How do I make sure that lot.com isn't negatively impacted SEO wise?
My initial thought was to run $_SERVER (it's a php site) at the top of each page, and echo "index" if that returns lot.com or "noindex" if it returns parking.com.
Is this enough to keep me safe? Would this even work? A friend of mine told me that $_SERVER will return lot.com no matter which domain I go to. Is that true?
Thanks so much for the help.