Ajax site not being crawled - have escaped fragment, what's wrong? [closed]
- by Harry
My site is anonkun.com.
You can see that it's "ajax" and doesn't load much HTML.
Here are some example pages:
http://anonkun.com
http://anonkun.com/?_escaped_fragment_=
http://anonkun.com/stories/Dev-kun---FAQ/6ef881f8-cf48-4f87-a688-c585f23809c5
http://anonkun.com/stories/Dev-kun---FAQ/6ef881f8-cf48-4f87-a688-c585f23809c5?_escaped_fragment_=
As you can see the original page has the meta fragment tag and the escaped fragment versions loads static html.
Why am I not getting crawled?
http://cl.ly/image/2n30212q0K2W
Webmaster tools show that pages are being seen as duplicate and fetch as google show me the ajax version of the source not the static escaped fragment version.
What's wrong and how do I make this work?
Thanks.