I am a little confused about how the search bots are going to crawl my ajax site.
http://www.example.com contains 3 links
- #!/abc
- #!/xyz
- #!/123
I have the <meta name="fragment" content="!">
included in the head of my page so the robots should visit those links using the following url and I am using prerender.io to serve up a page
- http://www.example.com?_escaped_fragment_=/abc
- http://www.example.com?_escaped_fragment_=/xyz
- http://www.example.com?_escaped_fragment_=/123
How will the robots behave when they crawl these pages? When they find new links on these pages what will the url's look like?
- #!/abc1 => http://www.example.com?_escaped_fragment_=/abc#!/abc1
- #!/abc2 => http://www.example.com/#!/abc/abc2