跨站点共享 UI,无需 iframe
我们为客户托管目录数据和 UI。我们不会为他们建立整个网站。因此,客户暂时放置一个 iframe 并将 URL 指向我们的托管站点。它工作得很好,但现在只是因为 iframe 他们正在失去 SEO。 所以我的问题是如何在没有 iframe 的情况下实现我的目标。
1) 我如何将美国托管的 UI 嵌入/注入/合并到我们的客户网站。
2)获得搜索引擎优化的好处
我希望我的问题很清楚。
谢谢
we host catalog data and UI for our clients. we do not build entire web site for them. so for the time being client puts an iframe and points URL to our hosting site. it was working fine but now just because of iframe they are lossing SEO.
so my question is how to achieve my goal without iframe.
1) how can i embed/inject/merge UI hosted by US to our client web site.
2) Get SEO benefits
i Hope my question is pretty clear.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在您的域上使用代理并传递请求,请在此处解释: http://www.johnchapman.name/aspnet-proxy-page-cross-domain-requests-from-ajax-and-javascript/
不必是ajax,只需在服务器上注入内容,我希望你明白了
use proxy on your domain and pass through the request, explain here: http://www.johnchapman.name/aspnet-proxy-page-cross-domain-requests-from-ajax-and-javascript/
does not have to be ajax, just inject the content at the server, you get the idea I hope