Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi all,
I have started down the ajax site path using hash bang for a spike
currently my urls look like:
http://www.domain.com/#!/index
http://www.domain.com/#!/jobs
http://www.domain.com/#!/about
from reading google's docs: http://code.google.com/web/ajaxcrawling/
it looks like google will try and rewrite http://www.domain.com/#!/jobs to
http://www.domain.com/?_escaped_fragment_=jobs
I was wondering how I would get an IIS7 rewrite rule or umbraco's rewrite to redirect the escaped fragment to:
http://www.domain.com/jobs i.e. take the querystring arg and map it back to the root
Cheers,
Tom
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Ajax Crawlable Google Site
Hi all,
I have started down the ajax site path using hash bang for a spike
currently my urls look like:
http://www.domain.com/#!/index
http://www.domain.com/#!/jobs
http://www.domain.com/#!/about
from reading google's docs: http://code.google.com/web/ajaxcrawling/
it looks like google will try and rewrite http://www.domain.com/#!/jobs to
http://www.domain.com/?_escaped_fragment_=jobs
I was wondering how I would get an IIS7 rewrite rule or umbraco's rewrite to redirect the escaped fragment to:
http://www.domain.com/jobs i.e. take the querystring arg and map it back to the root
Cheers,
Tom
is working on a reply...