Thursday, October 9, 2014

Is Crawl as Google working in GWT? Ajax Crawl problem...

My site has hashbang (#!). I did all instruction about Crawling Ajax Sites, but Google didn't index the links (indexed only 2 link, root link and /!#/home link). The site is online since three weeks. I try Crawl as Google menu from GWT with hashbang link, it returned back only static content (ok possible). But i try with _escaped_fragment link, it returned back 302 redirect to the snapshot url. My .htaccess is;

RewriteCond %{QUERY_STRING} ^_escaped_fragment_=/?$
RewriteRule ^(.*)$ http://egegen.com/ajax/snapshot/home? [NC,L]
   
RewriteCond %{QUERY_STRING} ^_escaped_fragment_=/?(.*)$
RewriteRule ^(.*)$ http://egegen.com/ajax/snapshot/%1? [NC,L]

How can i provide to index the site by Google?

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment