Click here to Skip to main content
15,890,043 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a url like,
www.example.com/ajax.html#key=value[^]
but it is not a crawlable url.

I have searched in many articles and it says that you have to generate temporary url like,
www.example.com/ajax.html?_escaped_fragment_=key=value[^]

How do i generate escaped_fragment url?
Posted
Comments
Sergey Alexandrovich Kryukov 23-Jan-12 1:13am    
URL is constructed from the string. What, do you have a problem to generate a string in the format like that?
--SA
Mukund Thakker 23-Jan-12 1:33am    
I am finding solution to change my url to escape fragment url like,
http://www.seomoz.org/blog/how-to-allow-google-to-crawl-ajax-content

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900