I have two sites running from the same instance of Sitecore: www.domainA.org www.domainB.com
Google has started returning links indexed from domainA.org that is actually content from domainB.com, for example:
www.domainA.org/sitecore/content/contentrootB/Destinations.aspx
(of course, contentrootB is the content root set in for domainB)
I've been looking all day trying to find where a /sitecore link is coming from on domainA and I haven't found ANYTHING. I've run Xenu and gotten nothing. Interestingly, I can HTTrack to copy down the HTML from domainA to my local machine last night and got a bunch of domainB content. But still not clue why that is happening. It's like there is a link that is only popping up for spiders.
Any clue/suggestion/tool I can use to track this down?
Sitecore version is 6.2 rev 100507.
<site ...>nodes in theweb.config? – Mark Ursino Apr 30 '11 at 21:29LinkManageris configured, or how your code generates links. E.g.<sc:link ... />orLinkManager.GetItemUrl()– Mark Ursino May 2 '11 at 19:20