So ive been investigating the whole SEO AJAX malarkey, and set up a test page here: My Site

I used a sample code from GitHub, The hashbang #! works fine as you can see, but try accessing any of the pages replacing the hashbang with ?_escaped_fragment_ as Google would interpret it. The pages don't load, to a certain extent. The home page loads.

I'm guessing this one of 2 things, maybe both:

  1. There is no HTML snapshot
  2. The Code is wrong..

Or I'm not getting this..

The code i used is here: https://github.com/bartaz/jquery-address/tree/master/samples/crawling

Any help?

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

It would be worth looking at what headers the page actually receives when you try visiting it using ?_escaped_fragment_

Try echoing out $_REQUEST using var_export() or print_r()

link|improve this answer
i figured out what was wrong – Ricki Jun 14 '11 at 14:18
What was wrong? – Jon Jun 14 '11 at 15:23
i added a jQuery plugin to handle hashbangs and some php to handle the request server side – Ricki Jun 17 '11 at 0:54
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.