简体   繁体   中英

seo with AngularJS in html5mode

I am trying to get my AngularJS with html5mode enabled indexed by google.

In my app.js I have the following snippet:

$locationProvider.html5Mode(true);

In my index.html head I have the following:

<base href="/"/>
<meta name="fragment" content="!"/>

I expected to get requests on urls of the format /?_escaped_fragment_=support . Instead I'm getting requests on /support?_escaped_fragment_= .

Is there something wrong with my config or did I expect something weird?

according to the yearofmoo SEO article you should get this:

http://yourwebsite.com/?_escaped_fragment_=/some/page/with/ajax/content

YearofMoo - SEO

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM