Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Tom 713 posts 954 karma points
    Oct 03, 2011 @ 12:58
    Tom
    0

    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

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies