域名转发和 seo
我希望 http://mynewdomain.com 通过屏蔽转发到 http://mysecretdomain.com/mynewsite。 当用户输入 http://mynewdomain.com/aboutus.html 时,他应该会看到内容http://mysecretdomain.com/mynewsite/aboutus.html。
我不希望公众知道 http://mysecretdomain.com。
我使用转发和屏蔽的方式会对 SEO 产生负面影响吗?
通过使用域名转发和屏蔽,人们是否会发现 mysecretdomain.com? (即用户会发现 mynewdomain.com 和 mysecretdomain.com 之间的关系吗?)
其他详细信息
没有人发现 http://mysecretdomain.com/mynewsite 域和目录,尽管它托管所有内容。 我需要做些什么来确保这一点吗?
I want http://mynewdomain.com to forward with masking to http://mysecretdomain.com/mynewsite. When a user types in http://mynewdomain.com/aboutus.html, he should see the contents of http://mysecretdomain.com/mynewsite/aboutus.html.
I do not want the public to be aware of http://mysecretdomain.com.
Will the way I use forwarding and masking negatively affect SEO?
By using domain forward and masking, is there any danger of people becoming aware of mysecretdomain.com? (ie. will users discover the relationship between mynewdomain.com and mysecretdomain.com?)
Additional details
It is extremely important that no one discover the http://mysecretdomain.com/mynewsite domain and directory despite the fact that it is hosting all the content. Do I have to do anything to ensure this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
为什么不将您的秘密域映射到主机上的 ~/www 目录,并将新域映射到 ~/www/newdomain ? 然后,当您访问 mysecretdomain.com/newdomain/ 时,它会在 ~/www/newdomain/... 中查找,正如您所描述的那样,没有重定向。
也许我不明白你的目标。
Why not just map your secret domain to the ~/www directory on your host, and the new domain to ~/www/newdomain? Then when you go to mysecretdomain.com/newdomain/ it looks in ~/www/newdomain/... exactly what you described, with no redirects.
Maybe I don't understand your goal here.