Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
只是为了一个快速的问题。在 play framework 2.1 项目中放置的 sitemap.xml 放在哪里?我们需要将路由文件配置到sitemap.xml 吗?
感谢你的帮助
谢谢,最好的 rgsd,a1ucard
Action 动态生成 your sitemap.xml,然后您必须像这样配置 URL:
sitemap.xml
GET /sitemap.xml controllers.Application.sitemapGenerator
要么你sitemap.xml手动生成你的,然后把它放在public你的 Play 应用程序的文件夹中,然后添加一个 Asset 路由:
public
GET /sitemap.xml controllers.Assets.at(path="/public", file = "sitemap.xml")