Facebook 使用 backbone 路由重定向到 s3 网站上的索引页面
Facebook redirects to index page on s3 website with backbone routes
我们在 AWS S3 上有一个静态网站。我们使用 backbone 进行路由。
当我们告诉Facebook to crawl our website eg www.example.com/#/page/destination it crawls the index page, probably because the crawler does not run javascript and gets the static og tags from our page. We have looked at this answer。然而,由于我们是一个静态网站,我们没有服务器端支持。想知道是否有人有解决方案可以在静态 S3 网站上进行这项工作。感谢阅读
S3 是简单存储服务 - 非常强调 简单 - 没有真正的方法来完成你在这里试图做的事情。
我们在 AWS S3 上有一个静态网站。我们使用 backbone 进行路由。 当我们告诉Facebook to crawl our website eg www.example.com/#/page/destination it crawls the index page, probably because the crawler does not run javascript and gets the static og tags from our page. We have looked at this answer。然而,由于我们是一个静态网站,我们没有服务器端支持。想知道是否有人有解决方案可以在静态 S3 网站上进行这项工作。感谢阅读
S3 是简单存储服务 - 非常强调 简单 - 没有真正的方法来完成你在这里试图做的事情。