我试图让我的AngularJS启用html5mode,并由google编制索引。
在我的app.js中,我有以下代码段:
$locationProvider.html5Mode(true);
在我的index.html head
中,我有以下内容:
<base href="/"/>
<meta name="fragment" content="!"/>
我希望在格式为/?_escaped_fragment_=support
的网址上收到请求。相反,我收到了/support?_escaped_fragment_=
的请求。
我的配置是否有问题,或者我期待一些奇怪的事情?
答案 0 :(得分:0)
根据yearofmoo SEO文章你应该得到这个:
http://yourwebsite.com/?_escaped_fragment_=/some/page/with/ajax/content