Open vitorbaptista opened 11 years ago
Yeah good call - I'll make hashbang / push state an option and modify Crawler.as_uri_with_fragment fn to use it appropriately
Great! The idea is to simply create a new option (maybe hashbang
or
something like that), and use that to define what you'll do, right? If
you're out of time, I can do it and send you a pull request this weekend.
Mate - any pull request you want to do would be greatly appreciated!
Hi,
I'm not using #! hashes in my single-page app, but the usual URLs. As, when this project detects that Google is asking for a page, it tries to crawl the page
as_uri_with_fragment
, it doesn't work.What I would like was to, whenever Google hits my-site.com/?_escapedfragment=/contact-us, this plugins would simply hit my-site.com/contact-us.
Does it sound useful for someone else?